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

Unified Diff: device/device_tests.gyp

Issue 1144493003: Extract //device/usb mocks so that they can be shared. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Android and GN builds for real. Created 5 years, 7 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/BUILD.gn ('k') | device/usb/BUILD.gn » ('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 198c77a50ec9078696129051a54d619bc5db4416..e08176294a31ac4280e3744aa4ab5a2e86bff7b1 100644
--- a/device/device_tests.gyp
+++ b/device/device_tests.gyp
@@ -24,6 +24,7 @@
'bluetooth/bluetooth.gyp:device_bluetooth_mocks',
'nfc/nfc.gyp:device_nfc',
'usb/usb.gyp:device_usb',
+ 'usb/usb.gyp:device_usb_mocks',
'hid/hid.gyp:device_hid',
'serial/serial.gyp:device_serial',
'serial/serial.gyp:device_serial_test_util',
@@ -87,6 +88,7 @@
'dependencies!': [
'../tools/usb_gadget/usb_gadget.gyp:usb_gadget',
'usb/usb.gyp:device_usb',
+ 'usb/usb.gyp:device_usb_mocks',
'serial/serial.gyp:device_serial',
'serial/serial.gyp:device_serial_test_util',
'hid/hid.gyp:device_hid',
« no previous file with comments | « device/BUILD.gn ('k') | device/usb/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698