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

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: Created 4 years, 11 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 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 'base/backoff_entry_serializer.cc', 439 'base/backoff_entry_serializer.cc',
440 'base/backoff_entry_serializer.h', 440 'base/backoff_entry_serializer.h',
441 'base/cache_type.h', 441 'base/cache_type.h',
442 'base/chunked_upload_data_stream.cc', 442 'base/chunked_upload_data_stream.cc',
443 'base/chunked_upload_data_stream.h', 443 'base/chunked_upload_data_stream.h',
444 'base/crypto_module.h', 444 'base/crypto_module.h',
445 'base/crypto_module_nss.cc', 445 'base/crypto_module_nss.cc',
446 'base/crypto_module_openssl.cc', 446 'base/crypto_module_openssl.cc',
447 'base/data_url.cc', 447 'base/data_url.cc',
448 'base/data_url.h', 448 'base/data_url.h',
449 'base/default_trusted_spdy_proxy_provider.cc',
450 'base/default_trusted_spdy_proxy_provider.h',
449 'base/elements_upload_data_stream.cc', 451 'base/elements_upload_data_stream.cc',
450 'base/elements_upload_data_stream.h', 452 'base/elements_upload_data_stream.h',
451 'base/expiring_cache.h', 453 'base/expiring_cache.h',
452 'base/external_estimate_provider.h', 454 'base/external_estimate_provider.h',
453 'base/file_stream.cc', 455 'base/file_stream.cc',
454 'base/file_stream.h', 456 'base/file_stream.h',
455 'base/file_stream_context.cc', 457 'base/file_stream_context.cc',
456 'base/file_stream_context.h', 458 'base/file_stream_context.h',
457 'base/file_stream_context_posix.cc', 459 'base/file_stream_context_posix.cc',
458 'base/file_stream_context_win.cc', 460 'base/file_stream_context_win.cc',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 'base/sdch_net_log_params.cc', 532 'base/sdch_net_log_params.cc',
531 'base/sdch_net_log_params.h', 533 'base/sdch_net_log_params.h',
532 'base/sdch_observer.cc', 534 'base/sdch_observer.cc',
533 'base/sdch_observer.h', 535 'base/sdch_observer.h',
534 'base/sdch_problem_code_list.h', 536 'base/sdch_problem_code_list.h',
535 'base/sdch_problem_codes.h', 537 'base/sdch_problem_codes.h',
536 'base/static_cookie_policy.cc', 538 'base/static_cookie_policy.cc',
537 'base/static_cookie_policy.h', 539 'base/static_cookie_policy.h',
538 'base/test_data_stream.cc', 540 'base/test_data_stream.cc',
539 'base/test_data_stream.h', 541 'base/test_data_stream.h',
542 'base/trusted_spdy_proxy_provider.h',
540 'base/upload_bytes_element_reader.cc', 543 'base/upload_bytes_element_reader.cc',
541 'base/upload_bytes_element_reader.h', 544 'base/upload_bytes_element_reader.h',
542 'base/upload_data_stream.cc', 545 'base/upload_data_stream.cc',
543 'base/upload_data_stream.h', 546 'base/upload_data_stream.h',
544 'base/upload_element_reader.cc', 547 'base/upload_element_reader.cc',
545 'base/upload_element_reader.h', 548 'base/upload_element_reader.h',
546 'base/upload_file_element_reader.cc', 549 'base/upload_file_element_reader.cc',
547 'base/upload_file_element_reader.h', 550 'base/upload_file_element_reader.h',
548 'base/upload_progress.h', 551 'base/upload_progress.h',
549 'base/winsock_init.cc', 552 'base/winsock_init.cc',
(...skipping 744 matching lines...) Expand 10 before | Expand all | Expand 10 after
1294 'android/keystore_unittest.cc', 1297 'android/keystore_unittest.cc',
1295 'android/network_change_notifier_android_unittest.cc', 1298 'android/network_change_notifier_android_unittest.cc',
1296 'android/traffic_stats_unittest.cc', 1299 'android/traffic_stats_unittest.cc',
1297 'base/address_family_unittest.cc', 1300 'base/address_family_unittest.cc',
1298 'base/address_list_unittest.cc', 1301 'base/address_list_unittest.cc',
1299 'base/address_tracker_linux_unittest.cc', 1302 'base/address_tracker_linux_unittest.cc',
1300 'base/backoff_entry_serializer_unittest.cc', 1303 'base/backoff_entry_serializer_unittest.cc',
1301 'base/backoff_entry_unittest.cc', 1304 'base/backoff_entry_unittest.cc',
1302 'base/chunked_upload_data_stream_unittest.cc', 1305 'base/chunked_upload_data_stream_unittest.cc',
1303 'base/data_url_unittest.cc', 1306 'base/data_url_unittest.cc',
1307 'base/default_trusted_spdy_proxy_provider_unittest.cc',
1304 'base/directory_lister_unittest.cc', 1308 'base/directory_lister_unittest.cc',
1305 'base/directory_listing_unittest.cc', 1309 'base/directory_listing_unittest.cc',
1306 'base/elements_upload_data_stream_unittest.cc', 1310 'base/elements_upload_data_stream_unittest.cc',
1307 'base/escape_unittest.cc', 1311 'base/escape_unittest.cc',
1308 'base/expiring_cache_unittest.cc', 1312 'base/expiring_cache_unittest.cc',
1309 'base/file_stream_unittest.cc', 1313 'base/file_stream_unittest.cc',
1310 'base/filename_util_unittest.cc', 1314 'base/filename_util_unittest.cc',
1311 'base/host_mapping_rules_unittest.cc', 1315 'base/host_mapping_rules_unittest.cc',
1312 'base/host_port_pair_unittest.cc', 1316 'base/host_port_pair_unittest.cc',
1313 'base/int128_unittest.cc', 1317 'base/int128_unittest.cc',
(...skipping 649 matching lines...) Expand 10 before | Expand all | Expand 10 after
1963 'docs/bug-triage-labels.md', 1967 'docs/bug-triage-labels.md',
1964 'docs/bug-triage-suggested-workflow.md', 1968 'docs/bug-triage-suggested-workflow.md',
1965 'docs/code-patterns.md', 1969 'docs/code-patterns.md',
1966 'docs/crash-course-in-net-internals.md', 1970 'docs/crash-course-in-net-internals.md',
1967 'docs/life-of-a-url-request.md', 1971 'docs/life-of-a-url-request.md',
1968 'sdch/README.md', 1972 'sdch/README.md',
1969 ], 1973 ],
1970 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1974 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1971 } 1975 }
1972 } 1976 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698