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

Side by Side Diff: net/net.gypi

Issue 2705273002: Throttle Socket watcher RTT notifications from QUIC (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | net/nqe/network_quality_estimator.cc » ('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 1834 matching lines...) Expand 10 before | Expand all | Expand 10 after
1845 'log/net_log_capture_mode_unittest.cc', 1845 'log/net_log_capture_mode_unittest.cc',
1846 'log/net_log_unittest.cc', 1846 'log/net_log_unittest.cc',
1847 'log/net_log_util_unittest.cc', 1847 'log/net_log_util_unittest.cc',
1848 'log/trace_net_log_observer_unittest.cc', 1848 'log/trace_net_log_observer_unittest.cc',
1849 'log/write_to_file_net_log_observer_unittest.cc', 1849 'log/write_to_file_net_log_observer_unittest.cc',
1850 'nqe/effective_connection_type_unittest.cc', 1850 'nqe/effective_connection_type_unittest.cc',
1851 'nqe/network_qualities_prefs_manager_unittest.cc', 1851 'nqe/network_qualities_prefs_manager_unittest.cc',
1852 'nqe/network_quality_estimator_unittest.cc', 1852 'nqe/network_quality_estimator_unittest.cc',
1853 'nqe/network_quality_store_unittest.cc', 1853 'nqe/network_quality_store_unittest.cc',
1854 'nqe/observation_buffer_unittest.cc', 1854 'nqe/observation_buffer_unittest.cc',
1855 'nqe/socket_watcher_unittest.cc',
1855 'nqe/throughput_analyzer_unittest.cc', 1856 'nqe/throughput_analyzer_unittest.cc',
1856 'proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc', 1857 'proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc',
1857 'proxy/dhcp_proxy_script_fetcher_factory_unittest.cc', 1858 'proxy/dhcp_proxy_script_fetcher_factory_unittest.cc',
1858 'proxy/dhcp_proxy_script_fetcher_win_unittest.cc', 1859 'proxy/dhcp_proxy_script_fetcher_win_unittest.cc',
1859 'proxy/mojo_proxy_resolver_factory_impl_unittest.cc', 1860 'proxy/mojo_proxy_resolver_factory_impl_unittest.cc',
1860 'proxy/mojo_proxy_resolver_impl_unittest.cc', 1861 'proxy/mojo_proxy_resolver_impl_unittest.cc',
1861 'proxy/mojo_proxy_resolver_v8_tracing_bindings_unittest.cc', 1862 'proxy/mojo_proxy_resolver_v8_tracing_bindings_unittest.cc',
1862 'proxy/multi_threaded_proxy_resolver_unittest.cc', 1863 'proxy/multi_threaded_proxy_resolver_unittest.cc',
1863 'proxy/network_delegate_error_observer_unittest.cc', 1864 'proxy/network_delegate_error_observer_unittest.cc',
1864 'proxy/proxy_bypass_rules_unittest.cc', 1865 'proxy/proxy_bypass_rules_unittest.cc',
(...skipping 1721 matching lines...) Expand 10 before | Expand all | Expand 10 after
3586 'tools/domain_security_preload_generator/preloaded_state_generator.h', 3587 'tools/domain_security_preload_generator/preloaded_state_generator.h',
3587 'tools/domain_security_preload_generator/spki_hash.cc', 3588 'tools/domain_security_preload_generator/spki_hash.cc',
3588 'tools/domain_security_preload_generator/spki_hash.h', 3589 'tools/domain_security_preload_generator/spki_hash.h',
3589 'tools/domain_security_preload_generator/trie/trie_bit_buffer.cc', 3590 'tools/domain_security_preload_generator/trie/trie_bit_buffer.cc',
3590 'tools/domain_security_preload_generator/trie/trie_bit_buffer.h', 3591 'tools/domain_security_preload_generator/trie/trie_bit_buffer.h',
3591 'tools/domain_security_preload_generator/trie/trie_writer.cc', 3592 'tools/domain_security_preload_generator/trie/trie_writer.cc',
3592 'tools/domain_security_preload_generator/trie/trie_writer.h', 3593 'tools/domain_security_preload_generator/trie/trie_writer.h',
3593 ], 3594 ],
3594 } 3595 }
3595 } 3596 }
OLDNEW
« no previous file with comments | « no previous file | net/nqe/network_quality_estimator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698