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

Side by Side Diff: net/net.gypi

Issue 1145153004: Split ProxyResolverV8Tracing into an implementation and a wrapper. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/net.gyp ('k') | net/proxy/load_state_change_coalescer.h » ('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 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 1462 matching lines...) Expand 10 before | Expand all | Expand 10 after
1473 'http/transport_security_state_unittest.cc', 1473 'http/transport_security_state_unittest.cc',
1474 'http/url_security_manager_unittest.cc', 1474 'http/url_security_manager_unittest.cc',
1475 'log/net_log_capture_mode_unittest.cc', 1475 'log/net_log_capture_mode_unittest.cc',
1476 'log/net_log_unittest.cc', 1476 'log/net_log_unittest.cc',
1477 'log/net_log_util_unittest.cc', 1477 'log/net_log_util_unittest.cc',
1478 'log/trace_net_log_observer_unittest.cc', 1478 'log/trace_net_log_observer_unittest.cc',
1479 'log/write_to_file_net_log_observer_unittest.cc', 1479 'log/write_to_file_net_log_observer_unittest.cc',
1480 'proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc', 1480 'proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc',
1481 'proxy/dhcp_proxy_script_fetcher_factory_unittest.cc', 1481 'proxy/dhcp_proxy_script_fetcher_factory_unittest.cc',
1482 'proxy/dhcp_proxy_script_fetcher_win_unittest.cc', 1482 'proxy/dhcp_proxy_script_fetcher_win_unittest.cc',
1483 'proxy/load_state_change_coalescer_unittest.cc',
1484 'proxy/mojo_proxy_resolver_factory_impl_unittest.cc', 1483 'proxy/mojo_proxy_resolver_factory_impl_unittest.cc',
1485 'proxy/mojo_proxy_resolver_impl_unittest.cc', 1484 'proxy/mojo_proxy_resolver_impl_unittest.cc',
1486 'proxy/multi_threaded_proxy_resolver_unittest.cc', 1485 'proxy/multi_threaded_proxy_resolver_unittest.cc',
1487 'proxy/network_delegate_error_observer_unittest.cc', 1486 'proxy/network_delegate_error_observer_unittest.cc',
1488 'proxy/proxy_bypass_rules_unittest.cc', 1487 'proxy/proxy_bypass_rules_unittest.cc',
1489 'proxy/proxy_config_service_android_unittest.cc', 1488 'proxy/proxy_config_service_android_unittest.cc',
1490 'proxy/proxy_config_service_linux_unittest.cc', 1489 'proxy/proxy_config_service_linux_unittest.cc',
1491 'proxy/proxy_config_service_win_unittest.cc', 1490 'proxy/proxy_config_service_win_unittest.cc',
1492 'proxy/proxy_config_unittest.cc', 1491 'proxy/proxy_config_unittest.cc',
1493 'proxy/proxy_info_unittest.cc', 1492 'proxy/proxy_info_unittest.cc',
1494 'proxy/proxy_list_unittest.cc', 1493 'proxy/proxy_list_unittest.cc',
1495 'proxy/proxy_resolver_error_observer_mojo_unittest.cc', 1494 'proxy/proxy_resolver_error_observer_mojo_unittest.cc',
1496 'proxy/proxy_resolver_factory_mojo_unittest.cc', 1495 'proxy/proxy_resolver_factory_mojo_unittest.cc',
1497 'proxy/proxy_resolver_v8_tracing_unittest.cc', 1496 'proxy/proxy_resolver_v8_tracing_unittest.cc',
1497 'proxy/proxy_resolver_v8_tracing_wrapper_unittest.cc',
1498 'proxy/proxy_resolver_v8_unittest.cc', 1498 'proxy/proxy_resolver_v8_unittest.cc',
1499 'proxy/proxy_script_decider_unittest.cc', 1499 'proxy/proxy_script_decider_unittest.cc',
1500 'proxy/proxy_script_fetcher_impl_unittest.cc', 1500 'proxy/proxy_script_fetcher_impl_unittest.cc',
1501 'proxy/proxy_server_unittest.cc', 1501 'proxy/proxy_server_unittest.cc',
1502 'proxy/proxy_service_mojo_unittest.cc', 1502 'proxy/proxy_service_mojo_unittest.cc',
1503 'proxy/proxy_service_unittest.cc', 1503 'proxy/proxy_service_unittest.cc',
1504 'quic/congestion_control/cubic_bytes_test.cc', 1504 'quic/congestion_control/cubic_bytes_test.cc',
1505 'quic/congestion_control/cubic_test.cc', 1505 'quic/congestion_control/cubic_test.cc',
1506 'quic/congestion_control/hybrid_slow_start_test.cc', 1506 'quic/congestion_control/hybrid_slow_start_test.cc',
1507 'quic/congestion_control/pacing_sender_test.cc', 1507 'quic/congestion_control/pacing_sender_test.cc',
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
1831 'base/mac/url_conversions_unittest.mm', 1831 'base/mac/url_conversions_unittest.mm',
1832 ], 1832 ],
1833 'net_docs_script': 'tools/net_docs/net_docs.py', 1833 'net_docs_script': 'tools/net_docs/net_docs.py',
1834 'net_docs_sources': [ 1834 'net_docs_sources': [
1835 'README.md', 1835 'README.md',
1836 'sdch/README.md', 1836 'sdch/README.md',
1837 ], 1837 ],
1838 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1838 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1839 } 1839 }
1840 } 1840 }
OLDNEW
« no previous file with comments | « net/net.gyp ('k') | net/proxy/load_state_change_coalescer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698