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

Side by Side Diff: net/net.gyp

Issue 280763003: Rename http_transaction_unittest to http_transaction_test_util. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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/http/mock_http_cache.h ('k') | net/net.gypi » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'use_tracing_cache_backend%': 0, 10 'use_tracing_cache_backend%': 0,
(...skipping 862 matching lines...) Expand 10 before | Expand all | Expand 10 after
873 'disk_cache/disk_cache_test_base.cc', 873 'disk_cache/disk_cache_test_base.cc',
874 'disk_cache/disk_cache_test_base.h', 874 'disk_cache/disk_cache_test_base.h',
875 'disk_cache/disk_cache_test_util.cc', 875 'disk_cache/disk_cache_test_util.cc',
876 'disk_cache/disk_cache_test_util.h', 876 'disk_cache/disk_cache_test_util.h',
877 'dns/dns_test_util.cc', 877 'dns/dns_test_util.cc',
878 'dns/dns_test_util.h', 878 'dns/dns_test_util.h',
879 'dns/mock_host_resolver.cc', 879 'dns/mock_host_resolver.cc',
880 'dns/mock_host_resolver.h', 880 'dns/mock_host_resolver.h',
881 'dns/mock_mdns_socket_factory.cc', 881 'dns/mock_mdns_socket_factory.cc',
882 'dns/mock_mdns_socket_factory.h', 882 'dns/mock_mdns_socket_factory.h',
883 'http/http_transaction_test_util.cc',
884 'http/http_transaction_test_util.h',
883 'proxy/mock_proxy_resolver.cc', 885 'proxy/mock_proxy_resolver.cc',
884 'proxy/mock_proxy_resolver.h', 886 'proxy/mock_proxy_resolver.h',
885 'proxy/mock_proxy_script_fetcher.cc', 887 'proxy/mock_proxy_script_fetcher.cc',
886 'proxy/mock_proxy_script_fetcher.h', 888 'proxy/mock_proxy_script_fetcher.h',
887 'proxy/proxy_config_service_common_unittest.cc', 889 'proxy/proxy_config_service_common_unittest.cc',
888 'proxy/proxy_config_service_common_unittest.h', 890 'proxy/proxy_config_service_common_unittest.h',
889 'socket/socket_test_util.cc', 891 'socket/socket_test_util.cc',
890 'socket/socket_test_util.h', 892 'socket/socket_test_util.h',
891 'test/cert_test_util.cc', 893 'test/cert_test_util.cc',
892 'test/cert_test_util.h', 894 'test/cert_test_util.h',
(...skipping 741 matching lines...) Expand 10 before | Expand all | Expand 10 after
1634 'net_unittests.isolate', 1636 'net_unittests.isolate',
1635 ], 1637 ],
1636 'sources': [ 1638 'sources': [
1637 'net_unittests.isolate', 1639 'net_unittests.isolate',
1638 ], 1640 ],
1639 }, 1641 },
1640 ], 1642 ],
1641 }], 1643 }],
1642 ], 1644 ],
1643 } 1645 }
OLDNEW
« no previous file with comments | « net/http/mock_http_cache.h ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698