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

Unified Diff: android_webview/javatests/android_webview_test_apk.xml

Issue 10933055: Revert "Clean up android_webview build scripts" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | « android_webview/java/android_webview_apk.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/javatests/android_webview_test_apk.xml
diff --git a/android_webview/javatests/android_webview_test_apk.xml b/android_webview/javatests/android_webview_test_apk.xml
index b357e77d7c4e78068240eddc355dd05f07d44265..b50b71a131f505b5e6374132ebd13b9c3c9320b0 100644
--- a/android_webview/javatests/android_webview_test_apk.xml
+++ b/android_webview/javatests/android_webview_test_apk.xml
@@ -20,7 +20,7 @@
<property name="asset.absolute.dir" location="${out.dir}/assets" />
<path id="out.dex.jar.input.ref">
- <filelist files="${INPUT_JARS_PATHS}"/>
+ <fileset dir="${PRODUCT_DIR}/android_webview_test/java/libs"/>
</path>
<property name="java.compilerargs" value="-classpath ${toString:out.dex.jar.input.ref}"/>
@@ -41,7 +41,7 @@
<fileset dir="${out.dir}/classes" includes="**/*.class"/>
<zipfileset
includes="**/*.class"
- src="${PRODUCT_DIR}/lib.java/chromium_android_webview_javatests.jar"/>
+ src="${PRODUCT_DIR}/android_webview/java/libs/chromium_android_webview_javatests.jar"/>
</jar>
</target>
« no previous file with comments | « android_webview/java/android_webview_apk.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698