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

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: Addresses wez's comments. 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') | no next file with comments »
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..5b7ba5abbff4b70c447e78424c56b44de72b475c 100644
--- a/blimp/common/BUILD.gn
+++ b/blimp/common/BUILD.gn
@@ -11,6 +11,7 @@ component("blimp_common") {
"compositor/blimp_task_graph_runner.h",
"create_blimp_message.cc",
"create_blimp_message.h",
+ "protocol_version.h",
]
defines = [ "BLIMP_COMMON_IMPLEMENTATION=1" ]
« no previous file with comments | « no previous file | blimp/common/protocol_version.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698