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

Side by Side Diff: device/device_tests.gyp

Issue 1682363002: Remove //device/devices_app. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove two files that somehow survived in //device/devices_app. Created 4 years, 10 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 | « device/BUILD.gn ('k') | device/devices_app/BUILD.gn » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
11 'target_name': 'device_unittests', 11 'target_name': 'device_unittests',
12 'type': '<(gtest_target_type)', 12 'type': '<(gtest_target_type)',
13 'dependencies': [ 13 'dependencies': [
14 '../base/base.gyp:test_support_base', 14 '../base/base.gyp:test_support_base',
15 '../mojo/mojo_base.gyp:mojo_url_type_converters',
15 '../mojo/mojo_base.gyp:mojo_environment_chromium', 16 '../mojo/mojo_base.gyp:mojo_environment_chromium',
16 '../mojo/mojo_edk.gyp:mojo_system_impl', 17 '../mojo/mojo_edk.gyp:mojo_system_impl',
17 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 18 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
18 '../testing/gmock.gyp:gmock', 19 '../testing/gmock.gyp:gmock',
19 '../testing/gtest.gyp:gtest', 20 '../testing/gtest.gyp:gtest',
20 '../tools/usb_gadget/usb_gadget.gyp:usb_gadget', 21 '../tools/usb_gadget/usb_gadget.gyp:usb_gadget',
21 'battery/battery.gyp:device_battery', 22 'battery/battery.gyp:device_battery',
22 'battery/battery.gyp:device_battery_mojo_bindings', 23 'battery/battery.gyp:device_battery_mojo_bindings',
23 'bluetooth/bluetooth.gyp:device_bluetooth', 24 'bluetooth/bluetooth.gyp:device_bluetooth',
24 'bluetooth/bluetooth.gyp:device_bluetooth_mocks', 25 'bluetooth/bluetooth.gyp:device_bluetooth_mocks',
25 'core/core.gyp:device_core', 26 'core/core.gyp:device_core',
26 'core/core.gyp:device_core_mocks', 27 'core/core.gyp:device_core_mocks',
27 'devices_app/devices_app.gyp:devices_app_lib',
28 'nfc/nfc.gyp:device_nfc', 28 'nfc/nfc.gyp:device_nfc',
29 'usb/usb.gyp:device_usb', 29 'usb/usb.gyp:device_usb',
30 'usb/usb.gyp:device_usb_mocks', 30 'usb/usb.gyp:device_usb_mocks',
31 'usb/usb.gyp:device_usb_mojo_bindings',
31 'hid/hid.gyp:device_hid', 32 'hid/hid.gyp:device_hid',
32 'hid/hid.gyp:device_hid_mocks', 33 'hid/hid.gyp:device_hid_mocks',
33 'serial/serial.gyp:device_serial', 34 'serial/serial.gyp:device_serial',
34 'serial/serial.gyp:device_serial_test_util', 35 'serial/serial.gyp:device_serial_test_util',
35 ], 36 ],
36 'sources': [ 37 'sources': [
37 'battery/battery_status_manager_linux_unittest.cc', 38 'battery/battery_status_manager_linux_unittest.cc',
38 'battery/battery_status_manager_win_unittest.cc', 39 'battery/battery_status_manager_win_unittest.cc',
39 'battery/battery_status_service_unittest.cc', 40 'battery/battery_status_service_unittest.cc',
40 'bluetooth/bluetooth_adapter_mac_unittest.mm', 41 'bluetooth/bluetooth_adapter_mac_unittest.mm',
(...skipping 13 matching lines...) Expand all
54 'bluetooth/test/bluetooth_test.cc', 55 'bluetooth/test/bluetooth_test.cc',
55 'bluetooth/test/bluetooth_test.h', 56 'bluetooth/test/bluetooth_test.h',
56 'bluetooth/test/bluetooth_test_android.cc', 57 'bluetooth/test/bluetooth_test_android.cc',
57 'bluetooth/test/bluetooth_test_android.h', 58 'bluetooth/test/bluetooth_test_android.h',
58 'bluetooth/test/bluetooth_test_mac.h', 59 'bluetooth/test/bluetooth_test_mac.h',
59 'bluetooth/test/bluetooth_test_mac.mm', 60 'bluetooth/test/bluetooth_test_mac.mm',
60 'bluetooth/test/bluetooth_test_win.h', 61 'bluetooth/test/bluetooth_test_win.h',
61 'bluetooth/test/bluetooth_test_win.cc', 62 'bluetooth/test/bluetooth_test_win.cc',
62 'bluetooth/test/test_bluetooth_adapter_observer.cc', 63 'bluetooth/test/test_bluetooth_adapter_observer.cc',
63 'bluetooth/test/test_bluetooth_adapter_observer.h', 64 'bluetooth/test/test_bluetooth_adapter_observer.h',
64 'devices_app/usb/device_impl_unittest.cc',
65 'devices_app/usb/device_manager_impl_unittest.cc',
66 'devices_app/usb/fake_permission_provider.cc',
67 'devices_app/usb/fake_permission_provider.h',
68 'hid/hid_connection_unittest.cc', 65 'hid/hid_connection_unittest.cc',
69 'hid/hid_device_filter_unittest.cc', 66 'hid/hid_device_filter_unittest.cc',
70 'hid/hid_report_descriptor_unittest.cc', 67 'hid/hid_report_descriptor_unittest.cc',
71 'hid/input_service_linux_unittest.cc', 68 'hid/input_service_linux_unittest.cc',
72 'hid/test_report_descriptors.cc', 69 'hid/test_report_descriptors.cc',
73 'hid/test_report_descriptors.h', 70 'hid/test_report_descriptors.h',
74 'nfc/nfc_chromeos_unittest.cc', 71 'nfc/nfc_chromeos_unittest.cc',
75 'nfc/nfc_ndef_record_unittest.cc', 72 'nfc/nfc_ndef_record_unittest.cc',
76 'serial/data_sink_unittest.cc', 73 'serial/data_sink_unittest.cc',
77 'serial/data_source_unittest.cc', 74 'serial/data_source_unittest.cc',
78 'serial/serial_connection_unittest.cc', 75 'serial/serial_connection_unittest.cc',
79 "serial/serial_io_handler_posix_unittest.cc", 76 "serial/serial_io_handler_posix_unittest.cc",
80 'serial/serial_service_unittest.cc', 77 'serial/serial_service_unittest.cc',
81 'test/run_all_unittests.cc', 78 'test/run_all_unittests.cc',
82 'test/test_device_client.cc', 79 'test/test_device_client.cc',
83 'test/test_device_client.h', 80 'test/test_device_client.h',
84 'test/usb_test_gadget_impl.cc', 81 'test/usb_test_gadget_impl.cc',
82 'usb/mojo/device_impl_unittest.cc',
83 'usb/mojo/device_manager_impl_unittest.cc',
84 'usb/mojo/fake_permission_provider.cc',
85 'usb/mojo/fake_permission_provider.h',
85 'usb/usb_descriptors_unittest.cc', 86 'usb/usb_descriptors_unittest.cc',
86 'usb/usb_device_filter_unittest.cc', 87 'usb/usb_device_filter_unittest.cc',
87 'usb/usb_device_handle_unittest.cc', 88 'usb/usb_device_handle_unittest.cc',
88 'usb/usb_ids_unittest.cc', 89 'usb/usb_ids_unittest.cc',
89 'usb/usb_service_unittest.cc', 90 'usb/usb_service_unittest.cc',
90 'usb/webusb_descriptors_unittest.cc', 91 'usb/webusb_descriptors_unittest.cc',
91 ], 92 ],
92 'conditions': [ 93 'conditions': [
93 ['chromeos==1', { 94 ['chromeos==1', {
94 'dependencies': [ 95 'dependencies': [
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 '../build/isolate.gypi', 256 '../build/isolate.gypi',
256 ], 257 ],
257 'sources': [ 258 'sources': [
258 'device_unittests.isolate', 259 'device_unittests.isolate',
259 ] 260 ]
260 } 261 }
261 ] 262 ]
262 }] 263 }]
263 ], 264 ],
264 } 265 }
OLDNEW
« no previous file with comments | « device/BUILD.gn ('k') | device/devices_app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698