| 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', |
| 16 'common/channel_info.h', |
| 17 'common/channel_info_android.cc', |
| 18 'common/channel_info_chromeos.cc', |
| 19 'common/channel_info_mac.mm', |
| 20 'common/channel_info_posix.cc', |
| 21 'common/channel_info_win.cc', |
| 15 'common/child_process_logging.h', | 22 'common/child_process_logging.h', |
| 16 'common/child_process_logging_win.cc', | 23 'common/child_process_logging_win.cc', |
| 17 'common/chrome_content_client.cc', | 24 'common/chrome_content_client.cc', |
| 18 'common/chrome_content_client.h', | 25 'common/chrome_content_client.h', |
| 19 'common/chrome_content_client_constants.cc', | 26 'common/chrome_content_client_constants.cc', |
| 20 'common/chrome_content_client_ios.mm', | 27 'common/chrome_content_client_ios.mm', |
| 21 'common/chrome_result_codes.h', | 28 'common/chrome_result_codes.h', |
| 22 'common/chrome_utility_messages.h', | 29 'common/chrome_utility_messages.h', |
| 23 'common/chrome_utility_printing_messages.h', | 30 'common/chrome_utility_printing_messages.h', |
| 24 'common/chrome_version_info.cc', | |
| 25 'common/chrome_version_info.h', | |
| 26 'common/chrome_version_info_android.cc', | |
| 27 'common/chrome_version_info_chromeos.cc', | |
| 28 'common/chrome_version_info_mac.mm', | |
| 29 'common/chrome_version_info_posix.cc', | |
| 30 'common/chrome_version_info_win.cc', | |
| 31 'common/cloud_print/cloud_print_cdd_conversion.cc', | 31 'common/cloud_print/cloud_print_cdd_conversion.cc', |
| 32 'common/cloud_print/cloud_print_cdd_conversion.h', | 32 'common/cloud_print/cloud_print_cdd_conversion.h', |
| 33 'common/cloud_print/cloud_print_class_mac.h', | 33 'common/cloud_print/cloud_print_class_mac.h', |
| 34 'common/cloud_print/cloud_print_class_mac.mm', | 34 'common/cloud_print/cloud_print_class_mac.mm', |
| 35 'common/cloud_print/cloud_print_constants.cc', | 35 'common/cloud_print/cloud_print_constants.cc', |
| 36 'common/cloud_print/cloud_print_constants.h', | 36 'common/cloud_print/cloud_print_constants.h', |
| 37 'common/cloud_print/cloud_print_helpers.cc', | 37 'common/cloud_print/cloud_print_helpers.cc', |
| 38 'common/cloud_print/cloud_print_helpers.h', | 38 'common/cloud_print/cloud_print_helpers.h', |
| 39 'common/cloud_print/cloud_print_proxy_info.cc', | 39 'common/cloud_print/cloud_print_proxy_info.cc', |
| 40 'common/cloud_print/cloud_print_proxy_info.h', | 40 'common/cloud_print/cloud_print_proxy_info.h', |
| (...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 488 }], | 488 }], |
| 489 ['enable_mdns==1', { | 489 ['enable_mdns==1', { |
| 490 'sources' : [ | 490 'sources' : [ |
| 491 'common/local_discovery/service_discovery_client_impl.cc', | 491 'common/local_discovery/service_discovery_client_impl.cc', |
| 492 'common/local_discovery/service_discovery_client_impl.h', | 492 'common/local_discovery/service_discovery_client_impl.h', |
| 493 ] | 493 ] |
| 494 }], | 494 }], |
| 495 ['OS=="android"', { | 495 ['OS=="android"', { |
| 496 'sources!': [ | 496 'sources!': [ |
| 497 'common/badge_util.cc', | 497 'common/badge_util.cc', |
| 498 'common/chrome_version_info_posix.cc', | 498 'common/channel_info_posix.cc', |
| 499 'common/extensions/api/spellcheck/spellcheck_handler.cc', | 499 'common/extensions/api/spellcheck/spellcheck_handler.cc', |
| 500 'common/extensions/manifest_handlers/extension_action_handler.cc', | 500 'common/extensions/manifest_handlers/extension_action_handler.cc', |
| 501 'common/extensions/manifest_handlers/minimum_chrome_version_checker.
cc', | 501 'common/extensions/manifest_handlers/minimum_chrome_version_checker.
cc', |
| 502 'common/icon_with_badge_image_source.cc', | 502 'common/icon_with_badge_image_source.cc', |
| 503 'common/media_galleries/metadata_types.h', | 503 'common/media_galleries/metadata_types.h', |
| 504 'common/net/url_util.cc', | 504 'common/net/url_util.cc', |
| 505 ], | 505 ], |
| 506 }, { | 506 }, { |
| 507 # Non-Android. | 507 # Non-Android. |
| 508 'sources': [ '<@(chrome_common_importer_sources)' ] | 508 'sources': [ '<@(chrome_common_importer_sources)' ] |
| (...skipping 14 matching lines...) Expand all Loading... |
| 523 }], | 523 }], |
| 524 ['OS=="mac"', { | 524 ['OS=="mac"', { |
| 525 'dependencies': [ | 525 'dependencies': [ |
| 526 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go
ogle_toolbox_for_mac', | 526 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go
ogle_toolbox_for_mac', |
| 527 '../third_party/mach_override/mach_override.gyp:mach_override', | 527 '../third_party/mach_override/mach_override.gyp:mach_override', |
| 528 ], | 528 ], |
| 529 'include_dirs': [ | 529 'include_dirs': [ |
| 530 '<(DEPTH)/breakpad/src', | 530 '<(DEPTH)/breakpad/src', |
| 531 ], | 531 ], |
| 532 'sources!': [ | 532 'sources!': [ |
| 533 'common/chrome_version_info_posix.cc', | 533 'common/channel_info_posix.cc', |
| 534 ], | 534 ], |
| 535 }], | 535 }], |
| 536 ['enable_webrtc==0', { | 536 ['enable_webrtc==0', { |
| 537 'sources!': [ | 537 'sources!': [ |
| 538 'common/media/webrtc_logging_messages.h', | 538 'common/media/webrtc_logging_messages.h', |
| 539 ] | 539 ] |
| 540 }], | 540 }], |
| 541 ['configuration_policy==1', { | 541 ['configuration_policy==1', { |
| 542 'dependencies': [ | 542 'dependencies': [ |
| 543 '<(DEPTH)/components/components.gyp:policy', | 543 '<(DEPTH)/components/components.gyp:policy', |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 658 'sources': [ | 658 'sources': [ |
| 659 'common/resource_usage_reporter.mojom', | 659 'common/resource_usage_reporter.mojom', |
| 660 ], | 660 ], |
| 661 'dependencies': [ | 661 'dependencies': [ |
| 662 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 662 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
| 663 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 663 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 664 ], | 664 ], |
| 665 }, | 665 }, |
| 666 ], | 666 ], |
| 667 } | 667 } |
| OLD | NEW |