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

Unified Diff: blimp/common/BUILD.gn

Issue 2462183002: GRPC Stream implementation of HeliumStream
Patch Set: Fixed a few minor comments Created 4 years, 1 month 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: blimp/common/BUILD.gn
diff --git a/blimp/common/BUILD.gn b/blimp/common/BUILD.gn
index 19922ee38e0d2a8be9401509ace92ab5901b6536..c34dcccf208fce51e2f9ab5f1258a3a25f9033a9 100644
--- a/blimp/common/BUILD.gn
+++ b/blimp/common/BUILD.gn
@@ -36,11 +36,22 @@ component("common") {
]
public_deps = [
+ ":assignment_options",
":protocol_version",
"//blimp/common/proto",
]
}
+source_set("assignment_options") {
+ sources = [
+ "assignment_options.h",
+ ]
+
+ deps = [
+ "//net",
+ ]
+}
+
source_set("test_support") {
testonly = true

Powered by Google App Engine
This is Rietveld 408576698