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

Unified Diff: content/shell/android/javatests/content_shell_test_apk.xml

Issue 10818039: Upstream Android LongPressDetector (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Target rename base_javatests->base_java_test_support Created 8 years, 5 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 | « content/public/android/javatests/src/org/chromium/content/browser/LongPressDetectorTest.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/android/javatests/content_shell_test_apk.xml
diff --git a/content/shell/android/javatests/content_shell_test_apk.xml b/content/shell/android/javatests/content_shell_test_apk.xml
index 497a81c9b6a0d13ba9a018f0bc496a1a711e0935..461852941f2b1baa4fcbc75403039bbdf0a72321 100644
--- a/content/shell/android/javatests/content_shell_test_apk.xml
+++ b/content/shell/android/javatests/content_shell_test_apk.xml
@@ -27,6 +27,7 @@
<path id="out.dex.jar.input.ref">
<fileset dir="${PRODUCT_DIR}/content_shell/java/libs"/>
+ <fileset dir="${PRODUCT_DIR}/content_shell_test/java/libs"/>
<pathelement location="${PRODUCT_DIR}/content_shell/classes"/>
</path>
<property name="java.compilerargs" value="-classpath ${toString:out.dex.jar.input.ref}"/>
@@ -63,6 +64,16 @@
</copy>
</then>
</if>
+
+ <!-- We also want a .jar as well as an .apk for ContentShellTest-debug
+ so that proguard can be used to list the tests by annotation. -->
+ <jar destfile="${out.dir}/${ant.project.name}-debug.jar">
+ <fileset dir="${out.dir}/classes" includes="**/*.class"/>
+ <zipfileset
+ includes="**/*.class"
+ src="${PRODUCT_DIR}/content_shell_test/java/libs/chromium_content_javatests.jar"/>
+ </jar>
+
</target>
<import file="${sdk.dir}/tools/ant/build.xml" />
« no previous file with comments | « content/public/android/javatests/src/org/chromium/content/browser/LongPressDetectorTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698