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 2b51887d6a4ab117000df81c8fe5a0d6dd0c5a10..6ec49cc01ba224b3b0201995b76b08c57342f81c 100644 |
--- a/components/data_reduction_proxy/core/browser/BUILD.gn |
+++ b/components/data_reduction_proxy/core/browser/BUILD.gn |
@@ -54,20 +54,21 @@ if (is_android) { |
source_set("browser_small") { |
sources = browser_sources |
deps = [ |
"//base", |
"//components/data_reduction_proxy/core/common", |
"//components/data_reduction_proxy/proto:data_reduction_proxy_proto", |
"//components/pref_registry", |
"//components/prefs", |
"//components/variations", |
+ "//components/version_info", |
tbansal1
2016/06/28 21:32:15
Similar change in gyp files?
RyanSturm
2016/06/28 22:22:13
Acknowledged.
|
"//crypto", |
"//google_apis", |
"//net:net", |
"//url:url", |
] |
} |
} |
source_set("browser") { |
sources = browser_sources |
@@ -76,20 +77,21 @@ source_set("browser") { |
"data_store_impl.h", |
] |
deps = [ |
"//base", |
"//components/data_reduction_proxy/core/common", |
"//components/data_reduction_proxy/proto:data_reduction_proxy_proto", |
"//components/pref_registry", |
"//components/prefs", |
"//components/variations", |
+ "//components/version_info", |
"//crypto", |
"//google_apis", |
"//net", |
"//third_party/leveldatabase", |
"//url", |
] |
defines = [ "USE_GOOGLE_API_KEYS" ] |
if (!is_ios) { |
defines += [ "USE_GOOGLE_API_KEYS_FOR_AUTH_KEY" ] |