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

Side by Side Diff: net/BUILD.gn

Issue 2660253003: Unit test that DnsSocketPool copies RandIntCallback (Closed)
Patch Set: Fix DummyRandIntCallback tests Created 3 years, 10 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 | « no previous file | net/dns/dns_socket_pool_unittest.cc » ('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 (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 4165 matching lines...) Expand 10 before | Expand all | Expand 10 after
4176 "disk_cache/simple/simple_version_upgrade_unittest.cc", 4176 "disk_cache/simple/simple_version_upgrade_unittest.cc",
4177 "dns/address_sorter_posix_unittest.cc", 4177 "dns/address_sorter_posix_unittest.cc",
4178 "dns/address_sorter_unittest.cc", 4178 "dns/address_sorter_unittest.cc",
4179 "dns/dns_config_service_posix_unittest.cc", 4179 "dns/dns_config_service_posix_unittest.cc",
4180 "dns/dns_config_service_unittest.cc", 4180 "dns/dns_config_service_unittest.cc",
4181 "dns/dns_config_service_win_unittest.cc", 4181 "dns/dns_config_service_win_unittest.cc",
4182 "dns/dns_hosts_unittest.cc", 4182 "dns/dns_hosts_unittest.cc",
4183 "dns/dns_query_unittest.cc", 4183 "dns/dns_query_unittest.cc",
4184 "dns/dns_response_unittest.cc", 4184 "dns/dns_response_unittest.cc",
4185 "dns/dns_session_unittest.cc", 4185 "dns/dns_session_unittest.cc",
4186 "dns/dns_socket_pool_unittest.cc",
4186 "dns/dns_transaction_unittest.cc", 4187 "dns/dns_transaction_unittest.cc",
4187 "dns/dns_util_unittest.cc", 4188 "dns/dns_util_unittest.cc",
4188 "dns/host_cache_unittest.cc", 4189 "dns/host_cache_unittest.cc",
4189 "dns/host_resolver_impl_unittest.cc", 4190 "dns/host_resolver_impl_unittest.cc",
4190 "dns/host_resolver_mojo_unittest.cc", 4191 "dns/host_resolver_mojo_unittest.cc",
4191 "dns/mapped_host_resolver_unittest.cc", 4192 "dns/mapped_host_resolver_unittest.cc",
4192 "dns/mdns_cache_unittest.cc", 4193 "dns/mdns_cache_unittest.cc",
4193 "dns/mdns_client_unittest.cc", 4194 "dns/mdns_client_unittest.cc",
4194 "dns/mojo_host_resolver_impl_unittest.cc", 4195 "dns/mojo_host_resolver_impl_unittest.cc",
4195 "dns/record_parsed_unittest.cc", 4196 "dns/record_parsed_unittest.cc",
(...skipping 1497 matching lines...) Expand 10 before | Expand all | Expand 10 after
5693 "tools/transport_security_state_generator/trie/trie_writer.cc", 5694 "tools/transport_security_state_generator/trie/trie_writer.cc",
5694 "tools/transport_security_state_generator/trie/trie_writer.h", 5695 "tools/transport_security_state_generator/trie/trie_writer.h",
5695 ] 5696 ]
5696 deps = [ 5697 deps = [
5697 "//base", 5698 "//base",
5698 "//crypto", 5699 "//crypto",
5699 "//third_party/boringssl", 5700 "//third_party/boringssl",
5700 ] 5701 ]
5701 } 5702 }
5702 } 5703 }
OLDNEW
« no previous file with comments | « no previous file | net/dns/dns_socket_pool_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698