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

Unified Diff: device/device_tests.gyp

Issue 401563002: Add a partial Mojo serial connection interface and implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 6 years, 5 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 | « chrome/chrome_tests.gypi ('k') | device/serial/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 29667d45520f782b03f6333a68b733eb02eca1b5..2f0810b9aea8a15922e39f432fa531e825de6ff3 100644
--- a/device/device_tests.gyp
+++ b/device/device_tests.gyp
@@ -22,6 +22,7 @@
'usb/usb.gyp:device_usb',
'hid/hid.gyp:device_hid',
'serial/serial.gyp:device_serial',
+ 'serial/serial.gyp:device_serial_test_util',
],
'sources': [
'bluetooth/bluetooth_adapter_mac_unittest.mm',
@@ -43,6 +44,7 @@
'hid/hid_report_descriptor_unittest.cc',
'hid/hid_service_unittest.cc',
'hid/input_service_linux_unittest.cc',
+ 'serial/serial_connection_unittest.cc',
'serial/serial_service_unittest.cc',
'test/run_all_unittests.cc',
],
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | device/serial/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698