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

Unified Diff: blimp/client/core/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: Updated comments and changed test to use a testing::Test class Created 4 years, 4 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/client/core/blimp_client_context_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/core/BUILD.gn
diff --git a/blimp/client/core/BUILD.gn b/blimp/client/core/BUILD.gn
index 8877084fae5de4f7737dbfcd0e1599aabbdc0bcb..6cfad7d81ed9062228f76ec7b994df16e2a71d32 100644
--- a/blimp/client/core/BUILD.gn
+++ b/blimp/client/core/BUILD.gn
@@ -82,6 +82,7 @@ source_set("unit_tests") {
"//blimp/client/core/session:unit_tests",
"//blimp/client/public:public_headers",
"//blimp/client/test",
+ "//testing/gmock",
"//testing/gtest",
]
}
@@ -95,6 +96,7 @@ source_set("context") {
public_deps = [
"//base",
"//blimp/client/core/contents",
+ "//blimp/client/core/session",
"//blimp/client/public:public_headers",
]
« no previous file with comments | « no previous file | blimp/client/core/blimp_client_context_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698