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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « net/net.gyp ('k') | net/test/run_all_unittests.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 # This target is included in both 'net' and 'net_small'. 6 # This target is included by 'net' target.
7 'type': '<(component)', 7 'type': '<(component)',
8 'variables': { 'enable_wexit_time_destructors': 1, }, 8 'variables': { 'enable_wexit_time_destructors': 1, },
9 'dependencies': [ 9 'dependencies': [
10 '../base/base.gyp:base', 10 '../base/base.gyp:base',
11 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 11 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
12 '../crypto/crypto.gyp:crypto', 12 '../crypto/crypto.gyp:crypto',
13 '../sdch/sdch.gyp:sdch', 13 '../sdch/sdch.gyp:sdch',
14 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 14 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
15 '../third_party/zlib/zlib.gyp:zlib', 15 '../third_party/zlib/zlib.gyp:zlib',
16 '../url/url.gyp:url_url_features',
16 'net_derived_sources', 17 'net_derived_sources',
17 'net_quic_proto', 18 'net_quic_proto',
18 'net_resources', 19 'net_resources',
19 ], 20 ],
20 'sources': [ 21 'sources': [
21 '<@(net_nacl_common_sources)', 22 '<@(net_nacl_common_sources)',
22 '<@(net_non_nacl_sources)', 23 '<@(net_non_nacl_sources)',
23 ], 24 ],
24 'defines': [ 25 'defines': [
25 'NET_IMPLEMENTATION', 26 'NET_IMPLEMENTATION',
(...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 ['include', '^proxy/proxy_server_mac\\.cc$'], 458 ['include', '^proxy/proxy_server_mac\\.cc$'],
458 ], 459 ],
459 }], 460 }],
460 ['OS == "ios" and <(use_nss_verifier) == 0', { 461 ['OS == "ios" and <(use_nss_verifier) == 0', {
461 'sources/': [ 462 'sources/': [
462 ['include', '^cert/test_root_certs_mac\\.cc$'], 463 ['include', '^cert/test_root_certs_mac\\.cc$'],
463 ], 464 ],
464 }], 465 }],
465 ], 466 ],
466 } 467 }
OLDNEW
« 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