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

Unified Diff: net/net.gypi

Issue 1392943003: net: Move dns_reloader.* into dns directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sort better Created 5 years, 2 months 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 | « net/dns/host_resolver_proc.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 1c2ec2dd7db63797c5e26f30d22bbd5fdeb4b820..4249ecd48dcaabddf4793ffccbe3e483611e210d 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -409,8 +409,6 @@
'base/crypto_module_openssl.cc',
'base/data_url.cc',
'base/data_url.h',
- 'base/dns_reloader.cc',
- 'base/dns_reloader.h',
'base/elements_upload_data_stream.cc',
'base/elements_upload_data_stream.h',
'base/expiring_cache.h',
@@ -742,6 +740,8 @@
'dns/dns_protocol.h',
'dns/dns_query.cc',
'dns/dns_query.h',
+ 'dns/dns_reloader.cc',
+ 'dns/dns_reloader.h',
'dns/dns_response.cc',
'dns/dns_response.h',
'dns/dns_session.cc',
« no previous file with comments | « net/dns/host_resolver_proc.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698