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

Unified Diff: net/net.gyp

Issue 10913083: Remove {base,net}_java dependencies from GYP client targets on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 3 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 | « media/media.gyp ('k') | sql/sql.gyp » ('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 dc4f4c41ce193405f11a312c27084cb44438d81c..27d2835f6fc72322be32df92cf286c6aee2b6d7d 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1105,6 +1105,14 @@
],
},
],
+ ['OS=="android" and _toolset=="target"', {
+ 'dependencies': [
+ 'net_java',
+ ],
+ 'export_dependent_settings': [
+ 'net_java',
+ ],
+ }],
[ 'OS == "android"', {
'dependencies': [
'../third_party/openssl/openssl.gyp:openssl',
@@ -2096,10 +2104,10 @@
'java_in_dir': '../net/android/java',
},
'dependencies': [
- '../base/base.gyp:base_java',
+ '../base/base.gyp:base',
],
'export_dependent_settings': [
- '../base/base.gyp:base_java',
+ '../base/base.gyp:base',
],
'includes': [ '../build/java.gypi' ],
},
@@ -2111,12 +2119,14 @@
'java_in_dir': '../net/android/javatests',
},
'dependencies': [
- '../base/base.gyp:base_java',
+ '../base/base.gyp:base',
'../base/base.gyp:base_java_test_support',
+ 'net_java',
],
'export_dependent_settings': [
- '../base/base.gyp:base_java',
+ '../base/base.gyp:base',
'../base/base.gyp:base_java_test_support',
+ 'net_java',
],
'includes': [ '../build/java.gypi' ],
},
« no previous file with comments | « media/media.gyp ('k') | sql/sql.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698