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

Unified Diff: blimp/client/test/BUILD.gn

Issue 2204223005: Blimp OAuth2 token retreival on application start up. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add some deps only for gn deps check script. 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
Index: blimp/client/test/BUILD.gn
diff --git a/blimp/client/test/BUILD.gn b/blimp/client/test/BUILD.gn
index c3b68c160b5779b7c232779b60b326ac6b626577..6ba574d14c1b6f13c04f60587092ea717c8277bc 100644
--- a/blimp/client/test/BUILD.gn
+++ b/blimp/client/test/BUILD.gn
@@ -13,6 +13,7 @@ source_set("test") {
deps = [
"//base",
"//blimp/client/public:public_headers",
+ "//google_apis:google_apis",
]
public_deps = [

Powered by Google App Engine
This is Rietveld 408576698