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

Side by Side Diff: net/net.gyp

Issue 8822002: Revert 113085 - broke unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years 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 | Annotate | Revision Log
« no previous file with comments | « net/base/host_resolver_impl.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 'base/address_list_net_log_param.h', 49 'base/address_list_net_log_param.h',
50 'base/asn1_util.cc', 50 'base/asn1_util.cc',
51 'base/asn1_util.h', 51 'base/asn1_util.h',
52 'base/auth.cc', 52 'base/auth.cc',
53 'base/auth.h', 53 'base/auth.h',
54 'base/backoff_entry.cc', 54 'base/backoff_entry.cc',
55 'base/backoff_entry.h', 55 'base/backoff_entry.h',
56 'base/bandwidth_metrics.cc', 56 'base/bandwidth_metrics.cc',
57 'base/bandwidth_metrics.h', 57 'base/bandwidth_metrics.h',
58 'base/cache_type.h', 58 'base/cache_type.h',
59 'base/capturing_net_log.cc',
60 'base/capturing_net_log.h',
59 'base/cert_database.cc', 61 'base/cert_database.cc',
60 'base/cert_database.h', 62 'base/cert_database.h',
61 'base/cert_database_mac.cc', 63 'base/cert_database_mac.cc',
62 'base/cert_database_nss.cc', 64 'base/cert_database_nss.cc',
63 'base/cert_database_openssl.cc', 65 'base/cert_database_openssl.cc',
64 'base/cert_database_win.cc', 66 'base/cert_database_win.cc',
65 'base/cert_status_flags.cc', 67 'base/cert_status_flags.cc',
66 'base/cert_status_flags.h', 68 'base/cert_status_flags.h',
67 'base/cert_verifier.cc', 69 'base/cert_verifier.cc',
68 'base/cert_verifier.h', 70 'base/cert_verifier.h',
(...skipping 1289 matching lines...) Expand 10 before | Expand all | Expand 10 after
1358 { 1360 {
1359 'target_name': 'net_test_support', 1361 'target_name': 'net_test_support',
1360 'type': 'static_library', 1362 'type': 'static_library',
1361 'dependencies': [ 1363 'dependencies': [
1362 'net', 1364 'net',
1363 '../base/base.gyp:base', 1365 '../base/base.gyp:base',
1364 '../base/base.gyp:test_support_base', 1366 '../base/base.gyp:test_support_base',
1365 '../testing/gtest.gyp:gtest', 1367 '../testing/gtest.gyp:gtest',
1366 ], 1368 ],
1367 'sources': [ 1369 'sources': [
1368 'base/capturing_net_log.cc',
1369 'base/capturing_net_log.h',
1370 'base/cert_test_util.cc', 1370 'base/cert_test_util.cc',
1371 'base/cert_test_util.h', 1371 'base/cert_test_util.h',
1372 'base/cookie_monster_store_test.cc', 1372 'base/cookie_monster_store_test.cc',
1373 'base/cookie_monster_store_test.h', 1373 'base/cookie_monster_store_test.h',
1374 'base/cookie_store_test_helpers.cc', 1374 'base/cookie_store_test_helpers.cc',
1375 'base/cookie_store_test_helpers.h', 1375 'base/cookie_store_test_helpers.h',
1376 'base/mock_file_stream.cc', 1376 'base/mock_file_stream.cc',
1377 'base/mock_file_stream.h', 1377 'base/mock_file_stream.h',
1378 'base/mock_host_resolver.cc', 1378 'base/mock_host_resolver.cc',
1379 'base/mock_host_resolver.h', 1379 'base/mock_host_resolver.h',
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
1683 'tools/dump_cache/url_to_filename_encoder.cc', 1683 'tools/dump_cache/url_to_filename_encoder.cc',
1684 'tools/dump_cache/url_to_filename_encoder.h', 1684 'tools/dump_cache/url_to_filename_encoder.h',
1685 'tools/dump_cache/url_utilities.h', 1685 'tools/dump_cache/url_utilities.h',
1686 'tools/dump_cache/url_utilities.cc', 1686 'tools/dump_cache/url_utilities.cc',
1687 ], 1687 ],
1688 }, 1688 },
1689 ], 1689 ],
1690 }], 1690 }],
1691 ], 1691 ],
1692 } 1692 }
OLDNEW
« no previous file with comments | « net/base/host_resolver_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698