| 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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 182 'common/extensions/manifest_handlers/app_launch_info.cc', | 182 'common/extensions/manifest_handlers/app_launch_info.cc', |
| 183 'common/extensions/manifest_handlers/app_launch_info.h', | 183 'common/extensions/manifest_handlers/app_launch_info.h', |
| 184 'common/extensions/manifest_handlers/automation.cc', | 184 'common/extensions/manifest_handlers/automation.cc', |
| 185 'common/extensions/manifest_handlers/automation.h', | 185 'common/extensions/manifest_handlers/automation.h', |
| 186 'common/extensions/manifest_handlers/content_scripts_handler.cc', | 186 'common/extensions/manifest_handlers/content_scripts_handler.cc', |
| 187 'common/extensions/manifest_handlers/content_scripts_handler.h', | 187 'common/extensions/manifest_handlers/content_scripts_handler.h', |
| 188 'common/extensions/manifest_handlers/copresence_manifest.h', | 188 'common/extensions/manifest_handlers/copresence_manifest.h', |
| 189 'common/extensions/manifest_handlers/copresence_manifest.cc', | 189 'common/extensions/manifest_handlers/copresence_manifest.cc', |
| 190 'common/extensions/manifest_handlers/extension_action_handler.cc', | 190 'common/extensions/manifest_handlers/extension_action_handler.cc', |
| 191 'common/extensions/manifest_handlers/extension_action_handler.h', | 191 'common/extensions/manifest_handlers/extension_action_handler.h', |
| 192 'common/extensions/manifest_handlers/mime_types_handler.cc', | |
| 193 'common/extensions/manifest_handlers/mime_types_handler.h', | |
| 194 'common/extensions/manifest_handlers/minimum_chrome_version_checker.cc', | 192 'common/extensions/manifest_handlers/minimum_chrome_version_checker.cc', |
| 195 'common/extensions/manifest_handlers/minimum_chrome_version_checker.h', | 193 'common/extensions/manifest_handlers/minimum_chrome_version_checker.h', |
| 196 'common/extensions/manifest_handlers/settings_overrides_handler.cc', | 194 'common/extensions/manifest_handlers/settings_overrides_handler.cc', |
| 197 'common/extensions/manifest_handlers/settings_overrides_handler.h', | 195 'common/extensions/manifest_handlers/settings_overrides_handler.h', |
| 198 'common/extensions/manifest_handlers/theme_handler.cc', | 196 'common/extensions/manifest_handlers/theme_handler.cc', |
| 199 'common/extensions/manifest_handlers/theme_handler.h', | 197 'common/extensions/manifest_handlers/theme_handler.h', |
| 200 'common/extensions/manifest_handlers/ui_overrides_handler.cc', | 198 'common/extensions/manifest_handlers/ui_overrides_handler.cc', |
| 201 'common/extensions/manifest_handlers/ui_overrides_handler.h', | 199 'common/extensions/manifest_handlers/ui_overrides_handler.h', |
| 202 'common/extensions/permissions/chrome_api_permissions.cc', | 200 'common/extensions/permissions/chrome_api_permissions.cc', |
| 203 'common/extensions/permissions/chrome_api_permissions.h', | 201 'common/extensions/permissions/chrome_api_permissions.h', |
| (...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 669 'common/safe_browsing/csd.proto' | 667 'common/safe_browsing/csd.proto' |
| 670 ], | 668 ], |
| 671 'variables': { | 669 'variables': { |
| 672 'proto_in_dir': 'common/safe_browsing', | 670 'proto_in_dir': 'common/safe_browsing', |
| 673 'proto_out_dir': 'chrome/common/safe_browsing', | 671 'proto_out_dir': 'chrome/common/safe_browsing', |
| 674 }, | 672 }, |
| 675 'includes': [ '../build/protoc.gypi' ], | 673 'includes': [ '../build/protoc.gypi' ], |
| 676 }, | 674 }, |
| 677 ], | 675 ], |
| 678 } | 676 } |
| OLD | NEW |