| Index: components/data_reduction_proxy.gypi
|
| diff --git a/components/data_reduction_proxy.gypi b/components/data_reduction_proxy.gypi
|
| index 3e14e7ea3514bdea930c0fdebbe0876a6c622884..e0fcd043cf5dfb1a013a2eb2ef1bb9c31c45c23e 100644
|
| --- a/components/data_reduction_proxy.gypi
|
| +++ b/components/data_reduction_proxy.gypi
|
| @@ -91,8 +91,8 @@
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| '<@(data_reduction_proxy_core_browser_deps)',
|
| - '../net/net.gyp:net_small',
|
| - '../url/url.gyp:url_lib_use_icu_alternatives_on_android',
|
| + '../net/net.gyp:net',
|
| + '../url/url.gyp:url_lib',
|
| 'data_reduction_proxy_core_common_small',
|
| 'data_reduction_proxy_proto',
|
| ],
|
| @@ -109,7 +109,7 @@
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| - '../url/url.gyp:url_lib_use_icu_alternatives_on_android',
|
| + '../url/url.gyp:url_lib',
|
| 'data_reduction_proxy_proto',
|
| ],
|
| 'include_dirs': [
|
|
|