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

Unified Diff: components/dns_prefetch.gypi

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
« no previous file with comments | « chromecast/renderer/cast_content_renderer_client.cc ('k') | components/dns_prefetch/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/dns_prefetch.gypi
diff --git a/components/dns_prefetch.gypi b/components/dns_prefetch.gypi
index d1790a37499ab504ef290091c6711ade420907ff..91734ed17ba06b3d2580d228095e9bc81b921406 100644
--- a/components/dns_prefetch.gypi
+++ b/components/dns_prefetch.gypi
@@ -57,6 +57,8 @@
'sources': [
'dns_prefetch/renderer/predictor_queue.cc',
'dns_prefetch/renderer/predictor_queue.h',
+ 'dns_prefetch/renderer/prescient_networking_dispatcher.cc',
+ 'dns_prefetch/renderer/prescient_networking_dispatcher.h',
'dns_prefetch/renderer/renderer_net_predictor.cc',
'dns_prefetch/renderer/renderer_net_predictor.h',
],
« no previous file with comments | « chromecast/renderer/cast_content_renderer_client.cc ('k') | components/dns_prefetch/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698