OLD | NEW |
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 # File lists shared with GN build. | 7 # File lists shared with GN build. |
8 'chrome_common_sources': [ | 8 'chrome_common_sources': [ |
9 'common/all_messages.h', | 9 'common/all_messages.h', |
10 'common/attrition_experiments.h', | 10 'common/attrition_experiments.h', |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
148 'common/extensions/chrome_manifest_url_handlers.h', | 148 'common/extensions/chrome_manifest_url_handlers.h', |
149 'common/extensions/chrome_utility_extensions_messages.h', | 149 'common/extensions/chrome_utility_extensions_messages.h', |
150 'common/extensions/command.cc', | 150 'common/extensions/command.cc', |
151 'common/extensions/command.h', | 151 'common/extensions/command.h', |
152 'common/extensions/extension_constants.cc', | 152 'common/extensions/extension_constants.cc', |
153 'common/extensions/extension_constants.h', | 153 'common/extensions/extension_constants.h', |
154 'common/extensions/extension_metrics.cc', | 154 'common/extensions/extension_metrics.cc', |
155 'common/extensions/extension_metrics.h', | 155 'common/extensions/extension_metrics.h', |
156 'common/extensions/extension_process_policy.cc', | 156 'common/extensions/extension_process_policy.cc', |
157 'common/extensions/extension_process_policy.h', | 157 'common/extensions/extension_process_policy.h', |
158 'common/extensions/features/feature_util.cc', | |
159 'common/extensions/features/feature_util.h', | |
160 'common/extensions/image_writer/image_writer_util_mac.cc', | 158 'common/extensions/image_writer/image_writer_util_mac.cc', |
161 'common/extensions/image_writer/image_writer_util_mac.h', | 159 'common/extensions/image_writer/image_writer_util_mac.h', |
162 'common/extensions/manifest_handlers/app_icon_color_info.cc', | 160 'common/extensions/manifest_handlers/app_icon_color_info.cc', |
163 'common/extensions/manifest_handlers/app_icon_color_info.h', | 161 'common/extensions/manifest_handlers/app_icon_color_info.h', |
164 'common/extensions/manifest_handlers/app_launch_info.cc', | 162 'common/extensions/manifest_handlers/app_launch_info.cc', |
165 'common/extensions/manifest_handlers/app_launch_info.h', | 163 'common/extensions/manifest_handlers/app_launch_info.h', |
166 'common/extensions/manifest_handlers/automation.cc', | 164 'common/extensions/manifest_handlers/automation.cc', |
167 'common/extensions/manifest_handlers/automation.h', | 165 'common/extensions/manifest_handlers/automation.h', |
168 'common/extensions/manifest_handlers/content_scripts_handler.cc', | 166 'common/extensions/manifest_handlers/content_scripts_handler.cc', |
169 'common/extensions/manifest_handlers/content_scripts_handler.h', | 167 'common/extensions/manifest_handlers/content_scripts_handler.h', |
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
686 ], | 684 ], |
687 'dependencies': [ | 685 'dependencies': [ |
688 'installer_util', | 686 'installer_util', |
689 '../base/base.gyp:base', | 687 '../base/base.gyp:base', |
690 ], | 688 ], |
691 }, | 689 }, |
692 ], | 690 ], |
693 }], | 691 }], |
694 ], | 692 ], |
695 } | 693 } |
OLD | NEW |