chromium/components/network_hints/browser/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.

source_set("browser") {
  sources = [
    "simple_network_hints_handler_impl.cc",
    "simple_network_hints_handler_impl.h",
  ]

  public_deps = [
    "//base",
    "//components/network_hints/common:mojo_bindings",
    "//content/public/browser",
    "//ipc",
    "//mojo/public/cpp/bindings",
    "//net",
    "//services/network/public/cpp",
    "//services/network/public/mojom",
  ]
}