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

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: rebase / gyp update 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
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..64713e70aa9d3d557573982edbc58ad181c81334 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",
]

Powered by Google App Engine
This is Rietveld 408576698