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"', { |