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

Side by Side Diff: net/net.gypi

Issue 1547273003: Set trusted SPDY proxy dynamically on per-profile basis (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added net/base/test_proxy_delegate.{h,cc} Created 4 years, 10 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This file is shared between the regular GYP build, the NaCl GYP build, and 5 # This file is shared between the regular GYP build, the NaCl GYP build, and
6 # the GN build. For GN support, it must have no conditionals or anything like 6 # the GN build. For GN support, it must have no conditionals or anything like
7 # that beyond the simple one-level-deep dictionary of values. 7 # that beyond the simple one-level-deep dictionary of values.
8 { 8 {
9 'variables': { 9 'variables': {
10 # Subset of net source files that are compiled for NaCl (net_nacl target). 10 # Subset of net source files that are compiled for NaCl (net_nacl target).
(...skipping 1325 matching lines...) Expand 10 before | Expand all | Expand 10 after
1336 'base/network_quality_estimator_unittest.cc', 1336 'base/network_quality_estimator_unittest.cc',
1337 'base/port_util_unittest.cc', 1337 'base/port_util_unittest.cc',
1338 'base/prioritized_dispatcher_unittest.cc', 1338 'base/prioritized_dispatcher_unittest.cc',
1339 'base/priority_queue_unittest.cc', 1339 'base/priority_queue_unittest.cc',
1340 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', 1340 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc',
1341 'base/sdch_dictionary_unittest.cc', 1341 'base/sdch_dictionary_unittest.cc',
1342 'base/sdch_manager_unittest.cc', 1342 'base/sdch_manager_unittest.cc',
1343 'base/stale_while_revalidate_experiment_domains_unittest.cc', 1343 'base/stale_while_revalidate_experiment_domains_unittest.cc',
1344 'base/static_cookie_policy_unittest.cc', 1344 'base/static_cookie_policy_unittest.cc',
1345 'base/test_completion_callback_unittest.cc', 1345 'base/test_completion_callback_unittest.cc',
1346 'base/test_proxy_delegate.cc',
1347 'base/test_proxy_delegate.h',
1346 'base/upload_bytes_element_reader_unittest.cc', 1348 'base/upload_bytes_element_reader_unittest.cc',
1347 'base/upload_file_element_reader_unittest.cc', 1349 'base/upload_file_element_reader_unittest.cc',
1348 'base/url_util_unittest.cc', 1350 'base/url_util_unittest.cc',
1349 'cert/ct_policy_enforcer_unittest.cc', 1351 'cert/ct_policy_enforcer_unittest.cc',
1350 'cert/cert_verify_proc_unittest.cc', 1352 'cert/cert_verify_proc_unittest.cc',
1351 'cert/cert_verify_proc_whitelist_unittest.cc', 1353 'cert/cert_verify_proc_whitelist_unittest.cc',
1352 'cert/crl_set_unittest.cc', 1354 'cert/crl_set_unittest.cc',
1353 'cert/ct_log_response_parser_unittest.cc', 1355 'cert/ct_log_response_parser_unittest.cc',
1354 'cert/ct_log_verifier_unittest.cc', 1356 'cert/ct_log_verifier_unittest.cc',
1355 'cert/ct_objects_extractor_unittest.cc', 1357 'cert/ct_objects_extractor_unittest.cc',
(...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after
1974 'docs/bug-triage-labels.md', 1976 'docs/bug-triage-labels.md',
1975 'docs/bug-triage-suggested-workflow.md', 1977 'docs/bug-triage-suggested-workflow.md',
1976 'docs/code-patterns.md', 1978 'docs/code-patterns.md',
1977 'docs/crash-course-in-net-internals.md', 1979 'docs/crash-course-in-net-internals.md',
1978 'docs/life-of-a-url-request.md', 1980 'docs/life-of-a-url-request.md',
1979 'sdch/README.md', 1981 'sdch/README.md',
1980 ], 1982 ],
1981 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1983 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1982 } 1984 }
1983 } 1985 }
OLDNEW
« no previous file with comments | « net/http/http_proxy_client_socket_pool_unittest.cc ('k') | net/spdy/spdy_network_transaction_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698