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

Side by Side Diff: net/net.gypi

Issue 2593243003: Add network quality change events to net log (Closed)
Patch Set: rebased Created 3 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
« no previous file with comments | « net/log/net_log_source_type_list.h ('k') | net/nqe/event_creator.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 841 matching lines...) Expand 10 before | Expand all | Expand 10 after
852 'http2/hpack/huffman/http2_hpack_huffman_decoder.h', 852 'http2/hpack/huffman/http2_hpack_huffman_decoder.h',
853 'http2/http2_constants.cc', 853 'http2/http2_constants.cc',
854 'http2/http2_constants.h', 854 'http2/http2_constants.h',
855 'http2/http2_structures.cc', 855 'http2/http2_structures.cc',
856 'http2/http2_structures.h', 856 'http2/http2_structures.h',
857 'http2/tools/http2_bug_tracker.h', 857 'http2/tools/http2_bug_tracker.h',
858 'nqe/cached_network_quality.cc', 858 'nqe/cached_network_quality.cc',
859 'nqe/cached_network_quality.h', 859 'nqe/cached_network_quality.h',
860 'nqe/effective_connection_type.cc', 860 'nqe/effective_connection_type.cc',
861 'nqe/effective_connection_type.h', 861 'nqe/effective_connection_type.h',
862 'nqe/event_creator.cc',
863 'nqe/event_creator.h',
862 'nqe/external_estimate_provider.h', 864 'nqe/external_estimate_provider.h',
863 'nqe/network_id.h', 865 'nqe/network_id.h',
864 'nqe/network_qualities_prefs_manager.cc', 866 'nqe/network_qualities_prefs_manager.cc',
865 'nqe/network_qualities_prefs_manager.h', 867 'nqe/network_qualities_prefs_manager.h',
866 'nqe/network_quality.cc', 868 'nqe/network_quality.cc',
867 'nqe/network_quality.h', 869 'nqe/network_quality.h',
868 'nqe/network_quality_estimator.cc', 870 'nqe/network_quality_estimator.cc',
869 'nqe/network_quality_estimator.h', 871 'nqe/network_quality_estimator.h',
870 'nqe/network_quality_estimator_params.cc', 872 'nqe/network_quality_estimator_params.cc',
871 'nqe/network_quality_estimator_params.h', 873 'nqe/network_quality_estimator_params.h',
(...skipping 2714 matching lines...) Expand 10 before | Expand all | Expand 10 after
3586 'tools/domain_security_preload_generator/preloaded_state_generator.h', 3588 'tools/domain_security_preload_generator/preloaded_state_generator.h',
3587 'tools/domain_security_preload_generator/spki_hash.cc', 3589 'tools/domain_security_preload_generator/spki_hash.cc',
3588 'tools/domain_security_preload_generator/spki_hash.h', 3590 'tools/domain_security_preload_generator/spki_hash.h',
3589 'tools/domain_security_preload_generator/trie/trie_bit_buffer.cc', 3591 'tools/domain_security_preload_generator/trie/trie_bit_buffer.cc',
3590 'tools/domain_security_preload_generator/trie/trie_bit_buffer.h', 3592 'tools/domain_security_preload_generator/trie/trie_bit_buffer.h',
3591 'tools/domain_security_preload_generator/trie/trie_writer.cc', 3593 'tools/domain_security_preload_generator/trie/trie_writer.cc',
3592 'tools/domain_security_preload_generator/trie/trie_writer.h', 3594 'tools/domain_security_preload_generator/trie/trie_writer.h',
3593 ], 3595 ],
3594 } 3596 }
3595 } 3597 }
OLDNEW
« no previous file with comments | « net/log/net_log_source_type_list.h ('k') | net/nqe/event_creator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698