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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
170 'common/extensions/extension_metrics.cc', | 170 'common/extensions/extension_metrics.cc', |
171 'common/extensions/extension_metrics.h', | 171 'common/extensions/extension_metrics.h', |
172 'common/extensions/extension_process_policy.cc', | 172 'common/extensions/extension_process_policy.cc', |
173 'common/extensions/extension_process_policy.h', | 173 'common/extensions/extension_process_policy.h', |
174 'common/extensions/features/chrome_channel_feature_filter.cc', | 174 'common/extensions/features/chrome_channel_feature_filter.cc', |
175 'common/extensions/features/chrome_channel_feature_filter.h', | 175 'common/extensions/features/chrome_channel_feature_filter.h', |
176 'common/extensions/features/feature_channel.cc', | 176 'common/extensions/features/feature_channel.cc', |
177 'common/extensions/features/feature_channel.h', | 177 'common/extensions/features/feature_channel.h', |
178 'common/extensions/image_writer/image_writer_util_mac.cc', | 178 'common/extensions/image_writer/image_writer_util_mac.cc', |
179 'common/extensions/image_writer/image_writer_util_mac.h', | 179 'common/extensions/image_writer/image_writer_util_mac.h', |
| 180 'common/extensions/manifest_handlers/app_icon_color_info.cc', |
| 181 'common/extensions/manifest_handlers/app_icon_color_info.h', |
180 'common/extensions/manifest_handlers/app_isolation_info.cc', | 182 'common/extensions/manifest_handlers/app_isolation_info.cc', |
181 'common/extensions/manifest_handlers/app_isolation_info.h', | 183 'common/extensions/manifest_handlers/app_isolation_info.h', |
182 'common/extensions/manifest_handlers/app_launch_info.cc', | 184 'common/extensions/manifest_handlers/app_launch_info.cc', |
183 'common/extensions/manifest_handlers/app_launch_info.h', | 185 'common/extensions/manifest_handlers/app_launch_info.h', |
184 'common/extensions/manifest_handlers/automation.cc', | 186 'common/extensions/manifest_handlers/automation.cc', |
185 'common/extensions/manifest_handlers/automation.h', | 187 'common/extensions/manifest_handlers/automation.h', |
186 'common/extensions/manifest_handlers/content_scripts_handler.cc', | 188 'common/extensions/manifest_handlers/content_scripts_handler.cc', |
187 'common/extensions/manifest_handlers/content_scripts_handler.h', | 189 'common/extensions/manifest_handlers/content_scripts_handler.h', |
188 'common/extensions/manifest_handlers/extension_action_handler.cc', | 190 'common/extensions/manifest_handlers/extension_action_handler.cc', |
189 'common/extensions/manifest_handlers/extension_action_handler.h', | 191 'common/extensions/manifest_handlers/extension_action_handler.h', |
(...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
677 'common/safe_browsing/csd.proto' | 679 'common/safe_browsing/csd.proto' |
678 ], | 680 ], |
679 'variables': { | 681 'variables': { |
680 'proto_in_dir': 'common/safe_browsing', | 682 'proto_in_dir': 'common/safe_browsing', |
681 'proto_out_dir': 'chrome/common/safe_browsing', | 683 'proto_out_dir': 'chrome/common/safe_browsing', |
682 }, | 684 }, |
683 'includes': [ '../build/protoc.gypi' ], | 685 'includes': [ '../build/protoc.gypi' ], |
684 }, | 686 }, |
685 ], | 687 ], |
686 } | 688 } |
OLD | NEW |