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

Unified Diff: device/serial/BUILD.gn

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
« no previous file with comments | « no previous file | device/serial/buffer.h » ('j') | device/serial/buffer.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/serial/BUILD.gn
diff --git a/device/serial/BUILD.gn b/device/serial/BUILD.gn
index 7797c3f0fa7ff2bc9158ffc0a9cd51e034f56a09..daab723f15834a693a912f7d7c47e3d591afc022 100644
--- a/device/serial/BUILD.gn
+++ b/device/serial/BUILD.gn
@@ -9,6 +9,8 @@ static_library("serial") {
output_name = "device_serial"
sources = [
+ "buffer.cc",
+ "buffer.h",
"serial_connection.cc",
"serial_connection.h",
"serial_connection_factory.cc",
« no previous file with comments | « no previous file | device/serial/buffer.h » ('j') | device/serial/buffer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698