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

Unified Diff: device/device_tests.gyp

Issue 1314273002: Manage UsbService lifetime in DeviceClient implementations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/core/device_client.cc ('k') | device/devices_app/devices_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/device_tests.gyp
diff --git a/device/device_tests.gyp b/device/device_tests.gyp
index 91d2c0ee58c2635e33d962c0f3a5c7f18966f54f..abbc8a1a285954e90e88f5e721e624a46b0deeab 100644
--- a/device/device_tests.gyp
+++ b/device/device_tests.gyp
@@ -75,6 +75,8 @@
"serial/serial_io_handler_posix_unittest.cc",
'serial/serial_service_unittest.cc',
'test/run_all_unittests.cc',
+ 'test/test_device_client.cc',
+ 'test/test_device_client.h',
'test/usb_test_gadget_impl.cc',
'usb/usb_context_unittest.cc',
'usb/usb_descriptors_unittest.cc',
@@ -116,6 +118,10 @@
['exclude', '(^|/)serial'],
['exclude', '(^|/)usb'],
],
+ 'sources!': [
+ 'test/test_device_client.cc',
+ 'test/test_device_client.h',
+ ],
}],
['OS=="mac"', {
'dependencies': [
« no previous file with comments | « device/core/device_client.cc ('k') | device/devices_app/devices_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698