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

Unified Diff: device/serial/serial.gyp

Issue 437933002: Add data pipe wrappers to be used to implement serial receive. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@serial-buffer
Patch Set: Created 6 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/serial/data_stream.mojom ('k') | no next file » | 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 304a9c348c03875841b66be7a7b16fbe65167eb5..f2110da8add3015b8ad9d938e9d1ff9e84369334 100644
--- a/device/serial/serial.gyp
+++ b/device/serial/serial.gyp
@@ -19,6 +19,7 @@
],
'sources': [
'serial.mojom',
+ 'data_stream.mojom',
],
},
{
@@ -42,10 +43,18 @@
'../../mojo/mojo_base.gyp:mojo_cpp_bindings',
],
'sources': [
+ '<(SHARED_INTERMEDIATE_DIR)/device/serial/data_stream.mojom.cc',
+ '<(SHARED_INTERMEDIATE_DIR)/device/serial/data_stream.mojom.h',
'<(SHARED_INTERMEDIATE_DIR)/device/serial/serial.mojom.cc',
'<(SHARED_INTERMEDIATE_DIR)/device/serial/serial.mojom.h',
+ 'async_waiter.cc',
+ 'async_waiter.h',
'buffer.cc',
'buffer.h',
+ 'data_receiver.cc',
+ 'data_receiver.h',
+ 'data_source_sender.cc',
+ 'data_source_sender.h',
'serial_connection.cc',
'serial_connection.h',
'serial_connection_factory.cc',
« no previous file with comments | « device/serial/data_stream.mojom ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698