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

Unified Diff: blimp/client/test/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 | « blimp/client/public/blimp_client_context.h ('k') | blimp/client/test/test_blimp_client_context_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/test/BUILD.gn
diff --git a/blimp/client/test/BUILD.gn b/blimp/client/test/BUILD.gn
index 7afb984bb5fd25cfd41a3f7130b5cc18d6ef378d..c3b68c160b5779b7c232779b60b326ac6b626577 100644
--- a/blimp/client/test/BUILD.gn
+++ b/blimp/client/test/BUILD.gn
@@ -14,4 +14,8 @@ source_set("test") {
"//base",
"//blimp/client/public:public_headers",
]
+
+ public_deps = [
+ "//testing/gmock",
+ ]
}
« no previous file with comments | « blimp/client/public/blimp_client_context.h ('k') | blimp/client/test/test_blimp_client_context_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698