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

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: Code cleaning 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
Index: net/net_common.gypi
diff --git a/net/net_common.gypi b/net/net_common.gypi
index f5e56c4f4c93a2740aea2f52472d2217dc066165..56acfb0abcc35784ff6aae5e6a29e20c050e4464 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': [
@@ -14,6 +14,7 @@
'../third_party/protobuf/protobuf.gyp:protobuf_lite',
'../third_party/zlib/zlib.gyp:zlib',
'net_derived_sources',
+ 'net_features',
'net_quic_proto',
'net_resources',
],

Powered by Google App Engine
This is Rietveld 408576698