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

Unified Diff: chrome/android/testshell/java/chromium_testshell_apk.xml

Issue 10943014: Add support for the ChromiumTestShellTest APK. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated gyp/ant rules 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: chrome/android/testshell/java/chromium_testshell_apk.xml
diff --git a/chrome/android/testshell/java/chromium_testshell_apk.xml b/chrome/android/testshell/java/chromium_testshell_apk.xml
index a2e4b7a0ecca9690a9bcb5549961d65bca1b400b..924478f4bb7b60c74823c610846610b762adba44 100644
--- a/chrome/android/testshell/java/chromium_testshell_apk.xml
+++ b/chrome/android/testshell/java/chromium_testshell_apk.xml
@@ -32,12 +32,7 @@
<property name="version.name" value="0.1 Developer Build"/>
<path id="out.dex.jar.input.ref">
- <pathelement location="${lib.java.dir}/chromium_base.jar"/>
- <pathelement location="${lib.java.dir}/chromium_content.jar"/>
- <pathelement location="${lib.java.dir}/chromium_media.jar"/>
- <pathelement location="${lib.java.dir}/chromium_net.jar"/>
- <pathelement location="${lib.java.dir}/chromium_chrome.jar"/>
- <pathelement location="${lib.java.dir}/chromium_web_contents_delegate_android.jar"/>
+ <filelist files="${INPUT_JARS_PATHS}"/>
Ted C 2012/09/19 21:18:49 tab char here
David Trainor- moved to gerrit 2012/09/20 02:28:17 Done.
</path>
<!-- We expect PRODUCT_DIR to be set like the gyp var (e.g. $ROOT/out/Debug) -->

Powered by Google App Engine
This is Rietveld 408576698