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

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: Fixing check_deps failure 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 | « content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeTestBase.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 8f8ee1d4fd31b1696259b78701495bab823bb436..7085b0a8653601b9eeabe5a0fc83c8b6f94a2a1f 100644
--- a/content/shell/android/javatests/content_shell_test_apk.xml
+++ b/content/shell/android/javatests/content_shell_test_apk.xml
@@ -30,6 +30,10 @@
<property-location name="contentshell.classes.dir"
location="${PRODUCT_DIR}/content_shell/classes"/>
+ <path id="javac.custom.sourcepath">
+ <pathelement location="../../../public/android/javatests/src"/>
+ </path>
+
<path id="out.dex.jar.input.ref">
<filelist files="${INPUT_JARS_PATHS}"/>
<pathelement location="${contentshell.classes.dir}"/>
« no previous file with comments | « content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeTestBase.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698