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

Side by Side Diff: net/net.gypi

Issue 2421063002: NQE: Separate out params to a different file (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
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 765 matching lines...) Expand 10 before | Expand all | Expand 10 after
776 'nqe/effective_connection_type.cc', 776 'nqe/effective_connection_type.cc',
777 'nqe/effective_connection_type.h', 777 'nqe/effective_connection_type.h',
778 'nqe/external_estimate_provider.h', 778 'nqe/external_estimate_provider.h',
779 'nqe/network_id.h', 779 'nqe/network_id.h',
780 'nqe/network_qualities_prefs_manager.cc', 780 'nqe/network_qualities_prefs_manager.cc',
781 'nqe/network_qualities_prefs_manager.h', 781 'nqe/network_qualities_prefs_manager.h',
782 'nqe/network_quality.cc', 782 'nqe/network_quality.cc',
783 'nqe/network_quality.h', 783 'nqe/network_quality.h',
784 'nqe/network_quality_estimator.cc', 784 'nqe/network_quality_estimator.cc',
785 'nqe/network_quality_estimator.h', 785 'nqe/network_quality_estimator.h',
786 'nqe/network_quality_estimator_params.cc',
787 'nqe/network_quality_estimator_params.h',
786 'nqe/network_quality_observation.h', 788 'nqe/network_quality_observation.h',
787 'nqe/network_quality_observation_source.h', 789 'nqe/network_quality_observation_source.h',
788 'nqe/network_quality_store.cc', 790 'nqe/network_quality_store.cc',
789 'nqe/network_quality_store.h', 791 'nqe/network_quality_store.h',
790 'nqe/observation_buffer.h', 792 'nqe/observation_buffer.h',
791 'nqe/socket_watcher.cc', 793 'nqe/socket_watcher.cc',
792 'nqe/socket_watcher.h', 794 'nqe/socket_watcher.h',
793 'nqe/socket_watcher_factory.cc', 795 'nqe/socket_watcher_factory.cc',
794 'nqe/socket_watcher_factory.h', 796 'nqe/socket_watcher_factory.h',
795 'nqe/throughput_analyzer.cc', 797 'nqe/throughput_analyzer.cc',
(...skipping 2475 matching lines...) Expand 10 before | Expand all | Expand 10 after
3271 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3273 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3272 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3274 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3273 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3275 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3274 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3276 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3275 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3277 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3276 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3278 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3277 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3279 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3278 ], 3280 ],
3279 } 3281 }
3280 } 3282 }
OLDNEW
« no previous file with comments | « no previous file | net/nqe/network_quality_estimator.h » ('j') | net/nqe/network_quality_estimator_params.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698