| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index 8d4c175821d914bd3048d686139a6105e23da927..0c825d18d9a7f357d79f4a6f610dc39bcc225f95 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -67,6 +67,8 @@
|
| 'base/data_url.h',
|
| 'base/directory_lister.cc',
|
| 'base/directory_lister.h',
|
| + 'base/dns_query.cc',
|
| + 'base/dns_query.h',
|
| 'base/dns_reload_timer.cc',
|
| 'base/dns_reload_timer.h',
|
| 'base/dnssec_chain_verifier.cc',
|
| @@ -836,6 +838,7 @@
|
| 'base/cookie_monster_unittest.cc',
|
| 'base/data_url_unittest.cc',
|
| 'base/directory_lister_unittest.cc',
|
| + 'base/dns_query_unittest.cc',
|
| 'base/dnssec_unittest.cc',
|
| 'base/dns_util_unittest.cc',
|
| 'base/dnsrr_resolver_unittest.cc',
|
|
|