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

Side by Side Diff: net/net.gyp

Issue 1941083002: JobController 1: Adding a new class HttpStreamFactoryImpl::JobController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address nits Created 4 years, 6 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') | 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 '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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 'http/http_auth_handler_negotiate_unittest.cc', 254 'http/http_auth_handler_negotiate_unittest.cc',
255 ], 255 ],
256 }], 256 }],
257 [ 'use_nss_certs == 0', { 257 [ 'use_nss_certs == 0', {
258 # Only include this test when using NSS for cert verification. 258 # Only include this test when using NSS for cert verification.
259 'sources!': [ 259 'sources!': [
260 'cert_net/nss_ocsp_unittest.cc', 260 'cert_net/nss_ocsp_unittest.cc',
261 ], 261 ],
262 }], 262 }],
263 [ 'OS == "ios"', { 263 [ 'OS == "ios"', {
264 # Only include these files on iOS when using NSS for cert 264 # Only include these files on iOS when using NSS for cert
265 # verification. 265 # verification.
266 'sources!': [ 266 'sources!': [
267 'cert/x509_util_ios.cc', 267 'cert/x509_util_ios.cc',
268 'cert/x509_util_ios.h', 268 'cert/x509_util_ios.h',
269 ], 269 ],
270 }], 270 }],
271 [ 'use_openssl_certs == 0', { 271 [ 'use_openssl_certs == 0', {
272 'sources!': [ 272 'sources!': [
273 'ssl/openssl_client_key_store_unittest.cc', 273 'ssl/openssl_client_key_store_unittest.cc',
274 ], 274 ],
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 'disk_cache/disk_cache_test_util.cc', 570 'disk_cache/disk_cache_test_util.cc',
571 'disk_cache/disk_cache_test_util.h', 571 'disk_cache/disk_cache_test_util.h',
572 'dns/dns_test_util.cc', 572 'dns/dns_test_util.cc',
573 'dns/dns_test_util.h', 573 'dns/dns_test_util.h',
574 'dns/mock_host_resolver.cc', 574 'dns/mock_host_resolver.cc',
575 'dns/mock_host_resolver.h', 575 'dns/mock_host_resolver.h',
576 'dns/mock_mdns_socket_factory.cc', 576 'dns/mock_mdns_socket_factory.cc',
577 'dns/mock_mdns_socket_factory.h', 577 'dns/mock_mdns_socket_factory.h',
578 'http/http_transaction_test_util.cc', 578 'http/http_transaction_test_util.cc',
579 'http/http_transaction_test_util.h', 579 'http/http_transaction_test_util.h',
580 'http/http_stream_factory_test_util.cc',
581 'http/http_stream_factory_test_util.h',
580 'log/test_net_log.cc', 582 'log/test_net_log.cc',
581 'log/test_net_log.h', 583 'log/test_net_log.h',
582 'log/test_net_log_entry.cc', 584 'log/test_net_log_entry.cc',
583 'log/test_net_log_entry.h', 585 'log/test_net_log_entry.h',
584 'log/test_net_log_util.cc', 586 'log/test_net_log_util.cc',
585 'log/test_net_log_util.h', 587 'log/test_net_log_util.h',
586 'proxy/mock_proxy_resolver.cc', 588 'proxy/mock_proxy_resolver.cc',
587 'proxy/mock_proxy_resolver.h', 589 'proxy/mock_proxy_resolver.h',
588 'proxy/mock_proxy_script_fetcher.cc', 590 'proxy/mock_proxy_script_fetcher.cc',
589 'proxy/mock_proxy_script_fetcher.h', 591 'proxy/mock_proxy_script_fetcher.h',
(...skipping 1172 matching lines...) Expand 10 before | Expand all | Expand 10 after
1762 '../build/isolate.gypi', 1764 '../build/isolate.gypi',
1763 ], 1765 ],
1764 'sources': [ 1766 'sources': [
1765 'net_unittests.isolate', 1767 'net_unittests.isolate',
1766 ], 1768 ],
1767 }, 1769 },
1768 ], 1770 ],
1769 }], 1771 }],
1770 ], 1772 ],
1771 } 1773 }
OLDNEW
« no previous file with comments | « net/http/http_stream_factory_test_util.cc ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698