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

Unified Diff: net/net.gyp

Issue 135043003: Remove private system API calls in dns_config_service_posix on iOS (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix compile Created 6 years, 11 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
« net/dns/dns_config_service_posix.cc ('K') | « net/dns/dns_config_watcher_mac.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 5782b7aadf290c19046c712fba22d0c92efdfa31..3bebd47f0d1f7052ee9431b0dc816dfaf8b9731a 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -474,6 +474,8 @@
'dns/dns_config_service_posix.h',
'dns/dns_config_service_win.cc',
'dns/dns_config_service_win.h',
+ 'dns/dns_config_watcher_mac.cc',
+ 'dns/dns_config_watcher_mac.h',
'dns/dns_hosts.cc',
'dns/dns_hosts.h',
'dns/dns_protocol.h',
@@ -1577,7 +1579,6 @@
['include', '^cert/test_root_certs_nss\\.cc$'],
['include', '^cert/x509_util_nss\\.cc$'],
['include', '^cert/x509_util_nss\\.h$'],
- ['include', '^dns/notify_watcher_mac\\.cc$'],
['include', '^proxy/proxy_resolver_mac\\.cc$'],
['include', '^proxy/proxy_server_mac\\.cc$'],
['include', '^ocsp/nss_ocsp\\.cc$'],
« net/dns/dns_config_service_posix.cc ('K') | « net/dns/dns_config_watcher_mac.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698