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

Unified Diff: blimp/engine/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/engine/BUILD.gn
diff --git a/blimp/engine/BUILD.gn b/blimp/engine/BUILD.gn
index db86f133bc2b19c82d1b670cabd3e0784a208fea..41662b89f30828fda08ee2e68d6d566aee00fcaa 100644
--- a/blimp/engine/BUILD.gn
+++ b/blimp/engine/BUILD.gn
@@ -811,3 +811,25 @@ source_set("browser_tests") {
"$root_out_dir/blimp_engine.pak",
]
}
+
+source_set("browser_tests_grpc") {
+ testonly = true
+ sources = [
+ "browser_tests/grpc_assignment.cc",
+ ]
+
+ deps = [
+ ":browser_tests",
+ ]
+}
+
+source_set("browser_tests_tcp") {
+ testonly = true
+ sources = [
+ "browser_tests/tcp_assignment.cc",
+ ]
+
+ deps = [
+ ":browser_tests",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698