chromium/components/network_hints/renderer/BUILD.gn

# Copyright 2014 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

static_library("renderer") {
  sources = [
    "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",
  ]
}