| 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..3e9ea6b8c696ebf2b44e336e14fd1b355df4e338 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",
|
| "//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",
|
| + "//net:net",
|
| + "//url:url",
|
| ]
|
| }
|
| }
|
|
|