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

Unified Diff: device/serial/serial.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 | « device/serial/BUILD.gn ('k') | device/serial/serial.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/serial/serial.gyp
diff --git a/device/serial/serial.gyp b/device/serial/serial.gyp
index 5c0e386e6c069d1e2bc95be54704cf99522b60f9..dec3102ab2eaac3b9a7f956f68e30ae33bc6fc0c 100644
--- a/device/serial/serial.gyp
+++ b/device/serial/serial.gyp
@@ -36,6 +36,10 @@
],
'sources': [
'serial.mojom',
+ 'serial_connection.cc',
+ 'serial_connection.h',
+ 'serial_connection_factory.cc',
+ 'serial_connection_factory.h',
'serial_device_enumerator.cc',
'serial_device_enumerator.h',
'serial_device_enumerator_linux.cc',
@@ -54,5 +58,17 @@
'serial_service_impl.h',
],
},
+ {
+ # GN version: //device/serial:test_util
+ 'target_name': 'device_serial_test_util',
+ 'type': 'static_library',
+ 'dependencies': [
+ 'device_serial',
+ ],
+ 'sources': [
+ 'test_serial_io_handler.cc',
+ 'test_serial_io_handler.h',
+ ],
+ },
],
}
« no previous file with comments | « device/serial/BUILD.gn ('k') | device/serial/serial.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698