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

Unified Diff: build/java.gypi

Issue 10905138: Add test jar generation logic for ant builds. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
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 | « build/android/pylib/test_options_parser.py ('k') | build/java_apk.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/java.gypi
diff --git a/build/java.gypi b/build/java.gypi
index 046cc79df1d47a8760221c39bbe702ef7df61b4a..a955917750e9d5dc5c1673e41499b4fc85dc78da 100644
--- a/build/java.gypi
+++ b/build/java.gypi
@@ -28,6 +28,9 @@
# <(PRODUCT_DIR)/lib.java/chromium_base.jar
{
+ 'dependencies': [
+ '<(DEPTH)/build/all_android.gyp:build_output_dirs'
+ ],
'direct_dependent_settings': {
'variables': {
'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_<(package_name).jar'],
« no previous file with comments | « build/android/pylib/test_options_parser.py ('k') | build/java_apk.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698