Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1048)

Side by Side Diff: components/dns_prefetch/renderer/BUILD.gn

Issue 785693002: Adds DNS prefetch support to Chromecast. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prefetch-browser
Patch Set: add blink dep to gyp/gn Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « components/dns_prefetch.gypi ('k') | components/dns_prefetch/renderer/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # GYP version: components/dns_prefetch.gypi:predictor_renderer 5 # GYP version: components/dns_prefetch.gypi:predictor_renderer
6 source_set("renderer") { 6 source_set("renderer") {
7 sources = [ 7 sources = [
8 "predictor_queue.cc", 8 "predictor_queue.cc",
9 "predictor_queue.h", 9 "predictor_queue.h",
10 "prescient_networking_dispatcher.cc",
11 "prescient_networking_dispatcher.h",
10 "renderer_net_predictor.cc", 12 "renderer_net_predictor.cc",
11 "renderer_net_predictor.h", 13 "renderer_net_predictor.h",
12 ] 14 ]
13 15
14 public_deps = [ 16 public_deps = [
15 "//components/dns_prefetch/common", 17 "//components/dns_prefetch/common",
16 "//content/public/renderer", 18 "//content/public/renderer",
19 "//third_party/WebKit/public:blink",
17 ] 20 ]
18 } 21 }
OLDNEW
« no previous file with comments | « components/dns_prefetch.gypi ('k') | components/dns_prefetch/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698