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

Unified Diff: components/data_reduction_proxy/core/browser/BUILD.gn

Issue 635013003: Expose data reduction proxy auth token for internal builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync to head Created 6 years, 2 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: components/data_reduction_proxy/core/browser/BUILD.gn
diff --git a/components/data_reduction_proxy/core/browser/BUILD.gn b/components/data_reduction_proxy/core/browser/BUILD.gn
index c99bbcfd891a9f7044e8eb803a93a9ee4a3bc66c..341021fcf0d545807ded0fd6a6ca938b11990842 100644
--- a/components/data_reduction_proxy/core/browser/BUILD.gn
+++ b/components/data_reduction_proxy/core/browser/BUILD.gn
@@ -36,6 +36,11 @@ static_library("browser") {
"//crypto",
"//net",
]
+ if (!is_android && !is_ios) {
+ deps += [
+ "//google_apis",
+ ]
+ }
}
static_library("test_support") {

Powered by Google App Engine
This is Rietveld 408576698