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

Unified Diff: mojo/services/network/BUILD.gn

Issue 550003005: Mojo: WebSocket interface now reuses the DataPipe for subsequent sends or (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: give up Created 6 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
Index: mojo/services/network/BUILD.gn
diff --git a/mojo/services/network/BUILD.gn b/mojo/services/network/BUILD.gn
index 4891b757c1e31d1eb3214e5b801f27628523cd8e..d6ae427aeba1a0c4a233ab444812af1559d1d241 100644
--- a/mojo/services/network/BUILD.gn
+++ b/mojo/services/network/BUILD.gn
@@ -12,6 +12,7 @@ shared_library("network") {
"//mojo/application",
"//mojo/public/c/system:for_shared_library",
"//mojo/public/cpp/bindings:bindings",
+ "//mojo/services/public/cpp/network",
"//mojo/services/public/interfaces/network",
]
@@ -25,6 +26,7 @@ source_set("lib") {
"//mojo/application",
"//mojo/common",
"//mojo/environment:chromium",
+ "//mojo/services/public/cpp/network",
"//mojo/services/public/interfaces/network",
"//net",
"//url",

Powered by Google App Engine
This is Rietveld 408576698