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

Unified Diff: chrome/android/testshell/javatests/chromium_testshell_test_apk.xml

Issue 10987083: Add more generic support for java targets bundling multiple directories (Closed) Base URL: http://git.chromium.org/chromium/src.git@apk_jar
Patch Set: 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 | « chrome/android/testshell/java/chromium_testshell_apk.xml ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/testshell/javatests/chromium_testshell_test_apk.xml
diff --git a/chrome/android/testshell/javatests/chromium_testshell_test_apk.xml b/chrome/android/testshell/javatests/chromium_testshell_test_apk.xml
index 88901fec28181300e5ac887de2440984106a662b..d76c7886038f33a8eaa7878ffd71533ffc70c24b 100644
--- a/chrome/android/testshell/javatests/chromium_testshell_test_apk.xml
+++ b/chrome/android/testshell/javatests/chromium_testshell_test_apk.xml
@@ -27,12 +27,13 @@
check-exists="false"/>
<property name="generate.test.jar" value="true"/>
- <path id="out.dex.jar.input.ref">
- <filelist files="${INPUT_JARS_PATHS}"/>
+ <path id="javac.custom.sourcepath">
+ <filelist files="${ADDITIONAL_SRC_DIRS}"/>
+ <filelist files="${GENERATED_SRC_DIRS}"/>
</path>
- <path id="javac.custom.sourcepath">
- <pathelement location="../../javatests/src" />
+ <path id="out.dex.jar.input.ref">
+ <filelist files="${INPUT_JARS_PATHS}"/>
</path>
<!-- Classpath for javac -->
« no previous file with comments | « chrome/android/testshell/java/chromium_testshell_apk.xml ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698