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

Side by Side Diff: net/net.gyp

Issue 1952423002: JobController 2: Remove reference between HttpStreamFactoryImpl::Jobs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Job_Controller_1
Patch Set: fix a include typo Created 4 years, 5 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/http_stream_factory_test_util.cc ('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 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 'linux_link_kerberos%': 0, 8 'linux_link_kerberos%': 0,
9 'conditions': [ 9 'conditions': [
10 ['chromeos==1 or embedded==1 or OS=="ios"', { 10 ['chromeos==1 or embedded==1 or OS=="ios"', {
(...skipping 560 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 'dns/dns_test_util.cc', 571 'dns/dns_test_util.cc',
572 'dns/dns_test_util.h', 572 'dns/dns_test_util.h',
573 'dns/mock_host_resolver.cc', 573 'dns/mock_host_resolver.cc',
574 'dns/mock_host_resolver.h', 574 'dns/mock_host_resolver.h',
575 'dns/mock_mdns_socket_factory.cc', 575 'dns/mock_mdns_socket_factory.cc',
576 'dns/mock_mdns_socket_factory.h', 576 'dns/mock_mdns_socket_factory.h',
577 'http/http_stream_factory_test_util.cc', 577 'http/http_stream_factory_test_util.cc',
578 'http/http_stream_factory_test_util.h', 578 'http/http_stream_factory_test_util.h',
579 'http/http_transaction_test_util.cc', 579 'http/http_transaction_test_util.cc',
580 'http/http_transaction_test_util.h', 580 'http/http_transaction_test_util.h',
581 'http/http_stream_factory_test_util.cc',
582 'http/http_stream_factory_test_util.h',
581 'log/test_net_log.cc', 583 'log/test_net_log.cc',
582 'log/test_net_log.h', 584 'log/test_net_log.h',
583 'log/test_net_log_entry.cc', 585 'log/test_net_log_entry.cc',
584 'log/test_net_log_entry.h', 586 'log/test_net_log_entry.h',
585 'log/test_net_log_util.cc', 587 'log/test_net_log_util.cc',
586 'log/test_net_log_util.h', 588 'log/test_net_log_util.h',
587 'proxy/mock_proxy_resolver.cc', 589 'proxy/mock_proxy_resolver.cc',
588 'proxy/mock_proxy_resolver.h', 590 'proxy/mock_proxy_resolver.h',
589 'proxy/mock_proxy_script_fetcher.cc', 591 'proxy/mock_proxy_script_fetcher.cc',
590 'proxy/mock_proxy_script_fetcher.h', 592 'proxy/mock_proxy_script_fetcher.h',
(...skipping 1195 matching lines...) Expand 10 before | Expand all | Expand 10 after
1786 '../build/isolate.gypi', 1788 '../build/isolate.gypi',
1787 ], 1789 ],
1788 'sources': [ 1790 'sources': [
1789 'net_unittests.isolate', 1791 'net_unittests.isolate',
1790 ], 1792 ],
1791 }, 1793 },
1792 ], 1794 ],
1793 }], 1795 }],
1794 ], 1796 ],
1795 } 1797 }
OLDNEW
« no previous file with comments | « net/http/http_stream_factory_test_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698