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") { |