mac: Include <IOSurface/IOSurface.h> instead of <IOSurface/IOSurfaceAPI.h>
[chromium-blink-merge.git] / components / network_hints / renderer / BUILD.gn
blob48f52cd14c4873926163e4be8891b2ae7025d21c
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 # GYP version: components/network_hints.gypi:predictor_renderer
6 source_set("renderer") {
7   sources = [
8     "dns_prefetch_queue.cc",
9     "dns_prefetch_queue.h",
10     "prescient_networking_dispatcher.cc",
11     "prescient_networking_dispatcher.h",
12     "renderer_dns_prefetch.cc",
13     "renderer_dns_prefetch.h",
14     "renderer_preconnect.cc",
15     "renderer_preconnect.h",
16   ]
18   public_deps = [
19     "//components/network_hints/common",
20     "//content/public/renderer",
21     "//third_party/WebKit/public:blink",
22   ]