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

Unified Diff: blimp/net/BUILD.gn

Issue 2190753002: Add network setup code to BlimpClientContextImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@split-blimp-client-session
Patch Set: Created 4 years, 5 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
« blimp/client/core/blimp_client_context_impl.h ('K') | « blimp/common/BUILD.gn ('k') | no next file » | 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 bf10cc199cf50768ff0774aeb98708c62e955c5f..97698666e7d129f9afb310fb324f070fcae55b4a 100644
--- a/blimp/net/BUILD.gn
+++ b/blimp/net/BUILD.gn
@@ -79,12 +79,15 @@ component("net") {
deps = [
"//base",
"//blimp/common",
- "//blimp/common/proto",
"//net",
"//third_party/WebKit/public:blink_headers",
"//third_party/zlib",
"//ui/base/ime:text_input_types",
]
+
+ public_deps = [
+ "//blimp/common/proto",
+ ]
}
source_set("test_support") {
« blimp/client/core/blimp_client_context_impl.h ('K') | « blimp/common/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698