| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 import("//build/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
| 6 import("//build/config/chromecast_build.gni") | 6 import("//build/config/chromecast_build.gni") |
| 7 import("//build/config/compiler/compiler.gni") | 7 import("//build/config/compiler/compiler.gni") |
| 8 import("//build/config/crypto.gni") | 8 import("//build/config/crypto.gni") |
| 9 import("//build/config/features.gni") | 9 import("//build/config/features.gni") |
| 10 import("//build/config/ui.gni") | 10 import("//build/config/ui.gni") |
| (...skipping 4352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4363 "log/net_log_capture_mode_unittest.cc", | 4363 "log/net_log_capture_mode_unittest.cc", |
| 4364 "log/net_log_unittest.cc", | 4364 "log/net_log_unittest.cc", |
| 4365 "log/net_log_util_unittest.cc", | 4365 "log/net_log_util_unittest.cc", |
| 4366 "log/trace_net_log_observer_unittest.cc", | 4366 "log/trace_net_log_observer_unittest.cc", |
| 4367 "log/write_to_file_net_log_observer_unittest.cc", | 4367 "log/write_to_file_net_log_observer_unittest.cc", |
| 4368 "nqe/effective_connection_type_unittest.cc", | 4368 "nqe/effective_connection_type_unittest.cc", |
| 4369 "nqe/network_qualities_prefs_manager_unittest.cc", | 4369 "nqe/network_qualities_prefs_manager_unittest.cc", |
| 4370 "nqe/network_quality_estimator_unittest.cc", | 4370 "nqe/network_quality_estimator_unittest.cc", |
| 4371 "nqe/network_quality_store_unittest.cc", | 4371 "nqe/network_quality_store_unittest.cc", |
| 4372 "nqe/observation_buffer_unittest.cc", | 4372 "nqe/observation_buffer_unittest.cc", |
| 4373 "nqe/socket_watcher_unittest.cc", |
| 4373 "nqe/throughput_analyzer_unittest.cc", | 4374 "nqe/throughput_analyzer_unittest.cc", |
| 4374 "proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc", | 4375 "proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc", |
| 4375 "proxy/dhcp_proxy_script_fetcher_factory_unittest.cc", | 4376 "proxy/dhcp_proxy_script_fetcher_factory_unittest.cc", |
| 4376 "proxy/dhcp_proxy_script_fetcher_win_unittest.cc", | 4377 "proxy/dhcp_proxy_script_fetcher_win_unittest.cc", |
| 4377 "proxy/mojo_proxy_resolver_factory_impl_unittest.cc", | 4378 "proxy/mojo_proxy_resolver_factory_impl_unittest.cc", |
| 4378 "proxy/mojo_proxy_resolver_impl_unittest.cc", | 4379 "proxy/mojo_proxy_resolver_impl_unittest.cc", |
| 4379 "proxy/mojo_proxy_resolver_v8_tracing_bindings_unittest.cc", | 4380 "proxy/mojo_proxy_resolver_v8_tracing_bindings_unittest.cc", |
| 4380 "proxy/multi_threaded_proxy_resolver_unittest.cc", | 4381 "proxy/multi_threaded_proxy_resolver_unittest.cc", |
| 4381 "proxy/network_delegate_error_observer_unittest.cc", | 4382 "proxy/network_delegate_error_observer_unittest.cc", |
| 4382 "proxy/proxy_bypass_rules_unittest.cc", | 4383 "proxy/proxy_bypass_rules_unittest.cc", |
| (...skipping 1346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5729 "tools/transport_security_state_generator/trie/trie_writer.cc", | 5730 "tools/transport_security_state_generator/trie/trie_writer.cc", |
| 5730 "tools/transport_security_state_generator/trie/trie_writer.h", | 5731 "tools/transport_security_state_generator/trie/trie_writer.h", |
| 5731 ] | 5732 ] |
| 5732 deps = [ | 5733 deps = [ |
| 5733 "//base", | 5734 "//base", |
| 5734 "//crypto", | 5735 "//crypto", |
| 5735 "//third_party/boringssl", | 5736 "//third_party/boringssl", |
| 5736 ] | 5737 ] |
| 5737 } | 5738 } |
| 5738 } | 5739 } |
| OLD | NEW |