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

Unified Diff: blimp/net/BUILD.gn

Issue 2383533003: Blimp: define HeliumTransport/HeliumStream interfaces. (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « no previous file | blimp/net/helium/helium_stream.h » ('j') | blimp/net/helium/helium_stream.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/net/BUILD.gn
diff --git a/blimp/net/BUILD.gn b/blimp/net/BUILD.gn
index 9c3488256c37fc6b164cb2d4c95c9f9d7da0e891..81c372f9af3f6446e17f62097d0d2aa3c7f91838 100644
--- a/blimp/net/BUILD.gn
+++ b/blimp/net/BUILD.gn
@@ -77,6 +77,7 @@ component("net") {
defines = [ "BLIMP_NET_IMPLEMENTATION=1" ]
deps = [
+ ":helium",
"//base",
"//blimp/common",
"//net",
@@ -90,6 +91,14 @@ component("net") {
]
}
+source_set("helium") {
+ sources = [
+ "helium/helium_stream.cc",
+ "helium/helium_stream.h",
+ "helium/helium_transport.h",
+ ]
+}
+
source_set("test_support") {
testonly = true
« no previous file with comments | « no previous file | blimp/net/helium/helium_stream.h » ('j') | blimp/net/helium/helium_stream.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698