blob: 65db5b68a8f2ba5415429f02f3f44131e7e289e7 [file] [log] [blame]
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
static_library("renderer") {
sources = [
"dns_prefetch_queue.cc",
"dns_prefetch_queue.h",
"renderer_dns_prefetch.cc",
"renderer_dns_prefetch.h",
"web_prescient_networking_impl.cc",
"web_prescient_networking_impl.h",
]
public_deps = [
"//base",
"//components/network_hints/common:mojo_bindings",
"//content/public/renderer",
"//third_party/blink/public:blink",
"//url",
]
}
source_set("unit_tests") {
testonly = true
sources = [
"dns_prefetch_queue_unittest.cc",
"renderer_dns_prefetch_unittest.cc",
]
deps = [
":renderer",
"//testing/gtest",
]
}