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

Unified Diff: blimp/net/BUILD.gn

Issue 2383533003: Blimp: define HeliumTransport/HeliumStream interfaces. (Closed)
Patch Set: code review feedback Created 4 years, 2 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') | no next file with comments »
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 b9aff228cfa4e2a197a81db9d04968b862c217fb..77b19a35face4a33c37e5d21e8bcba839bdad209 100644
--- a/blimp/net/BUILD.gn
+++ b/blimp/net/BUILD.gn
@@ -97,8 +97,10 @@ source_set("helium") {
"helium/helium_errors.h",
"helium/helium_result.cc",
"helium/helium_result.h",
+ "helium/helium_stream.h",
"helium/helium_sync_manager.cc",
"helium/helium_sync_manager.h",
+ "helium/helium_transport.h",
"helium/syncable.h",
"helium/version_vector.cc",
"helium/version_vector.h",
@@ -108,6 +110,7 @@ source_set("helium") {
":net_export",
"//base",
"//blimp/common",
+ "//net",
]
public_deps = [
« no previous file with comments | « no previous file | blimp/net/helium/helium_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698