| 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 4347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4358 "log/net_log_capture_mode_unittest.cc", | 4358 "log/net_log_capture_mode_unittest.cc", |
| 4359 "log/net_log_unittest.cc", | 4359 "log/net_log_unittest.cc", |
| 4360 "log/net_log_util_unittest.cc", | 4360 "log/net_log_util_unittest.cc", |
| 4361 "log/trace_net_log_observer_unittest.cc", | 4361 "log/trace_net_log_observer_unittest.cc", |
| 4362 "log/write_to_file_net_log_observer_unittest.cc", | 4362 "log/write_to_file_net_log_observer_unittest.cc", |
| 4363 "nqe/effective_connection_type_unittest.cc", | 4363 "nqe/effective_connection_type_unittest.cc", |
| 4364 "nqe/network_qualities_prefs_manager_unittest.cc", | 4364 "nqe/network_qualities_prefs_manager_unittest.cc", |
| 4365 "nqe/network_quality_estimator_unittest.cc", | 4365 "nqe/network_quality_estimator_unittest.cc", |
| 4366 "nqe/network_quality_store_unittest.cc", | 4366 "nqe/network_quality_store_unittest.cc", |
| 4367 "nqe/observation_buffer_unittest.cc", | 4367 "nqe/observation_buffer_unittest.cc", |
| 4368 "nqe/socket_watcher_unittest.cc", |
| 4368 "nqe/throughput_analyzer_unittest.cc", | 4369 "nqe/throughput_analyzer_unittest.cc", |
| 4369 "proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc", | 4370 "proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc", |
| 4370 "proxy/dhcp_proxy_script_fetcher_factory_unittest.cc", | 4371 "proxy/dhcp_proxy_script_fetcher_factory_unittest.cc", |
| 4371 "proxy/dhcp_proxy_script_fetcher_win_unittest.cc", | 4372 "proxy/dhcp_proxy_script_fetcher_win_unittest.cc", |
| 4372 "proxy/mojo_proxy_resolver_factory_impl_unittest.cc", | 4373 "proxy/mojo_proxy_resolver_factory_impl_unittest.cc", |
| 4373 "proxy/mojo_proxy_resolver_impl_unittest.cc", | 4374 "proxy/mojo_proxy_resolver_impl_unittest.cc", |
| 4374 "proxy/mojo_proxy_resolver_v8_tracing_bindings_unittest.cc", | 4375 "proxy/mojo_proxy_resolver_v8_tracing_bindings_unittest.cc", |
| 4375 "proxy/multi_threaded_proxy_resolver_unittest.cc", | 4376 "proxy/multi_threaded_proxy_resolver_unittest.cc", |
| 4376 "proxy/network_delegate_error_observer_unittest.cc", | 4377 "proxy/network_delegate_error_observer_unittest.cc", |
| 4377 "proxy/proxy_bypass_rules_unittest.cc", | 4378 "proxy/proxy_bypass_rules_unittest.cc", |
| (...skipping 1343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5721 "tools/transport_security_state_generator/trie/trie_writer.cc", | 5722 "tools/transport_security_state_generator/trie/trie_writer.cc", |
| 5722 "tools/transport_security_state_generator/trie/trie_writer.h", | 5723 "tools/transport_security_state_generator/trie/trie_writer.h", |
| 5723 ] | 5724 ] |
| 5724 deps = [ | 5725 deps = [ |
| 5725 "//base", | 5726 "//base", |
| 5726 "//crypto", | 5727 "//crypto", |
| 5727 "//third_party/boringssl", | 5728 "//third_party/boringssl", |
| 5728 ] | 5729 ] |
| 5729 } | 5730 } |
| 5730 } | 5731 } |
| OLD | NEW |