| Index: components/data_reduction_proxy/core/common/BUILD.gn
|
| diff --git a/components/data_reduction_proxy/core/common/BUILD.gn b/components/data_reduction_proxy/core/common/BUILD.gn
|
| index 0d1935d97220807ed7bd3298b86f932bebcb18d1..d48c8e683e657435b3269c7e51325430bf89353d 100644
|
| --- a/components/data_reduction_proxy/core/common/BUILD.gn
|
| +++ b/components/data_reduction_proxy/core/common/BUILD.gn
|
| @@ -46,15 +46,6 @@ template("common_tmpl") {
|
| }
|
| }
|
|
|
| -if (is_android) {
|
| - common_tmpl("common_small") {
|
| - deps = [
|
| - "//net:net_small",
|
| - "//url:url_lib_use_icu_alternatives_on_android",
|
| - ]
|
| - }
|
| -}
|
| -
|
| common_tmpl("common") {
|
| deps = [
|
| "//net",
|
|
|