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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/dns_prefetch.gypi ('k') | components/dns_prefetch/renderer/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/dns_prefetch/renderer/BUILD.gn
diff --git a/components/dns_prefetch/renderer/BUILD.gn b/components/dns_prefetch/renderer/BUILD.gn
index 882037c4d2bd02a0a247c2b050eeda1d7dc9e889..cc7350dc10e3d1a5d8081119e3579cfdcb20c636 100644
--- a/components/dns_prefetch/renderer/BUILD.gn
+++ b/components/dns_prefetch/renderer/BUILD.gn
@@ -7,6 +7,8 @@ source_set("renderer") {
sources = [
"predictor_queue.cc",
"predictor_queue.h",
+ "prescient_networking_dispatcher.cc",
+ "prescient_networking_dispatcher.h",
"renderer_net_predictor.cc",
"renderer_net_predictor.h",
]
@@ -14,5 +16,6 @@ source_set("renderer") {
public_deps = [
"//components/dns_prefetch/common",
"//content/public/renderer",
+ "//third_party/WebKit/public:blink",
]
}
« 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