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

Unified Diff: net/net_common.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 | « net/net.gyp ('k') | net/test/run_all_unittests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net_common.gypi
diff --git a/net/net_common.gypi b/net/net_common.gypi
index f5e56c4f4c93a2740aea2f52472d2217dc066165..bc6703227d1697eb26d3811b2ff0246507560f43 100644
--- a/net/net_common.gypi
+++ b/net/net_common.gypi
@@ -3,7 +3,7 @@
# found in the LICENSE file.
{
- # This target is included in both 'net' and 'net_small'.
+ # This target is included by 'net' target.
'type': '<(component)',
'variables': { 'enable_wexit_time_destructors': 1, },
'dependencies': [
@@ -13,6 +13,7 @@
'../sdch/sdch.gyp:sdch',
'../third_party/protobuf/protobuf.gyp:protobuf_lite',
'../third_party/zlib/zlib.gyp:zlib',
+ '../url/url.gyp:url_url_features',
'net_derived_sources',
'net_quic_proto',
'net_resources',
« no previous file with comments | « net/net.gyp ('k') | net/test/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698