| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # This turns on e.g. the filename-based detection of which | 7 # This turns on e.g. the filename-based detection of which |
| 8 # platforms to include source files on (e.g. files ending in | 8 # platforms to include source files on (e.g. files ending in |
| 9 # _mac.h or _mac.cc are only compiled on MacOSX). | 9 # _mac.h or _mac.cc are only compiled on MacOSX). |
| 10 'chromium_code': 1, | 10 'chromium_code': 1, |
| (...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 426 ['toolkit_views == 1', { | 426 ['toolkit_views == 1', { |
| 427 'sources': [ | 427 'sources': [ |
| 428 'bookmarks/browser/bookmark_node_data_unittest.cc', | 428 'bookmarks/browser/bookmark_node_data_unittest.cc', |
| 429 ], | 429 ], |
| 430 }], | 430 }], |
| 431 ['OS != "ios"', { | 431 ['OS != "ios"', { |
| 432 'sources': [ | 432 'sources': [ |
| 433 'autofill/content/renderer/renderer_save_password_progress_logge
r_unittest.cc', | 433 'autofill/content/renderer/renderer_save_password_progress_logge
r_unittest.cc', |
| 434 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', | 434 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', |
| 435 'power/origin_power_map_unittest.cc', | 435 'power/origin_power_map_unittest.cc', |
| 436 'usb_service/usb_context_unittest.cc', | |
| 437 'usb_service/usb_device_filter_unittest.cc', | |
| 438 ], | 436 ], |
| 439 'dependencies': [ | 437 'dependencies': [ |
| 440 # Dependencies of autofill | 438 # Dependencies of autofill |
| 441 'components.gyp:autofill_content_browser', | 439 'components.gyp:autofill_content_browser', |
| 442 'components.gyp:autofill_content_renderer', | 440 'components.gyp:autofill_content_renderer', |
| 443 'components.gyp:autofill_content_test_support', | 441 'components.gyp:autofill_content_test_support', |
| 444 | 442 |
| 445 # Dependencies of component_updater | 443 # Dependencies of component_updater |
| 446 'components.gyp:component_updater', | 444 'components.gyp:component_updater', |
| 447 'components.gyp:component_updater_test_support', | 445 'components.gyp:component_updater_test_support', |
| (...skipping 21 matching lines...) Expand all Loading... |
| 469 'components.gyp:sessions', | 467 'components.gyp:sessions', |
| 470 'components.gyp:sessions_test_support', | 468 'components.gyp:sessions_test_support', |
| 471 | 469 |
| 472 # Dependencies of storage monitor | 470 # Dependencies of storage monitor |
| 473 'components.gyp:storage_monitor', | 471 'components.gyp:storage_monitor', |
| 474 'components.gyp:storage_monitor_test_support', | 472 'components.gyp:storage_monitor_test_support', |
| 475 | 473 |
| 476 # Dependencies of url_matcher. | 474 # Dependencies of url_matcher. |
| 477 'components.gyp:url_matcher', | 475 'components.gyp:url_matcher', |
| 478 | 476 |
| 479 # Dependencies of usb_service tests. | |
| 480 'components.gyp:usb_service', | |
| 481 '../third_party/libusb/libusb.gyp:libusb', | |
| 482 | |
| 483 # Dependencies of visitedlink | 477 # Dependencies of visitedlink |
| 484 'components.gyp:visitedlink_browser', | 478 'components.gyp:visitedlink_browser', |
| 485 'components.gyp:visitedlink_renderer', | 479 'components.gyp:visitedlink_renderer', |
| 486 | 480 |
| 487 # Dependencies of web_modal | 481 # Dependencies of web_modal |
| 488 'components.gyp:web_modal', | 482 'components.gyp:web_modal', |
| 489 'components.gyp:web_modal_test_support', | 483 'components.gyp:web_modal_test_support', |
| 490 ], | 484 ], |
| 491 }, { # 'OS == "ios"' | 485 }, { # 'OS == "ios"' |
| 492 'includes': ['../chrome/chrome_ios_bundle_resources.gypi'], | 486 'includes': ['../chrome/chrome_ios_bundle_resources.gypi'], |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 586 'gcm_driver/gcm_client_impl_unittest.cc', | 580 'gcm_driver/gcm_client_impl_unittest.cc', |
| 587 'gcm_driver/gcm_driver_desktop_unittest.cc', | 581 'gcm_driver/gcm_driver_desktop_unittest.cc', |
| 588 'feedback/feedback_common_unittest.cc', | 582 'feedback/feedback_common_unittest.cc', |
| 589 'feedback/feedback_data_unittest.cc', | 583 'feedback/feedback_data_unittest.cc', |
| 590 'feedback/feedback_uploader_unittest.cc', | 584 'feedback/feedback_uploader_unittest.cc', |
| 591 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', | 585 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', |
| 592 'signin/core/browser/mutable_profile_oauth2_token_service_unitte
st.cc', | 586 'signin/core/browser/mutable_profile_oauth2_token_service_unitte
st.cc', |
| 593 'storage_monitor/media_storage_util_unittest.cc', | 587 'storage_monitor/media_storage_util_unittest.cc', |
| 594 'storage_monitor/storage_info_unittest.cc', | 588 'storage_monitor/storage_info_unittest.cc', |
| 595 'storage_monitor/storage_monitor_unittest.cc', | 589 'storage_monitor/storage_monitor_unittest.cc', |
| 596 'usb_service/usb_context_unittest.cc', | |
| 597 'usb_service/usb_device_filter_unittest.cc', | |
| 598 'web_modal/web_contents_modal_dialog_manager_unittest.cc', | 590 'web_modal/web_contents_modal_dialog_manager_unittest.cc', |
| 599 ], | 591 ], |
| 600 'dependencies': [ | 592 'dependencies': [ |
| 601 '../testing/android/native_test.gyp:native_test_native_code', | 593 '../testing/android/native_test.gyp:native_test_native_code', |
| 602 ], | 594 ], |
| 603 'dependencies!': [ | 595 'dependencies!': [ |
| 604 'components.gyp:feedback_component', | 596 'components.gyp:feedback_component', |
| 605 'components.gyp:storage_monitor', | 597 'components.gyp:storage_monitor', |
| 606 'components.gyp:storage_monitor_test_support', | 598 'components.gyp:storage_monitor_test_support', |
| 607 'components.gyp:usb_service', | |
| 608 'components.gyp:web_modal', | 599 'components.gyp:web_modal', |
| 609 'components.gyp:web_modal_test_support', | 600 'components.gyp:web_modal_test_support', |
| 610 '../third_party/libusb/libusb.gyp:libusb', | |
| 611 ], | 601 ], |
| 612 }], | 602 }], |
| 613 ['OS != "android"', { | 603 ['OS != "android"', { |
| 614 'sources': [ | 604 'sources': [ |
| 615 'invalidation/fake_invalidator_unittest.cc', | 605 'invalidation/fake_invalidator_unittest.cc', |
| 616 'invalidation/gcm_network_channel_unittest.cc', | 606 'invalidation/gcm_network_channel_unittest.cc', |
| 617 'invalidation/invalidation_notifier_unittest.cc', | 607 'invalidation/invalidation_notifier_unittest.cc', |
| 618 'invalidation/invalidator_registrar_unittest.cc', | 608 'invalidation/invalidator_registrar_unittest.cc', |
| 619 'invalidation/non_blocking_invalidator_unittest.cc', | 609 'invalidation/non_blocking_invalidator_unittest.cc', |
| 620 'invalidation/object_id_invalidation_map_unittest.cc', | 610 'invalidation/object_id_invalidation_map_unittest.cc', |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 661 'metrics/serialization/serialization_utils_unittest.cc', | 651 'metrics/serialization/serialization_utils_unittest.cc', |
| 662 ], | 652 ], |
| 663 'dependencies': [ | 653 'dependencies': [ |
| 664 'components.gyp:metrics_serialization', | 654 'components.gyp:metrics_serialization', |
| 665 '../dbus/dbus.gyp:dbus', | 655 '../dbus/dbus.gyp:dbus', |
| 666 '../device/media_transfer_protocol/media_transfer_protocol.gyp:d
evice_media_transfer_protocol', | 656 '../device/media_transfer_protocol/media_transfer_protocol.gyp:d
evice_media_transfer_protocol', |
| 667 ], | 657 ], |
| 668 }], | 658 }], |
| 669 ['OS=="linux" and use_udev==0', { | 659 ['OS=="linux" and use_udev==0', { |
| 670 'dependencies!': [ | 660 'dependencies!': [ |
| 671 '../third_party/libusb/libusb.gyp:libusb', | |
| 672 'components.gyp:storage_monitor', | 661 'components.gyp:storage_monitor', |
| 673 'components.gyp:storage_monitor_test_support', | 662 'components.gyp:storage_monitor_test_support', |
| 674 ], | 663 ], |
| 675 'sources/': [ | 664 'sources/': [ |
| 676 ['exclude', '^storage_monitor/'], | 665 ['exclude', '^storage_monitor/'], |
| 677 ['exclude', '^usb_service/'], | |
| 678 ], | 666 ], |
| 679 }], | 667 }], |
| 680 ['OS=="win" and win_use_allocator_shim==1', { | 668 ['OS=="win" and win_use_allocator_shim==1', { |
| 681 'dependencies': [ | 669 'dependencies': [ |
| 682 '../base/allocator/allocator.gyp:allocator', | 670 '../base/allocator/allocator.gyp:allocator', |
| 683 ], | 671 ], |
| 684 }], | 672 }], |
| 685 ['OS=="linux" and component=="shared_library" and use_allocator!="no
ne"', { | 673 ['OS=="linux" and component=="shared_library" and use_allocator!="no
ne"', { |
| 686 'dependencies': [ | 674 'dependencies': [ |
| 687 '<(DEPTH)/base/allocator/allocator.gyp:allocator', | 675 '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
| (...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 933 'dependencies': [ | 921 'dependencies': [ |
| 934 '../base/allocator/allocator.gyp:allocator', | 922 '../base/allocator/allocator.gyp:allocator', |
| 935 ], | 923 ], |
| 936 }], | 924 }], |
| 937 ], | 925 ], |
| 938 }, | 926 }, |
| 939 ], | 927 ], |
| 940 }], | 928 }], |
| 941 ], | 929 ], |
| 942 } | 930 } |
| OLD | NEW |