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

Side by Side Diff: device/device_tests.gyp

Issue 1158323002: Revert of Build a basic Mojo service framework for device/usb (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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/core/device_client.cc ('k') | device/usb/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 {
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 'hid/test_report_descriptors.cc', 59 'hid/test_report_descriptors.cc',
60 'hid/test_report_descriptors.h', 60 'hid/test_report_descriptors.h',
61 'nfc/nfc_chromeos_unittest.cc', 61 'nfc/nfc_chromeos_unittest.cc',
62 'nfc/nfc_ndef_record_unittest.cc', 62 'nfc/nfc_ndef_record_unittest.cc',
63 'serial/data_sink_unittest.cc', 63 'serial/data_sink_unittest.cc',
64 'serial/data_source_unittest.cc', 64 'serial/data_source_unittest.cc',
65 'serial/serial_connection_unittest.cc', 65 'serial/serial_connection_unittest.cc',
66 'serial/serial_service_unittest.cc', 66 'serial/serial_service_unittest.cc',
67 'test/run_all_unittests.cc', 67 'test/run_all_unittests.cc',
68 'test/usb_test_gadget_impl.cc', 68 'test/usb_test_gadget_impl.cc',
69 'usb/device_impl_unittest.cc',
70 'usb/device_manager_impl_unittest.cc',
71 'usb/usb_context_unittest.cc', 69 'usb/usb_context_unittest.cc',
72 'usb/usb_device_filter_unittest.cc', 70 'usb/usb_device_filter_unittest.cc',
73 'usb/usb_device_handle_unittest.cc', 71 'usb/usb_device_handle_unittest.cc',
74 'usb/usb_ids_unittest.cc', 72 'usb/usb_ids_unittest.cc',
75 'usb/usb_service_unittest.cc', 73 'usb/usb_service_unittest.cc',
76 ], 74 ],
77 'conditions': [ 75 'conditions': [
78 ['chromeos==1', { 76 ['chromeos==1', {
79 'dependencies': [ 77 'dependencies': [
80 '../build/linux/system.gyp:dbus', 78 '../build/linux/system.gyp:dbus',
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 ], 158 ],
161 'variables': { 159 'variables': {
162 'test_suite_name': 'device_unittests', 160 'test_suite_name': 'device_unittests',
163 }, 161 },
164 'includes': [ '../build/apk_test.gypi' ], 162 'includes': [ '../build/apk_test.gypi' ],
165 }, 163 },
166 ], 164 ],
167 }], 165 }],
168 ], 166 ],
169 } 167 }
OLDNEW
« no previous file with comments | « device/core/device_client.cc ('k') | device/usb/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698