Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(498)

Side by Side Diff: components/components_tests.gyp

Issue 497363004: Merge components/usb_service into device/usb. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Hide //device/usb on mobile platforms. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 'sources': [ 423 'sources': [
424 'bookmarks/browser/bookmark_node_data_unittest.cc', 424 'bookmarks/browser/bookmark_node_data_unittest.cc',
425 ], 425 ],
426 }], 426 }],
427 ['OS != "ios"', { 427 ['OS != "ios"', {
428 'sources': [ 428 'sources': [
429 'autofill/content/renderer/renderer_save_password_progress_logge r_unittest.cc', 429 'autofill/content/renderer/renderer_save_password_progress_logge r_unittest.cc',
430 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', 430 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc',
431 'password_manager/content/renderer/credential_manager_client_uni ttest.cc', 431 'password_manager/content/renderer/credential_manager_client_uni ttest.cc',
432 'power/origin_power_map_unittest.cc', 432 'power/origin_power_map_unittest.cc',
433 'usb_service/usb_context_unittest.cc',
434 'usb_service/usb_device_filter_unittest.cc',
435 ], 433 ],
436 'dependencies': [ 434 'dependencies': [
437 # Dependencies of autofill 435 # Dependencies of autofill
438 'components.gyp:autofill_content_browser', 436 'components.gyp:autofill_content_browser',
439 'components.gyp:autofill_content_renderer', 437 'components.gyp:autofill_content_renderer',
440 'components.gyp:autofill_content_test_support', 438 'components.gyp:autofill_content_test_support',
441 439
442 # Dependencies of component_updater 440 # Dependencies of component_updater
443 'components.gyp:component_updater', 441 'components.gyp:component_updater',
444 'components.gyp:component_updater_test_support', 442 'components.gyp:component_updater_test_support',
(...skipping 25 matching lines...) Expand all
470 'components.gyp:sessions', 468 'components.gyp:sessions',
471 'components.gyp:sessions_test_support', 469 'components.gyp:sessions_test_support',
472 470
473 # Dependencies of storage monitor 471 # Dependencies of storage monitor
474 'components.gyp:storage_monitor', 472 'components.gyp:storage_monitor',
475 'components.gyp:storage_monitor_test_support', 473 'components.gyp:storage_monitor_test_support',
476 474
477 # Dependencies of url_matcher. 475 # Dependencies of url_matcher.
478 'components.gyp:url_matcher', 476 'components.gyp:url_matcher',
479 477
480 # Dependencies of usb_service tests.
481 'components.gyp:usb_service',
482 '../third_party/libusb/libusb.gyp:libusb',
483
484 # Dependencies of visitedlink 478 # Dependencies of visitedlink
485 'components.gyp:visitedlink_browser', 479 'components.gyp:visitedlink_browser',
486 'components.gyp:visitedlink_renderer', 480 'components.gyp:visitedlink_renderer',
487 481
488 # Dependencies of web_modal 482 # Dependencies of web_modal
489 'components.gyp:web_modal', 483 'components.gyp:web_modal',
490 'components.gyp:web_modal_test_support', 484 'components.gyp:web_modal_test_support',
491 ], 485 ],
492 }, { # 'OS == "ios"' 486 }, { # 'OS == "ios"'
493 'includes': ['../chrome/chrome_ios_bundle_resources.gypi'], 487 'includes': ['../chrome/chrome_ios_bundle_resources.gypi'],
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
587 'gcm_driver/gcm_client_impl_unittest.cc', 581 'gcm_driver/gcm_client_impl_unittest.cc',
588 'gcm_driver/gcm_driver_desktop_unittest.cc', 582 'gcm_driver/gcm_driver_desktop_unittest.cc',
589 'feedback/feedback_common_unittest.cc', 583 'feedback/feedback_common_unittest.cc',
590 'feedback/feedback_data_unittest.cc', 584 'feedback/feedback_data_unittest.cc',
591 'feedback/feedback_uploader_unittest.cc', 585 'feedback/feedback_uploader_unittest.cc',
592 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', 586 'gcm_driver/gcm_stats_recorder_impl_unittest.cc',
593 'signin/core/browser/mutable_profile_oauth2_token_service_unitte st.cc', 587 'signin/core/browser/mutable_profile_oauth2_token_service_unitte st.cc',
594 'storage_monitor/media_storage_util_unittest.cc', 588 'storage_monitor/media_storage_util_unittest.cc',
595 'storage_monitor/storage_info_unittest.cc', 589 'storage_monitor/storage_info_unittest.cc',
596 'storage_monitor/storage_monitor_unittest.cc', 590 'storage_monitor/storage_monitor_unittest.cc',
597 'usb_service/usb_context_unittest.cc',
598 'usb_service/usb_device_filter_unittest.cc',
599 'web_modal/web_contents_modal_dialog_manager_unittest.cc', 591 'web_modal/web_contents_modal_dialog_manager_unittest.cc',
600 ], 592 ],
601 'dependencies': [ 593 'dependencies': [
602 '../testing/android/native_test.gyp:native_test_native_code', 594 '../testing/android/native_test.gyp:native_test_native_code',
603 ], 595 ],
604 'dependencies!': [ 596 'dependencies!': [
605 'components.gyp:feedback_component', 597 'components.gyp:feedback_component',
606 'components.gyp:storage_monitor', 598 'components.gyp:storage_monitor',
607 'components.gyp:storage_monitor_test_support', 599 'components.gyp:storage_monitor_test_support',
608 'components.gyp:usb_service',
609 'components.gyp:web_modal', 600 'components.gyp:web_modal',
610 'components.gyp:web_modal_test_support', 601 'components.gyp:web_modal_test_support',
611 '../third_party/libusb/libusb.gyp:libusb',
612 ], 602 ],
613 }], 603 }],
614 ['OS != "android"', { 604 ['OS != "android"', {
615 'sources': [ 605 'sources': [
616 'invalidation/fake_invalidator_unittest.cc', 606 'invalidation/fake_invalidator_unittest.cc',
617 'invalidation/gcm_network_channel_unittest.cc', 607 'invalidation/gcm_network_channel_unittest.cc',
618 'invalidation/invalidation_notifier_unittest.cc', 608 'invalidation/invalidation_notifier_unittest.cc',
619 'invalidation/invalidator_registrar_unittest.cc', 609 'invalidation/invalidator_registrar_unittest.cc',
620 'invalidation/non_blocking_invalidator_unittest.cc', 610 'invalidation/non_blocking_invalidator_unittest.cc',
621 'invalidation/object_id_invalidation_map_unittest.cc', 611 'invalidation/object_id_invalidation_map_unittest.cc',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
662 'metrics/serialization/serialization_utils_unittest.cc', 652 'metrics/serialization/serialization_utils_unittest.cc',
663 ], 653 ],
664 'dependencies': [ 654 'dependencies': [
665 'components.gyp:metrics_serialization', 655 'components.gyp:metrics_serialization',
666 '../dbus/dbus.gyp:dbus', 656 '../dbus/dbus.gyp:dbus',
667 '../device/media_transfer_protocol/media_transfer_protocol.gyp:d evice_media_transfer_protocol', 657 '../device/media_transfer_protocol/media_transfer_protocol.gyp:d evice_media_transfer_protocol',
668 ], 658 ],
669 }], 659 }],
670 ['OS=="linux" and use_udev==0', { 660 ['OS=="linux" and use_udev==0', {
671 'dependencies!': [ 661 'dependencies!': [
672 '../third_party/libusb/libusb.gyp:libusb',
673 'components.gyp:storage_monitor', 662 'components.gyp:storage_monitor',
674 'components.gyp:storage_monitor_test_support', 663 'components.gyp:storage_monitor_test_support',
675 ], 664 ],
676 'sources/': [ 665 'sources/': [
677 ['exclude', '^storage_monitor/'], 666 ['exclude', '^storage_monitor/'],
678 ['exclude', '^usb_service/'],
679 ], 667 ],
680 }], 668 }],
681 ['OS=="win" and win_use_allocator_shim==1', { 669 ['OS=="win" and win_use_allocator_shim==1', {
682 'dependencies': [ 670 'dependencies': [
683 '../base/allocator/allocator.gyp:allocator', 671 '../base/allocator/allocator.gyp:allocator',
684 ], 672 ],
685 }], 673 }],
686 ['OS=="linux" and component=="shared_library" and use_allocator!="no ne"', { 674 ['OS=="linux" and component=="shared_library" and use_allocator!="no ne"', {
687 'dependencies': [ 675 'dependencies': [
688 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 676 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
932 'dependencies': [ 920 'dependencies': [
933 '../base/allocator/allocator.gyp:allocator', 921 '../base/allocator/allocator.gyp:allocator',
934 ], 922 ],
935 }], 923 }],
936 ], 924 ],
937 }, 925 },
938 ], 926 ],
939 }], 927 }],
940 ], 928 ],
941 } 929 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698