Index: components/data_reduction_proxy.gypi |
diff --git a/components/data_reduction_proxy.gypi b/components/data_reduction_proxy.gypi |
index 0c4bdcfe828356aa9794dcde34153dc2fb3f705c..37a7e053c09d5feb809eb32caca0cf0ba5d01cb1 100644 |
--- a/components/data_reduction_proxy.gypi |
+++ b/components/data_reduction_proxy.gypi |
@@ -9,6 +9,13 @@ |
# GN version: //components/data_reduction_proxy/core/browser |
'target_name': 'data_reduction_proxy_core_browser', |
'type': 'static_library', |
+ 'conditions': [ |
+ ['OS != "android" and OS != "ios"', { |
+ 'dependencies' : [ |
+ '../google_apis/google_apis.gyp:google_apis', |
+ ] |
+ }], |
+ ], |
'dependencies': [ |
'data_reduction_proxy_version_header', |
'../base/base.gyp:base', |