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

Unified Diff: net/net.gyp

Issue 11191047: Upstream Android-specific net/ changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove message loop thread check Created 8 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
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 0a9270c2e675840cad2b7f8fa231570ebe3e8f7e..ed993580c979f875e761686b413ae5cf034d5e78 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1435,6 +1435,13 @@
'proxy/proxy_config_service_linux_unittest.cc',
],
}],
+ [ 'OS == "android"', {
+ 'sources!': [
+ # No res_ninit() et al on Android, so this doesn't make a lot of
+ # sense.
+ 'dns/dns_config_service_posix_unittest.cc',
+ ],
+ }],
[ 'use_glib == 1', {
'dependencies': [
'../build/linux/system.gyp:ssl',

Powered by Google App Engine
This is Rietveld 408576698