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

Side by Side Diff: device/device_tests.gyp

Issue 1249933004: Add code to detect new added ReceiveError on Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated comments, changed variable name. 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 | « device/BUILD.gn ('k') | device/serial/serial_io_handler_posix.h » ('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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 'hid/hid_device_filter_unittest.cc', 63 'hid/hid_device_filter_unittest.cc',
64 'hid/hid_report_descriptor_unittest.cc', 64 'hid/hid_report_descriptor_unittest.cc',
65 'hid/input_service_linux_unittest.cc', 65 'hid/input_service_linux_unittest.cc',
66 'hid/test_report_descriptors.cc', 66 'hid/test_report_descriptors.cc',
67 'hid/test_report_descriptors.h', 67 'hid/test_report_descriptors.h',
68 'nfc/nfc_chromeos_unittest.cc', 68 'nfc/nfc_chromeos_unittest.cc',
69 'nfc/nfc_ndef_record_unittest.cc', 69 'nfc/nfc_ndef_record_unittest.cc',
70 'serial/data_sink_unittest.cc', 70 'serial/data_sink_unittest.cc',
71 'serial/data_source_unittest.cc', 71 'serial/data_source_unittest.cc',
72 'serial/serial_connection_unittest.cc', 72 'serial/serial_connection_unittest.cc',
73 "serial/serial_io_handler_posix_unittest.cc",
73 'serial/serial_service_unittest.cc', 74 'serial/serial_service_unittest.cc',
74 'test/run_all_unittests.cc', 75 'test/run_all_unittests.cc',
75 'test/usb_test_gadget_impl.cc', 76 'test/usb_test_gadget_impl.cc',
76 'usb/usb_context_unittest.cc', 77 'usb/usb_context_unittest.cc',
77 'usb/usb_device_filter_unittest.cc', 78 'usb/usb_device_filter_unittest.cc',
78 'usb/usb_device_handle_unittest.cc', 79 'usb/usb_device_handle_unittest.cc',
79 'usb/usb_ids_unittest.cc', 80 'usb/usb_ids_unittest.cc',
80 'usb/usb_service_unittest.cc', 81 'usb/usb_service_unittest.cc',
81 ], 82 ],
82 'conditions': [ 83 'conditions': [
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 '../build/isolate.gypi', 208 '../build/isolate.gypi',
208 ], 209 ],
209 'sources': [ 210 'sources': [
210 'device_unittests.isolate', 211 'device_unittests.isolate',
211 ] 212 ]
212 } 213 }
213 ] 214 ]
214 }] 215 }]
215 ], 216 ],
216 } 217 }
OLDNEW
« no previous file with comments | « device/BUILD.gn ('k') | device/serial/serial_io_handler_posix.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698