| 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', |
| 11 'common/auto_start_linux.cc', | 11 'common/auto_start_linux.cc', |
| 12 'common/auto_start_linux.h', | 12 'common/auto_start_linux.h', |
| 13 'common/badge_util.cc', | 13 'common/badge_util.cc', |
| 14 'common/badge_util.h', | 14 'common/badge_util.h', |
| 15 'common/channel_info.cc', | 15 'common/channel_info.cc', |
| 16 'common/channel_info.h', | 16 'common/channel_info.h', |
| 17 'common/channel_info_android.cc', | 17 'common/channel_info_android.cc', |
| 18 'common/channel_info_chromeos.cc', | 18 'common/channel_info_chromeos.cc', |
| 19 'common/channel_info_mac.mm', | 19 'common/channel_info_mac.mm', |
| 20 'common/channel_info_posix.cc', | 20 'common/channel_info_posix.cc', |
| 21 'common/channel_info_win.cc', | 21 'common/channel_info_win.cc', |
| 22 'common/child_process_logging.h', | 22 'common/child_process_logging.h', |
| 23 'common/child_process_logging_win.cc', | 23 'common/child_process_logging_win.cc', |
| 24 'common/chrome_content_client.cc', | 24 'common/chrome_content_client.cc', |
| 25 'common/chrome_content_client.h', | 25 'common/chrome_content_client.h', |
| 26 'common/chrome_content_client_constants.cc', | 26 'common/chrome_content_client_constants.cc', |
| 27 'common/chrome_content_client_ios.mm', | 27 'common/chrome_content_client_ios.mm', |
| 28 'common/chrome_result_codes.h', | 28 'common/chrome_result_codes.h', |
| 29 'common/chrome_utility_messages.h', | 29 'common/chrome_utility_messages.h', |
| 30 'common/chrome_utility_printing_messages.h', | |
| 31 'common/cloud_print/cloud_print_cdd_conversion.cc', | |
| 32 'common/cloud_print/cloud_print_cdd_conversion.h', | |
| 33 'common/cloud_print/cloud_print_class_mac.h', | |
| 34 'common/cloud_print/cloud_print_class_mac.mm', | |
| 35 'common/cloud_print/cloud_print_constants.cc', | |
| 36 'common/cloud_print/cloud_print_constants.h', | |
| 37 'common/cloud_print/cloud_print_helpers.cc', | |
| 38 'common/cloud_print/cloud_print_helpers.h', | |
| 39 'common/cloud_print/cloud_print_proxy_info.cc', | |
| 40 'common/cloud_print/cloud_print_proxy_info.h', | |
| 41 'common/common_message_generator.cc', | 30 'common/common_message_generator.cc', |
| 42 'common/common_message_generator.h', | 31 'common/common_message_generator.h', |
| 43 'common/common_param_traits.cc', | 32 'common/common_param_traits.cc', |
| 44 'common/common_param_traits.h', | 33 'common/common_param_traits.h', |
| 45 'common/common_param_traits_macros.h', | 34 'common/common_param_traits_macros.h', |
| 46 'common/component_flash_hint_file_linux.cc', | 35 'common/component_flash_hint_file_linux.cc', |
| 47 'common/component_flash_hint_file_linux.h', | 36 'common/component_flash_hint_file_linux.h', |
| 48 'common/content_restriction.h', | 37 'common/content_restriction.h', |
| 49 'common/content_settings_pattern_serializer.cc', | 38 'common/content_settings_pattern_serializer.cc', |
| 50 'common/content_settings_pattern_serializer.h', | 39 'common/content_settings_pattern_serializer.h', |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 'common/extensions/manifest_handlers/ui_overrides_handler.h', | 182 'common/extensions/manifest_handlers/ui_overrides_handler.h', |
| 194 'common/extensions/permissions/chrome_api_permissions.cc', | 183 'common/extensions/permissions/chrome_api_permissions.cc', |
| 195 'common/extensions/permissions/chrome_api_permissions.h', | 184 'common/extensions/permissions/chrome_api_permissions.h', |
| 196 'common/extensions/permissions/chrome_permission_message_provider.cc', | 185 'common/extensions/permissions/chrome_permission_message_provider.cc', |
| 197 'common/extensions/permissions/chrome_permission_message_provider.h', | 186 'common/extensions/permissions/chrome_permission_message_provider.h', |
| 198 'common/extensions/permissions/chrome_permission_message_rules.cc', | 187 'common/extensions/permissions/chrome_permission_message_rules.cc', |
| 199 'common/extensions/permissions/chrome_permission_message_rules.h', | 188 'common/extensions/permissions/chrome_permission_message_rules.h', |
| 200 'common/extensions/sync_helper.cc', | 189 'common/extensions/sync_helper.cc', |
| 201 'common/extensions/sync_helper.h', | 190 'common/extensions/sync_helper.h', |
| 202 ], | 191 ], |
| 192 'chrome_common_printing_sources': [ |
| 193 'common/chrome_utility_printing_messages.h', |
| 194 'common/cloud_print/cloud_print_cdd_conversion.cc', |
| 195 'common/cloud_print/cloud_print_cdd_conversion.h', |
| 196 'common/cloud_print/cloud_print_class_mac.h', |
| 197 'common/cloud_print/cloud_print_class_mac.mm', |
| 198 'common/cloud_print/cloud_print_constants.cc', |
| 199 'common/cloud_print/cloud_print_constants.h', |
| 200 'common/cloud_print/cloud_print_helpers.cc', |
| 201 'common/cloud_print/cloud_print_helpers.h', |
| 202 'common/cloud_print/cloud_print_proxy_info.cc', |
| 203 'common/cloud_print/cloud_print_proxy_info.h', |
| 204 ], |
| 203 'chrome_common_extensions_chromeos_sources': [ | 205 'chrome_common_extensions_chromeos_sources': [ |
| 204 'common/extensions/api/file_browser_handlers/file_browser_handler.cc', | 206 'common/extensions/api/file_browser_handlers/file_browser_handler.cc', |
| 205 'common/extensions/api/file_browser_handlers/file_browser_handler.h', | 207 'common/extensions/api/file_browser_handlers/file_browser_handler.h', |
| 206 'common/extensions/api/file_system_provider_capabilities/file_system_provi
der_capabilities_handler.cc', | 208 'common/extensions/api/file_system_provider_capabilities/file_system_provi
der_capabilities_handler.cc', |
| 207 'common/extensions/api/file_system_provider_capabilities/file_system_provi
der_capabilities_handler.h', | 209 'common/extensions/api/file_system_provider_capabilities/file_system_provi
der_capabilities_handler.h', |
| 208 'common/extensions/api/input_ime/input_components_handler.cc', | 210 'common/extensions/api/input_ime/input_components_handler.cc', |
| 209 'common/extensions/api/input_ime/input_components_handler.h', | 211 'common/extensions/api/input_ime/input_components_handler.h', |
| 210 ], | 212 ], |
| 211 'chrome_common_full_safe_browsing_sources': [ | 213 'chrome_common_full_safe_browsing_sources': [ |
| 212 'common/safe_browsing/binary_feature_extractor.cc', | 214 'common/safe_browsing/binary_feature_extractor.cc', |
| (...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 453 'common/ppapi_utils.h', | 455 'common/ppapi_utils.h', |
| 454 ], | 456 ], |
| 455 }], | 457 }], |
| 456 ['enable_plugins==1 and enable_extensions==1', { | 458 ['enable_plugins==1 and enable_extensions==1', { |
| 457 'sources': [ | 459 'sources': [ |
| 458 'common/pepper_permission_util.cc', | 460 'common/pepper_permission_util.cc', |
| 459 'common/pepper_permission_util.h', | 461 'common/pepper_permission_util.h', |
| 460 ], | 462 ], |
| 461 }], | 463 }], |
| 462 ['enable_basic_printing==1 or enable_print_preview==1', { | 464 ['enable_basic_printing==1 or enable_print_preview==1', { |
| 465 'sources': [ '<@(chrome_common_printing_sources)' ], |
| 466 |
| 463 'dependencies': [ | 467 'dependencies': [ |
| 464 '<(DEPTH)/components/components.gyp:printing_common', | 468 '<(DEPTH)/components/components.gyp:printing_common', |
| 465 '<(DEPTH)/printing/printing.gyp:printing', | 469 '<(DEPTH)/printing/printing.gyp:printing', |
| 466 ], | 470 ], |
| 467 }], | 471 }], |
| 468 ['enable_print_preview==1', { | 472 ['enable_print_preview==1', { |
| 469 'sources': [ '<@(chrome_common_service_process_sources)' ], | 473 'sources': [ '<@(chrome_common_service_process_sources)' ], |
| 470 }], | 474 }], |
| 471 ['enable_service_discovery==1', { | 475 ['enable_service_discovery==1', { |
| 472 'sources' : [ | 476 'sources' : [ |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 640 'sources': [ | 644 'sources': [ |
| 641 'common/resource_usage_reporter.mojom', | 645 'common/resource_usage_reporter.mojom', |
| 642 ], | 646 ], |
| 643 'dependencies': [ | 647 'dependencies': [ |
| 644 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 648 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
| 645 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 649 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 646 ], | 650 ], |
| 647 }, | 651 }, |
| 648 ], | 652 ], |
| 649 } | 653 } |
| OLD | NEW |