Chromium Code Reviews| 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 2f5dcce33b4eed4ee18716cede72f132a5b23f03..7d8e7149de08453ee79c2a31f4f21c542337bb64 100644 |
| --- a/components/data_reduction_proxy/core/browser/BUILD.gn |
| +++ b/components/data_reduction_proxy/core/browser/BUILD.gn |
| @@ -52,15 +52,15 @@ if (is_android) { |
| deps = [ |
| "//base", |
| - "//components/data_reduction_proxy/core/common:common_small", |
| + "//components/data_reduction_proxy/core/common:common", |
|
brettw
2016/04/04 22:54:11
As mef says below, don't duplicate the target name
kapishnikov
2016/04/05 15:22:04
Done.
|
| "//components/data_reduction_proxy/proto:data_reduction_proxy_proto", |
| "//components/pref_registry", |
| "//components/prefs", |
| "//components/variations", |
| "//crypto", |
| - "//google_apis:google_apis_small", |
| - "//net:net_small", |
| - "//url:url_lib_use_icu_alternatives_on_android", |
| + "//google_apis:google_apis", |
|
mef
2016/04/04 22:25:43
it seems that usually we don't repeat target name
kapishnikov
2016/04/05 15:22:04
Done.
|
| + "//net:net", |
| + "//url:url", |
| ] |
| } |
| } |