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 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
351 '<(DEPTH)/net/net.gyp:net', | 351 '<(DEPTH)/net/net.gyp:net', |
352 '<(DEPTH)/skia/skia.gyp:skia', | 352 '<(DEPTH)/skia/skia.gyp:skia', |
353 '<(DEPTH)/skia/skia.gyp:skia_library', | 353 '<(DEPTH)/skia/skia.gyp:skia_library', |
354 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 354 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
355 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 355 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
356 '<(DEPTH)/third_party/kasko/kasko.gyp:kasko_features', | 356 '<(DEPTH)/third_party/kasko/kasko.gyp:kasko_features', |
357 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip', | 357 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip', |
358 '<(DEPTH)/ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', | 358 '<(DEPTH)/ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', |
359 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', | 359 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', |
360 '<(DEPTH)/url/url.gyp:url_lib', | 360 '<(DEPTH)/url/url.gyp:url_lib', |
361 '<(DEPTH)/url/ipc/url_ipc.gyp:url_ipc', | |
362 ], | 361 ], |
363 'sources': [ | 362 'sources': [ |
364 '<@(chrome_common_sources)' | 363 '<@(chrome_common_sources)' |
365 ], | 364 ], |
366 'conditions': [ | 365 'conditions': [ |
367 ['enable_extensions==1', { | 366 ['enable_extensions==1', { |
368 'sources': [ '<@(chrome_common_extensions_sources)' ], | 367 'sources': [ '<@(chrome_common_extensions_sources)' ], |
369 'dependencies': [ | 368 'dependencies': [ |
370 '<(DEPTH)/device/usb/usb.gyp:device_usb', | 369 '<(DEPTH)/device/usb/usb.gyp:device_usb', |
371 '<(DEPTH)/chrome/common/extensions/api/api.gyp:chrome_api', | 370 '<(DEPTH)/chrome/common/extensions/api/api.gyp:chrome_api', |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
490 ['OS=="android"', { | 489 ['OS=="android"', { |
491 'sources!': [ | 490 'sources!': [ |
492 'common/channel_info_posix.cc', | 491 'common/channel_info_posix.cc', |
493 'common/extensions/api/spellcheck/spellcheck_handler.cc', | 492 'common/extensions/api/spellcheck/spellcheck_handler.cc', |
494 'common/extensions/manifest_handlers/extension_action_handler.cc', | 493 'common/extensions/manifest_handlers/extension_action_handler.cc', |
495 'common/extensions/manifest_handlers/minimum_chrome_version_checker.
cc', | 494 'common/extensions/manifest_handlers/minimum_chrome_version_checker.
cc', |
496 'common/media_galleries/metadata_types.h', | 495 'common/media_galleries/metadata_types.h', |
497 ], | 496 ], |
498 }, { | 497 }, { |
499 # Non-Android. | 498 # Non-Android. |
500 'sources': [ '<@(chrome_common_importer_sources)' ], | 499 'sources': [ '<@(chrome_common_importer_sources)' ] |
501 'dependencies': [ | |
502 '<(DEPTH)/url/ipc/url_ipc.gyp:url_ipc', | |
503 » ], | |
504 }], | 500 }], |
505 ['OS=="win"', { | 501 ['OS=="win"', { |
506 'include_dirs': [ | 502 'include_dirs': [ |
507 '<(DEPTH)/third_party/wtl/include', | 503 '<(DEPTH)/third_party/wtl/include', |
508 ], | 504 ], |
509 'dependencies': [ | 505 'dependencies': [ |
510 '<(DEPTH)/components/components.gyp:dom_distiller_core', # Needed b
y chrome_content_client.cc. | 506 '<(DEPTH)/components/components.gyp:dom_distiller_core', # Needed b
y chrome_content_client.cc. |
511 ], | 507 ], |
512 }], | 508 }], |
513 ['OS=="mac"', { | 509 ['OS=="mac"', { |
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
644 'sources': [ | 640 'sources': [ |
645 'common/resource_usage_reporter.mojom', | 641 'common/resource_usage_reporter.mojom', |
646 ], | 642 ], |
647 'dependencies': [ | 643 'dependencies': [ |
648 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 644 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
649 '../mojo/mojo_public.gyp:mojo_cpp_bindings', | 645 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
650 ], | 646 ], |
651 }, | 647 }, |
652 ], | 648 ], |
653 } | 649 } |
OLD | NEW |