summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'net/net.gyp')
-rw-r--r--net/net.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/net.gyp b/net/net.gyp
index 84a9421..c92cfc9 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -998,7 +998,7 @@
'ENABLE_PERSISTENT_SESSION_COOKIES'
],
'dependencies': [
- '../build/android/system.gyp:ssl',
+ '../third_party/openssl/openssl.gyp:openssl',
'net_java',
'net_jni_headers',
],
@@ -1357,7 +1357,7 @@
],
[ 'OS == "android"', {
'dependencies': [
- '../build/android/system.gyp:ssl',
+ '../third_party/openssl/openssl.gyp:openssl',
],
'sources!': [
'dns/dns_config_service_posix_unittest.cc',