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

Side by Side Diff: chrome/chrome_common.gypi

Issue 345693002: Extensions: Split extensions utility IPC messages into its own file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: disable another test Created 6 years, 5 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 | « chrome/chrome_browser_extensions.gypi ('k') | chrome/chrome_tests_unit.gypi » ('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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'variables': { 6 'variables': {
7 'chrome_common_sources': [ 7 'chrome_common_sources': [
8 '../apps/app_shim/app_shim_launch.h', 8 '../apps/app_shim/app_shim_launch.h',
9 '../apps/app_shim/app_shim_messages.h', 9 '../apps/app_shim/app_shim_messages.h',
10 'common/all_messages.h', 10 'common/all_messages.h',
11 'common/attrition_experiments.h', 11 'common/attrition_experiments.h',
12 'common/auto_start_linux.cc', 12 'common/auto_start_linux.cc',
13 'common/auto_start_linux.h', 13 'common/auto_start_linux.h',
14 'common/autocomplete_match_type.cc', 14 'common/autocomplete_match_type.cc',
15 'common/autocomplete_match_type.h', 15 'common/autocomplete_match_type.h',
16 'common/badge_util.cc', 16 'common/badge_util.cc',
17 'common/badge_util.h', 17 'common/badge_util.h',
18 'common/child_process_logging.h', 18 'common/child_process_logging.h',
19 'common/child_process_logging_win.cc', 19 'common/child_process_logging_win.cc',
20 'common/chrome_content_client.cc', 20 'common/chrome_content_client.cc',
21 'common/chrome_content_client.h', 21 'common/chrome_content_client.h',
22 'common/chrome_content_client_constants.cc', 22 'common/chrome_content_client_constants.cc',
23 'common/chrome_content_client_ios.mm', 23 'common/chrome_content_client_ios.mm',
24 'common/chrome_result_codes.h', 24 'common/chrome_result_codes.h',
25 'common/chrome_utility_messages.h', 25 'common/chrome_utility_messages.h',
26 'common/chrome_utility_printing_messages.h',
26 'common/chrome_version_info.cc', 27 'common/chrome_version_info.cc',
27 'common/chrome_version_info_android.cc', 28 'common/chrome_version_info_android.cc',
28 'common/chrome_version_info_chromeos.cc', 29 'common/chrome_version_info_chromeos.cc',
29 'common/chrome_version_info_posix.cc', 30 'common/chrome_version_info_posix.cc',
30 'common/chrome_version_info_mac.mm', 31 'common/chrome_version_info_mac.mm',
31 'common/chrome_version_info_win.cc', 32 'common/chrome_version_info_win.cc',
32 'common/chrome_version_info.h', 33 'common/chrome_version_info.h',
33 'common/cloud_print/cloud_print_class_mac.h', 34 'common/cloud_print/cloud_print_class_mac.h',
34 'common/cloud_print/cloud_print_class_mac.mm', 35 'common/cloud_print/cloud_print_class_mac.mm',
35 'common/cloud_print/cloud_print_cdd_conversion.cc', 36 'common/cloud_print/cloud_print_cdd_conversion.cc',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 'common/extensions/api/plugins/plugins_handler.h', 71 'common/extensions/api/plugins/plugins_handler.h',
71 'common/extensions/api/storage/storage_schema_manifest_handler.cc', 72 'common/extensions/api/storage/storage_schema_manifest_handler.cc',
72 'common/extensions/api/storage/storage_schema_manifest_handler.h', 73 'common/extensions/api/storage/storage_schema_manifest_handler.h',
73 'common/extensions/api/supervised_user_private/supervised_user_handler.cc' , 74 'common/extensions/api/supervised_user_private/supervised_user_handler.cc' ,
74 'common/extensions/api/supervised_user_private/supervised_user_handler.h', 75 'common/extensions/api/supervised_user_private/supervised_user_handler.h',
75 'common/extensions/chrome_extension_messages.h', 76 'common/extensions/chrome_extension_messages.h',
76 'common/extensions/chrome_extensions_client.cc', 77 'common/extensions/chrome_extensions_client.cc',
77 'common/extensions/chrome_extensions_client.h', 78 'common/extensions/chrome_extensions_client.h',
78 'common/extensions/chrome_manifest_handlers.cc', 79 'common/extensions/chrome_manifest_handlers.cc',
79 'common/extensions/chrome_manifest_handlers.h', 80 'common/extensions/chrome_manifest_handlers.h',
81 'common/extensions/chrome_utility_extensions_messages.h',
80 'common/extensions/command.cc', 82 'common/extensions/command.cc',
81 'common/extensions/command.h', 83 'common/extensions/command.h',
82 'common/extensions/extension_constants.cc', 84 'common/extensions/extension_constants.cc',
83 'common/extensions/extension_constants.h', 85 'common/extensions/extension_constants.h',
84 'common/extensions/extension_file_util.cc', 86 'common/extensions/extension_file_util.cc',
85 'common/extensions/extension_file_util.h', 87 'common/extensions/extension_file_util.h',
86 'common/extensions/extension_process_policy.cc', 88 'common/extensions/extension_process_policy.cc',
87 'common/extensions/extension_process_policy.h', 89 'common/extensions/extension_process_policy.h',
88 'common/extensions/features/chrome_channel_feature_filter.cc', 90 'common/extensions/features/chrome_channel_feature_filter.cc',
89 'common/extensions/features/chrome_channel_feature_filter.h', 91 'common/extensions/features/chrome_channel_feature_filter.h',
(...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after
682 'common/metrics/proto/chrome_experiments.proto', 684 'common/metrics/proto/chrome_experiments.proto',
683 ], 685 ],
684 'variables': { 686 'variables': {
685 'proto_in_dir': 'common/metrics/proto', 687 'proto_in_dir': 'common/metrics/proto',
686 'proto_out_dir': 'chrome/common/metrics/proto', 688 'proto_out_dir': 'chrome/common/metrics/proto',
687 }, 689 },
688 'includes': [ '../build/protoc.gypi' ], 690 'includes': [ '../build/protoc.gypi' ],
689 }, 691 },
690 ], 692 ],
691 } 693 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698