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

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: Rebase Created 4 years, 8 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
« no previous file with comments | « components/cronet/tools/cr_cronet.py ('k') | components/data_reduction_proxy/core/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/data_reduction_proxy.gypi
diff --git a/components/data_reduction_proxy.gypi b/components/data_reduction_proxy.gypi
index 3e14e7ea3514bdea930c0fdebbe0876a6c622884..376d0f81af0cc86efda6fc8774bd2277e44b9598 100644
--- a/components/data_reduction_proxy.gypi
+++ b/components/data_reduction_proxy.gypi
@@ -91,9 +91,9 @@
'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',
- 'data_reduction_proxy_core_common_small',
+ '../net/net.gyp:net',
+ '../url/url.gyp:url_lib',
+ 'data_reduction_proxy_core_common',
'data_reduction_proxy_proto',
],
'include_dirs': [
@@ -103,22 +103,6 @@
'<@(data_reduction_proxy_core_browser_sources)'
],
},
- {
- # GN version: //components/data_reduction_proxy/core/common:common_small
- 'target_name': 'data_reduction_proxy_core_common_small',
- 'type': 'static_library',
- 'dependencies': [
- '../base/base.gyp:base',
- '../url/url.gyp:url_lib_use_icu_alternatives_on_android',
- 'data_reduction_proxy_proto',
- ],
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- '<@(data_reduction_proxy_core_common_sources)'
- ],
- },
],
}],
['OS!="ios"', {
« no previous file with comments | « components/cronet/tools/cr_cronet.py ('k') | components/data_reduction_proxy/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698