| OLD | NEW |
| 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 833 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 844 'http2/hpack/huffman/http2_hpack_huffman_decoder.h', | 844 'http2/hpack/huffman/http2_hpack_huffman_decoder.h', |
| 845 'http2/http2_constants.cc', | 845 'http2/http2_constants.cc', |
| 846 'http2/http2_constants.h', | 846 'http2/http2_constants.h', |
| 847 'http2/http2_structures.cc', | 847 'http2/http2_structures.cc', |
| 848 'http2/http2_structures.h', | 848 'http2/http2_structures.h', |
| 849 'http2/tools/http2_bug_tracker.h', | 849 'http2/tools/http2_bug_tracker.h', |
| 850 'nqe/cached_network_quality.cc', | 850 'nqe/cached_network_quality.cc', |
| 851 'nqe/cached_network_quality.h', | 851 'nqe/cached_network_quality.h', |
| 852 'nqe/effective_connection_type.cc', | 852 'nqe/effective_connection_type.cc', |
| 853 'nqe/effective_connection_type.h', | 853 'nqe/effective_connection_type.h', |
| 854 'nqe/event_creator.cc', |
| 855 'nqe/event_creator.h', |
| 854 'nqe/external_estimate_provider.h', | 856 'nqe/external_estimate_provider.h', |
| 855 'nqe/network_id.h', | 857 'nqe/network_id.h', |
| 856 'nqe/network_qualities_prefs_manager.cc', | 858 'nqe/network_qualities_prefs_manager.cc', |
| 857 'nqe/network_qualities_prefs_manager.h', | 859 'nqe/network_qualities_prefs_manager.h', |
| 858 'nqe/network_quality.cc', | 860 'nqe/network_quality.cc', |
| 859 'nqe/network_quality.h', | 861 'nqe/network_quality.h', |
| 860 'nqe/network_quality_estimator.cc', | 862 'nqe/network_quality_estimator.cc', |
| 861 'nqe/network_quality_estimator.h', | 863 'nqe/network_quality_estimator.h', |
| 862 'nqe/network_quality_estimator_params.cc', | 864 'nqe/network_quality_estimator_params.cc', |
| 863 'nqe/network_quality_estimator_params.h', | 865 'nqe/network_quality_estimator_params.h', |
| (...skipping 2709 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3573 'tools/domain_security_preload_generator/preloaded_state_generator.h', | 3575 'tools/domain_security_preload_generator/preloaded_state_generator.h', |
| 3574 'tools/domain_security_preload_generator/spki_hash.cc', | 3576 'tools/domain_security_preload_generator/spki_hash.cc', |
| 3575 'tools/domain_security_preload_generator/spki_hash.h', | 3577 'tools/domain_security_preload_generator/spki_hash.h', |
| 3576 'tools/domain_security_preload_generator/trie/trie_bit_buffer.cc', | 3578 'tools/domain_security_preload_generator/trie/trie_bit_buffer.cc', |
| 3577 'tools/domain_security_preload_generator/trie/trie_bit_buffer.h', | 3579 'tools/domain_security_preload_generator/trie/trie_bit_buffer.h', |
| 3578 'tools/domain_security_preload_generator/trie/trie_writer.cc', | 3580 'tools/domain_security_preload_generator/trie/trie_writer.cc', |
| 3579 'tools/domain_security_preload_generator/trie/trie_writer.h', | 3581 'tools/domain_security_preload_generator/trie/trie_writer.h', |
| 3580 ], | 3582 ], |
| 3581 } | 3583 } |
| 3582 } | 3584 } |
| OLD | NEW |