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

Side by Side Diff: device/device_tests.gyp

Issue 1256113006: Add utilities to parse WebUSB device descriptors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment tweaks. Created 5 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 | « no previous file | 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 'serial/serial_connection_unittest.cc', 74 'serial/serial_connection_unittest.cc',
75 "serial/serial_io_handler_posix_unittest.cc", 75 "serial/serial_io_handler_posix_unittest.cc",
76 'serial/serial_service_unittest.cc', 76 'serial/serial_service_unittest.cc',
77 'test/run_all_unittests.cc', 77 'test/run_all_unittests.cc',
78 'test/usb_test_gadget_impl.cc', 78 'test/usb_test_gadget_impl.cc',
79 'usb/usb_context_unittest.cc', 79 'usb/usb_context_unittest.cc',
80 'usb/usb_device_filter_unittest.cc', 80 'usb/usb_device_filter_unittest.cc',
81 'usb/usb_device_handle_unittest.cc', 81 'usb/usb_device_handle_unittest.cc',
82 'usb/usb_ids_unittest.cc', 82 'usb/usb_ids_unittest.cc',
83 'usb/usb_service_unittest.cc', 83 'usb/usb_service_unittest.cc',
84 'usb/webusb_descriptors_unittest.cc',
84 ], 85 ],
85 'conditions': [ 86 'conditions': [
86 ['chromeos==1', { 87 ['chromeos==1', {
87 'dependencies': [ 88 'dependencies': [
88 '../build/linux/system.gyp:dbus', 89 '../build/linux/system.gyp:dbus',
89 '../chromeos/chromeos.gyp:chromeos_test_support', 90 '../chromeos/chromeos.gyp:chromeos_test_support',
90 '../chromeos/chromeos.gyp:chromeos_test_support_without_gmock', 91 '../chromeos/chromeos.gyp:chromeos_test_support_without_gmock',
91 '../dbus/dbus.gyp:dbus', 92 '../dbus/dbus.gyp:dbus',
92 ], 93 ],
93 'sources!': [ 94 'sources!': [
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 '../build/isolate.gypi', 219 '../build/isolate.gypi',
219 ], 220 ],
220 'sources': [ 221 'sources': [
221 'device_unittests.isolate', 222 'device_unittests.isolate',
222 ] 223 ]
223 } 224 }
224 ] 225 ]
225 }] 226 }]
226 ], 227 ],
227 } 228 }
OLDNEW
« no previous file with comments | « no previous file | device/usb/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698