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

Unified Diff: content/shell/android/java/content_shell_apk.xml

Issue 10916160: Upstreaming SelectFileDialog for Android (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
Index: content/shell/android/java/content_shell_apk.xml
diff --git a/content/shell/android/java/content_shell_apk.xml b/content/shell/android/java/content_shell_apk.xml
index 9182239da8b9ebaefd9c52e8246495362ad83d41..efe01fe892049a1515fd36ed1bbcf0ca99ceeadb 100644
--- a/content/shell/android/java/content_shell_apk.xml
+++ b/content/shell/android/java/content_shell_apk.xml
@@ -29,6 +29,7 @@
<path id="out.dex.jar.input.ref">
<filelist files="${INPUT_JARS_PATHS}"/>
+ <pathelement location="${PRODUCT_DIR}/lib.java/chromium_ui.jar"/>
Ted C 2012/09/17 18:40:16 Why do you need to specify this one any different?
aurimas (slooooooooow) 2012/09/17 22:20:47 Done.
</path>
<property name="java.compilerargs" value="-classpath ${toString:out.dex.jar.input.ref}"/>

Powered by Google App Engine
This is Rietveld 408576698