Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(932)

Unified Diff: components/data_reduction_proxy.gypi

Issue 1839803002: Remove net & url small, iOS ICU alternatives, unit tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed GN on iOS Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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': [

Powered by Google App Engine
This is Rietveld 408576698