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

Side by Side Diff: net/net.gypi

Issue 2386813003: Use net::TestNetworkQualityEstimator for data reduction proxy tests (Closed)
Patch Set: ps Created 4 years, 2 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/BUILD.gn ('k') | net/nqe/network_quality_estimator_test_util.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 1577 matching lines...) Expand 10 before | Expand all | Expand 10 after
1588 'http/transport_security_state_unittest.cc', 1588 'http/transport_security_state_unittest.cc',
1589 'http/url_security_manager_unittest.cc', 1589 'http/url_security_manager_unittest.cc',
1590 'log/net_log_capture_mode_unittest.cc', 1590 'log/net_log_capture_mode_unittest.cc',
1591 'log/net_log_unittest.cc', 1591 'log/net_log_unittest.cc',
1592 'log/net_log_util_unittest.cc', 1592 'log/net_log_util_unittest.cc',
1593 'log/trace_net_log_observer_unittest.cc', 1593 'log/trace_net_log_observer_unittest.cc',
1594 'log/write_to_file_net_log_observer_unittest.cc', 1594 'log/write_to_file_net_log_observer_unittest.cc',
1595 'log/bounded_file_net_log_observer_unittest.cc', 1595 'log/bounded_file_net_log_observer_unittest.cc',
1596 'nqe/effective_connection_type_unittest.cc', 1596 'nqe/effective_connection_type_unittest.cc',
1597 'nqe/network_qualities_prefs_manager_unittest.cc', 1597 'nqe/network_qualities_prefs_manager_unittest.cc',
1598 'nqe/network_quality_estimator_test_util.cc',
1599 'nqe/network_quality_estimator_test_util.h',
1600 'nqe/network_quality_estimator_unittest.cc', 1598 'nqe/network_quality_estimator_unittest.cc',
1601 'nqe/network_quality_observation_unittest.cc', 1599 'nqe/network_quality_observation_unittest.cc',
1602 'nqe/network_quality_store_unittest.cc', 1600 'nqe/network_quality_store_unittest.cc',
1603 'nqe/throughput_analyzer_unittest.cc', 1601 'nqe/throughput_analyzer_unittest.cc',
1604 'proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc', 1602 'proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc',
1605 'proxy/dhcp_proxy_script_fetcher_factory_unittest.cc', 1603 'proxy/dhcp_proxy_script_fetcher_factory_unittest.cc',
1606 'proxy/dhcp_proxy_script_fetcher_win_unittest.cc', 1604 'proxy/dhcp_proxy_script_fetcher_win_unittest.cc',
1607 'proxy/mojo_proxy_resolver_factory_impl_unittest.cc', 1605 'proxy/mojo_proxy_resolver_factory_impl_unittest.cc',
1608 'proxy/mojo_proxy_resolver_impl_unittest.cc', 1606 'proxy/mojo_proxy_resolver_impl_unittest.cc',
1609 'proxy/mojo_proxy_resolver_v8_tracing_bindings_unittest.cc', 1607 'proxy/mojo_proxy_resolver_v8_tracing_bindings_unittest.cc',
(...skipping 1647 matching lines...) Expand 10 before | Expand all | Expand 10 after
3257 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3255 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3258 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3256 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3259 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3257 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3260 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3258 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3261 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3259 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3262 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3260 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3263 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3261 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3264 ], 3262 ],
3265 } 3263 }
3266 } 3264 }
OLDNEW
« no previous file with comments | « net/BUILD.gn ('k') | net/nqe/network_quality_estimator_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698