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

Unified Diff: testing/android/native_test_apk.xml

Issue 11308351: Remove hardcoded chromium_*.jar paths (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 8 years 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 | « testing/android/native_test.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/android/native_test_apk.xml
diff --git a/testing/android/native_test_apk.xml b/testing/android/native_test_apk.xml
index 5e63cbc34ee9f0ddf0cce97d8c71b436506a0065..545568d1dc27de55c8a6b6a81b88235249359553 100644
--- a/testing/android/native_test_apk.xml
+++ b/testing/android/native_test_apk.xml
@@ -49,18 +49,13 @@ found in the LICENSE file.
<property name="resource.absolute.dir" value="res"/>
<property name="gen.absolute.dir" value="${out.dir}/gen"/>
- <condition property="external.jars.dir"
- value="${out.dir}/java/libs"
- else="">
- <available file="${out.dir}/java/libs" type="dir"/>
- </condition>
<path id="out.dex.jar.input.ref">
- <fileset dir="${external.jars.dir}" includes="*.jar"/>
+ <filelist files="${INPUT_JARS_PATHS}"/>
</path>
<condition property="java.compilerargs"
value="-classpath ${toString:out.dex.jar.input.ref}">
<not>
- <equals arg1="${external.jars.dir}" arg2=""/>
+ <equals arg1="${toString:out.dex.jar.input.ref}" arg2=""/>
</not>
</condition>
<property name="native.libs.absolute.dir" location="${out.dir}/libs" />
« no previous file with comments | « testing/android/native_test.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698