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

Unified Diff: blimp/common/BUILD.gn

Issue 1501463003: [Blimp Net] Client sends START_CONNECTION message (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years 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 | blimp/common/protocol_version.h » ('j') | blimp/common/protocol_version.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/common/BUILD.gn
diff --git a/blimp/common/BUILD.gn b/blimp/common/BUILD.gn
index 72d23e10b5783e4ccb004a0e153a20da2ad866aa..8939dda22074a3342b6c74dfa4fc4e19cbc6d24b 100644
--- a/blimp/common/BUILD.gn
+++ b/blimp/common/BUILD.gn
@@ -11,6 +11,8 @@ component("blimp_common") {
"compositor/blimp_task_graph_runner.h",
"create_blimp_message.cc",
"create_blimp_message.h",
+ "protocol_version.cc",
+ "protocol_version.h",
]
defines = [ "BLIMP_COMMON_IMPLEMENTATION=1" ]
« no previous file with comments | « no previous file | blimp/common/protocol_version.h » ('j') | blimp/common/protocol_version.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698