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

Side by Side Diff: components/components_tests.gyp

Issue 462753002: Add usb_service::UsbDeviceFilter class for device matching. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add UsbDevice::RequestUsbAccess to the mock (and fix spelling). Created 6 years, 4 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
« no previous file with comments | « chromeos/dbus/permission_broker_client.h ('k') | components/usb_service.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 ['toolkit_views == 1', { 397 ['toolkit_views == 1', {
398 'sources': [ 398 'sources': [
399 'bookmarks/browser/bookmark_node_data_unittest.cc', 399 'bookmarks/browser/bookmark_node_data_unittest.cc',
400 ], 400 ],
401 }], 401 }],
402 ['OS != "ios"', { 402 ['OS != "ios"', {
403 'sources': [ 403 'sources': [
404 'autofill/content/renderer/renderer_save_password_progress_logge r_unittest.cc', 404 'autofill/content/renderer/renderer_save_password_progress_logge r_unittest.cc',
405 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', 405 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc',
406 'usb_service/usb_context_unittest.cc', 406 'usb_service/usb_context_unittest.cc',
407 'usb_service/usb_device_filter_unittest.cc',
407 ], 408 ],
408 'dependencies': [ 409 'dependencies': [
409 # Dependencies of autofill 410 # Dependencies of autofill
410 'components.gyp:autofill_content_browser', 411 'components.gyp:autofill_content_browser',
411 'components.gyp:autofill_content_renderer', 412 'components.gyp:autofill_content_renderer',
412 'components.gyp:autofill_content_test_support', 413 'components.gyp:autofill_content_test_support',
413 414
414 # Dependencies of dom_distiller 415 # Dependencies of dom_distiller
415 'components.gyp:dom_distiller_content', 416 'components.gyp:dom_distiller_content',
416 417
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 'gcm_driver/gcm_driver_desktop_unittest.cc', 547 'gcm_driver/gcm_driver_desktop_unittest.cc',
547 'feedback/feedback_common_unittest.cc', 548 'feedback/feedback_common_unittest.cc',
548 'feedback/feedback_data_unittest.cc', 549 'feedback/feedback_data_unittest.cc',
549 'feedback/feedback_uploader_unittest.cc', 550 'feedback/feedback_uploader_unittest.cc',
550 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', 551 'gcm_driver/gcm_stats_recorder_impl_unittest.cc',
551 'signin/core/browser/mutable_profile_oauth2_token_service_unitte st.cc', 552 'signin/core/browser/mutable_profile_oauth2_token_service_unitte st.cc',
552 'storage_monitor/media_storage_util_unittest.cc', 553 'storage_monitor/media_storage_util_unittest.cc',
553 'storage_monitor/storage_info_unittest.cc', 554 'storage_monitor/storage_info_unittest.cc',
554 'storage_monitor/storage_monitor_unittest.cc', 555 'storage_monitor/storage_monitor_unittest.cc',
555 'usb_service/usb_context_unittest.cc', 556 'usb_service/usb_context_unittest.cc',
557 'usb_service/usb_device_filter_unittest.cc',
556 'web_modal/web_contents_modal_dialog_manager_unittest.cc', 558 'web_modal/web_contents_modal_dialog_manager_unittest.cc',
557 ], 559 ],
558 'dependencies': [ 560 'dependencies': [
559 '../testing/android/native_test.gyp:native_test_native_code', 561 '../testing/android/native_test.gyp:native_test_native_code',
560 ], 562 ],
561 'dependencies!': [ 563 'dependencies!': [
562 'components.gyp:feedback_component', 564 'components.gyp:feedback_component',
563 'components.gyp:storage_monitor', 565 'components.gyp:storage_monitor',
564 'components.gyp:storage_monitor_test_support', 566 'components.gyp:storage_monitor_test_support',
565 'components.gyp:usb_service', 567 'components.gyp:usb_service',
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
889 'dependencies': [ 891 'dependencies': [
890 '../base/allocator/allocator.gyp:allocator', 892 '../base/allocator/allocator.gyp:allocator',
891 ], 893 ],
892 }], 894 }],
893 ], 895 ],
894 }, 896 },
895 ], 897 ],
896 }], 898 }],
897 ], 899 ],
898 } 900 }
OLDNEW
« no previous file with comments | « chromeos/dbus/permission_broker_client.h ('k') | components/usb_service.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698