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

Unified Diff: device/serial/serial.gyp

Issue 423373002: Convert SerialIoHandler to use buffer interfaces for I/O API methods. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@js-serial
Patch Set: rebase 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
Index: device/serial/serial.gyp
diff --git a/device/serial/serial.gyp b/device/serial/serial.gyp
index 0f2e2f3d22946ec6c22ba64a9d3e2a28e532bf40..304a9c348c03875841b66be7a7b16fbe65167eb5 100644
--- a/device/serial/serial.gyp
+++ b/device/serial/serial.gyp
@@ -44,6 +44,8 @@
'sources': [
'<(SHARED_INTERMEDIATE_DIR)/device/serial/serial.mojom.cc',
'<(SHARED_INTERMEDIATE_DIR)/device/serial/serial.mojom.h',
+ 'buffer.cc',
+ 'buffer.h',
'serial_connection.cc',
'serial_connection.h',
'serial_connection_factory.cc',

Powered by Google App Engine
This is Rietveld 408576698