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

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

Issue 10911131: Upstream JavaBridge tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adding back JavaBridge test files 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
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 b2f8757ced6e744bf12c557995c785d2f5b47555..acabedb4769de7912b53cd7f3f84bb23a125e6ac 100644
--- a/content/shell/android/javatests/content_shell_test_apk.xml
+++ b/content/shell/android/javatests/content_shell_test_apk.xml
@@ -26,6 +26,11 @@
<filelist files="${INPUT_JARS_PATHS}"/>
<pathelement location="${PRODUCT_DIR}/content_shell/classes"/>
</path>
+
+ <path id="javac.custom.sourcepath">
Yaron 2012/09/20 04:13:53 Nit: fix indentation
+ <pathelement location="../../../android/javatests/src"/>
+ </path>
+
<property name="java.compilerargs" value="-classpath ${toString:out.dex.jar.input.ref}"/>
<!-- We expect PRODUCT_DIR to be set like the gyp var

Powered by Google App Engine
This is Rietveld 408576698