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

Unified Diff: device/serial/BUILD.gn

Issue 571333002: Add serialization support to the JS DataSender and DataReceiver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@stash-service
Patch Set: clean up jsdoc Created 6 years, 3 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/data_stream_serialization.mojom » ('j') | no next file with comments »
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 d6b1313b881d9cacb123bff71ce77f3a4474e69a..ccab3857e145071ad567884ea08549db1cce61d1 100644
--- a/device/serial/BUILD.gn
+++ b/device/serial/BUILD.gn
@@ -75,6 +75,7 @@ mojom("serial_mojo") {
sources = [
"data_stream.mojom",
+ "data_stream_serialization.mojom",
"serial.mojom",
]
}
« no previous file with comments | « no previous file | device/serial/data_stream_serialization.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698