summaryrefslogtreecommitdiffstats
path: root/components/network_hints/renderer/BUILD.gn
blob: 48f52cd14c4873926163e4be8891b2ae7025d21c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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.

# GYP version: components/network_hints.gypi:predictor_renderer
source_set("renderer") {
  sources = [
    "dns_prefetch_queue.cc",
    "dns_prefetch_queue.h",
    "prescient_networking_dispatcher.cc",
    "prescient_networking_dispatcher.h",
    "renderer_dns_prefetch.cc",
    "renderer_dns_prefetch.h",
    "renderer_preconnect.cc",
    "renderer_preconnect.h",
  ]

  public_deps = [
    "//components/network_hints/common",
    "//content/public/renderer",
    "//third_party/WebKit/public:blink",
  ]
}