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

Unified Diff: components/pairing/BUILD.gn

Issue 448273002: Add ProtoDecoder for sending messages between Host and Controller when pairing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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
Index: components/pairing/BUILD.gn
diff --git a/components/pairing/BUILD.gn b/components/pairing/BUILD.gn
index 55f29ed54dc6f6bc087e1dbccfd273a33c6d065b..d017ec44ce40591914fa9db5b3064b71064e6363 100644
--- a/components/pairing/BUILD.gn
+++ b/components/pairing/BUILD.gn
@@ -16,6 +16,8 @@ source_set("pairing") {
"pairing/host_pairing_controller.h",
"pairing/message_buffer.cc",
"pairing/message_buffer.h",
+ "pairing/proto_decoder.cc",
+ "pairing/proto_decoder.h",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698