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

Side by Side Diff: net/net.gyp

Issue 182993003: Add the ability for DevTools to wrap network transactions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments 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 | Annotate | Revision Log
« no previous file with comments | « net/http/http_cache.cc ('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 808 matching lines...) Expand 10 before | Expand all | Expand 10 after
819 'disk_cache/disk_cache_test_base.cc', 819 'disk_cache/disk_cache_test_base.cc',
820 'disk_cache/disk_cache_test_base.h', 820 'disk_cache/disk_cache_test_base.h',
821 'disk_cache/disk_cache_test_util.cc', 821 'disk_cache/disk_cache_test_util.cc',
822 'disk_cache/disk_cache_test_util.h', 822 'disk_cache/disk_cache_test_util.h',
823 'dns/dns_test_util.cc', 823 'dns/dns_test_util.cc',
824 'dns/dns_test_util.h', 824 'dns/dns_test_util.h',
825 'dns/mock_host_resolver.cc', 825 'dns/mock_host_resolver.cc',
826 'dns/mock_host_resolver.h', 826 'dns/mock_host_resolver.h',
827 'dns/mock_mdns_socket_factory.cc', 827 'dns/mock_mdns_socket_factory.cc',
828 'dns/mock_mdns_socket_factory.h', 828 'dns/mock_mdns_socket_factory.h',
829 'http/http_transaction_unittest.cc',
rvargas (doing something else) 2014/05/12 23:49:58 nit: We should rename this file as it doesn't have
eustas 2014/05/13 11:39:55 Initially I had the same idea. But this change tou
830 'http/http_transaction_unittest.h',
829 'proxy/mock_proxy_resolver.cc', 831 'proxy/mock_proxy_resolver.cc',
830 'proxy/mock_proxy_resolver.h', 832 'proxy/mock_proxy_resolver.h',
831 'proxy/mock_proxy_script_fetcher.cc', 833 'proxy/mock_proxy_script_fetcher.cc',
832 'proxy/mock_proxy_script_fetcher.h', 834 'proxy/mock_proxy_script_fetcher.h',
833 'proxy/proxy_config_service_common_unittest.cc', 835 'proxy/proxy_config_service_common_unittest.cc',
834 'proxy/proxy_config_service_common_unittest.h', 836 'proxy/proxy_config_service_common_unittest.h',
835 'socket/socket_test_util.cc', 837 'socket/socket_test_util.cc',
836 'socket/socket_test_util.h', 838 'socket/socket_test_util.h',
837 'test/cert_test_util.cc', 839 'test/cert_test_util.cc',
838 'test/cert_test_util.h', 840 'test/cert_test_util.h',
(...skipping 734 matching lines...) Expand 10 before | Expand all | Expand 10 after
1573 'net_unittests.isolate', 1575 'net_unittests.isolate',
1574 ], 1576 ],
1575 'sources': [ 1577 'sources': [
1576 'net_unittests.isolate', 1578 'net_unittests.isolate',
1577 ], 1579 ],
1578 }, 1580 },
1579 ], 1581 ],
1580 }], 1582 }],
1581 ], 1583 ],
1582 } 1584 }
OLDNEW
« no previous file with comments | « net/http/http_cache.cc ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698