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

Unified Diff: components/dns_prefetch.gypi

Issue 730833004: Adds simple browser-side implementation for DNS prefetching. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address ttuttle@ comments 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 | « no previous file | components/dns_prefetch/browser/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 f5bb8adbef3608f7c09aacb9c22b3ed29ed58787..d1790a37499ab504ef290091c6711ade420907ff 100644
--- a/components/dns_prefetch.gypi
+++ b/components/dns_prefetch.gypi
@@ -23,6 +23,22 @@
'dns_prefetch/common/prefetch_messages.h',
],
},
+ {
+ # GN version: //components/dns_prefetch/browser
+ 'target_name': 'dns_prefetch_browser',
+ 'type': 'static_library',
+ 'include_dirs': [
+ '..',
+ ],
+ 'dependencies': [
+ '../content/content.gyp:content_browser',
+ '../net/net.gyp:net',
+ ],
+ 'sources': [
+ 'dns_prefetch/browser/net_message_filter.cc',
+ 'dns_prefetch/browser/net_message_filter.h',
+ ],
+ },
],
'conditions': [
['OS!="ios"', {
« no previous file with comments | « no previous file | components/dns_prefetch/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698