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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
184 'common/extensions/manifest_handlers/app_launch_info.cc', | 184 'common/extensions/manifest_handlers/app_launch_info.cc', |
185 'common/extensions/manifest_handlers/app_launch_info.h', | 185 'common/extensions/manifest_handlers/app_launch_info.h', |
186 'common/extensions/manifest_handlers/automation.cc', | 186 'common/extensions/manifest_handlers/automation.cc', |
187 'common/extensions/manifest_handlers/automation.h', | 187 'common/extensions/manifest_handlers/automation.h', |
188 'common/extensions/manifest_handlers/content_scripts_handler.cc', | 188 'common/extensions/manifest_handlers/content_scripts_handler.cc', |
189 'common/extensions/manifest_handlers/content_scripts_handler.h', | 189 'common/extensions/manifest_handlers/content_scripts_handler.h', |
190 'common/extensions/manifest_handlers/copresence_manifest.cc', | 190 'common/extensions/manifest_handlers/copresence_manifest.cc', |
191 'common/extensions/manifest_handlers/copresence_manifest.h', | 191 'common/extensions/manifest_handlers/copresence_manifest.h', |
192 'common/extensions/manifest_handlers/extension_action_handler.cc', | 192 'common/extensions/manifest_handlers/extension_action_handler.cc', |
193 'common/extensions/manifest_handlers/extension_action_handler.h', | 193 'common/extensions/manifest_handlers/extension_action_handler.h', |
| 194 'common/extensions/manifest_handlers/linked_app_icons.cc', |
| 195 'common/extensions/manifest_handlers/linked_app_icons.h', |
194 'common/extensions/manifest_handlers/minimum_chrome_version_checker.cc', | 196 'common/extensions/manifest_handlers/minimum_chrome_version_checker.cc', |
195 'common/extensions/manifest_handlers/minimum_chrome_version_checker.h', | 197 'common/extensions/manifest_handlers/minimum_chrome_version_checker.h', |
196 'common/extensions/manifest_handlers/settings_overrides_handler.cc', | 198 'common/extensions/manifest_handlers/settings_overrides_handler.cc', |
197 'common/extensions/manifest_handlers/settings_overrides_handler.h', | 199 'common/extensions/manifest_handlers/settings_overrides_handler.h', |
198 'common/extensions/manifest_handlers/theme_handler.cc', | 200 'common/extensions/manifest_handlers/theme_handler.cc', |
199 'common/extensions/manifest_handlers/theme_handler.h', | 201 'common/extensions/manifest_handlers/theme_handler.h', |
200 'common/extensions/manifest_handlers/ui_overrides_handler.cc', | 202 'common/extensions/manifest_handlers/ui_overrides_handler.cc', |
201 'common/extensions/manifest_handlers/ui_overrides_handler.h', | 203 'common/extensions/manifest_handlers/ui_overrides_handler.h', |
202 'common/extensions/permissions/chrome_api_permissions.cc', | 204 'common/extensions/permissions/chrome_api_permissions.cc', |
203 'common/extensions/permissions/chrome_api_permissions.h', | 205 'common/extensions/permissions/chrome_api_permissions.h', |
(...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
694 'common/safe_browsing/csd.proto' | 696 'common/safe_browsing/csd.proto' |
695 ], | 697 ], |
696 'variables': { | 698 'variables': { |
697 'proto_in_dir': 'common/safe_browsing', | 699 'proto_in_dir': 'common/safe_browsing', |
698 'proto_out_dir': 'chrome/common/safe_browsing', | 700 'proto_out_dir': 'chrome/common/safe_browsing', |
699 }, | 701 }, |
700 'includes': [ '../build/protoc.gypi' ], | 702 'includes': [ '../build/protoc.gypi' ], |
701 }, | 703 }, |
702 ], | 704 ], |
703 } | 705 } |
OLD | NEW |