Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(443)

Side by Side Diff: chrome/chrome_common.gypi

Issue 9718019: Delete chrome_plugin_messages.h which is no longer used (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/common/chrome_plugin_messages.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 'common/badge_util.cc', 70 'common/badge_util.cc',
71 'common/badge_util.h', 71 'common/badge_util.h',
72 'common/bzip2_error_handler.cc', 72 'common/bzip2_error_handler.cc',
73 'common/child_process_logging.h', 73 'common/child_process_logging.h',
74 'common/child_process_logging_mac.mm', 74 'common/child_process_logging_mac.mm',
75 'common/child_process_logging_posix.cc', 75 'common/child_process_logging_posix.cc',
76 'common/child_process_logging_win.cc', 76 'common/child_process_logging_win.cc',
77 'common/chrome_content_client.cc', 77 'common/chrome_content_client.cc',
78 'common/chrome_content_client.h', 78 'common/chrome_content_client.h',
79 'common/chrome_notification_types.h', 79 'common/chrome_notification_types.h',
80 'common/chrome_plugin_messages.h',
81 'common/chrome_result_codes.h', 80 'common/chrome_result_codes.h',
82 'common/chrome_sandbox_type_mac.h', 81 'common/chrome_sandbox_type_mac.h',
83 'common/chrome_utility_messages.h', 82 'common/chrome_utility_messages.h',
84 'common/chrome_version_info.cc', 83 'common/chrome_version_info.cc',
85 'common/chrome_version_info_chromeos.cc', 84 'common/chrome_version_info_chromeos.cc',
86 'common/chrome_version_info_posix.cc', 85 'common/chrome_version_info_posix.cc',
87 'common/chrome_version_info_mac.mm', 86 'common/chrome_version_info_mac.mm',
88 'common/chrome_version_info_win.cc', 87 'common/chrome_version_info_win.cc',
89 'common/chrome_version_info.h', 88 'common/chrome_version_info.h',
90 'common/cloud_print/cloud_print_class_mac.h', 89 'common/cloud_print/cloud_print_class_mac.h',
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 'common/metrics/proto/user_action_event.proto', 485 'common/metrics/proto/user_action_event.proto',
487 ], 486 ],
488 'variables': { 487 'variables': {
489 'proto_in_dir': 'common/metrics/proto', 488 'proto_in_dir': 'common/metrics/proto',
490 'proto_out_dir': 'chrome/common/metrics/proto', 489 'proto_out_dir': 'chrome/common/metrics/proto',
491 }, 490 },
492 'includes': [ '../build/protoc.gypi' ], 491 'includes': [ '../build/protoc.gypi' ],
493 }, 492 },
494 ], 493 ],
495 } 494 }
OLDNEW
« no previous file with comments | « no previous file | chrome/common/chrome_plugin_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698