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

Unified Diff: net/net.gyp

Issue 1047103002: Avoid initial NetworkChangeNotifier OnDNSChanged() signal on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert an accidental test enabling Created 5 years, 8 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_impl_unittest.cc ('k') | net/tools/net_watcher/net_watcher.cc » ('j') | 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 a322f77e64e7278bf32cba66b1864499060d1ef2..fe9b81b6834f5304e36b935e13646899ac5afaa6 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -170,9 +170,6 @@
'sources!': [
# See bug http://crbug.com/344533.
'disk_cache/blockfile/index_table_v3_unittest.cc',
- # No res_ninit() et al on Android, so this doesn't make a lot of
- # sense.
- 'dns/dns_config_service_posix_unittest.cc',
],
'dependencies': [
'net_javatests',
@@ -401,12 +398,6 @@
'disk_cache/blockfile/index_table_v3_unittest.cc',
],
}],
- [ 'OS == "android"', {
- 'sources!': [
- 'dns/dns_config_service_posix_unittest.cc',
- ],
- },
- ],
['OS == "android"', {
# TODO(mmenke): This depends on test_support_base, which depends on
# icu. Figure out a way to remove that dependency.
« no previous file with comments | « net/dns/host_resolver_impl_unittest.cc ('k') | net/tools/net_watcher/net_watcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698