| 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 475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 486 'common/extensions/api/spellcheck/spellcheck_handler.cc', | 486 'common/extensions/api/spellcheck/spellcheck_handler.cc', |
| 487 'common/extensions/manifest_handlers/extension_action_handler.cc', | 487 'common/extensions/manifest_handlers/extension_action_handler.cc', |
| 488 'common/extensions/manifest_handlers/minimum_chrome_version_checker.
cc', | 488 'common/extensions/manifest_handlers/minimum_chrome_version_checker.
cc', |
| 489 'common/media_galleries/metadata_types.h', | 489 'common/media_galleries/metadata_types.h', |
| 490 ], | 490 ], |
| 491 }, { | 491 }, { |
| 492 # Non-Android. | 492 # Non-Android. |
| 493 'sources': [ '<@(chrome_common_importer_sources)' ], | 493 'sources': [ '<@(chrome_common_importer_sources)' ], |
| 494 'dependencies': [ | 494 'dependencies': [ |
| 495 '<(DEPTH)/url/ipc/url_ipc.gyp:url_ipc', | 495 '<(DEPTH)/url/ipc/url_ipc.gyp:url_ipc', |
| 496 » ], | 496 ], |
| 497 }], | 497 }], |
| 498 ['OS=="win"', { | 498 ['OS=="win"', { |
| 499 'include_dirs': [ | 499 'include_dirs': [ |
| 500 '<(DEPTH)/third_party/wtl/include', | 500 '<(DEPTH)/third_party/wtl/include', |
| 501 ], | 501 ], |
| 502 'dependencies': [ | 502 'dependencies': [ |
| 503 '<(DEPTH)/components/components.gyp:dom_distiller_core', # Needed b
y chrome_content_client.cc. | 503 '<(DEPTH)/components/components.gyp:dom_distiller_core', # Needed b
y chrome_content_client.cc. |
| 504 ], | 504 ], |
| 505 'all_dependent_settings': { |
| 506 'msvs_settings': { |
| 507 'VCLinkerTool': { |
| 508 'AdditionalDependencies': [ |
| 509 'wintrust.lib', |
| 510 ], |
| 511 }, |
| 512 }, |
| 513 }, |
| 514 'msvs_settings': { |
| 515 'VCLinkerTool': { |
| 516 'AdditionalDependencies': [ |
| 517 'wintrust.lib', |
| 518 ], |
| 519 }, |
| 520 }, |
| 505 }], | 521 }], |
| 506 ['OS=="mac"', { | 522 ['OS=="mac"', { |
| 507 'dependencies': [ | 523 'dependencies': [ |
| 508 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go
ogle_toolbox_for_mac', | 524 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go
ogle_toolbox_for_mac', |
| 509 '../third_party/mach_override/mach_override.gyp:mach_override', | 525 '../third_party/mach_override/mach_override.gyp:mach_override', |
| 510 ], | 526 ], |
| 511 'sources!': [ | 527 'sources!': [ |
| 512 'common/channel_info_posix.cc', | 528 'common/channel_info_posix.cc', |
| 513 ], | 529 ], |
| 514 }], | 530 }], |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 631 ], | 647 ], |
| 632 'sources': [ | 648 'sources': [ |
| 633 'common/resource_usage_reporter.mojom', | 649 'common/resource_usage_reporter.mojom', |
| 634 ], | 650 ], |
| 635 'dependencies': [ | 651 'dependencies': [ |
| 636 '../mojo/mojo_public.gyp:mojo_cpp_bindings', | 652 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 637 ], | 653 ], |
| 638 }, | 654 }, |
| 639 ], | 655 ], |
| 640 } | 656 } |
| OLD | NEW |