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

Unified Diff: net/net.gyp

Issue 10837143: Make java.gypi export jar path to input_jars_paths variable (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 4 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 b0e45886adadcb111c0721c9fbcda0a4cc0f70d0..a5fbf4711a24e8f99838799ea06bafd96d6de44c 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1981,6 +1981,9 @@
'dependencies': [
'../base/base.gyp:base_java',
],
+ 'export_dependent_settings': [
+ '../base/base.gyp:base_java',
+ ],
'includes': [ '../build/java.gypi' ],
},
],
@@ -1994,17 +1997,12 @@
'target_name': 'net_unittests_apk',
'type': 'none',
'dependencies': [
- '../base/base.gyp:base_java',
'net_java',
'net_unittests',
],
'variables': {
'test_suite_name': 'net_unittests',
'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)net_unittests<(SHARED_LIB_SUFFIX)',
- 'input_jars_paths': [
- '<(PRODUCT_DIR)/lib.java/chromium_base.jar',
- '<(PRODUCT_DIR)/lib.java/chromium_net.jar',
- ],
},
'includes': [ '../build/apk_test.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