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

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

Issue 10377059: Android content shell bringup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix deps so builds on clean machine Created 8 years, 7 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/content_shell_apk.xml
diff --git a/content/shell/android/content_shell_apk.xml b/content/shell/android/content_shell_apk.xml
index 3e89773b1e7361509a22aed6759191ca9c0a88be..003380bd046721c9231b1c54a6691b315e855f40 100644
--- a/content/shell/android/content_shell_apk.xml
+++ b/content/shell/android/content_shell_apk.xml
@@ -23,6 +23,13 @@
<fileset file="${toolchain.dir}/../../gdbserver"/>
</path>
<property name="native.libs.absolute.dir" location="${out.dir}/libs" />
+ <!-- If your app crashes when referencing java from a different .jar
+ (e.g. java.lang.NoClassDefFoundError:
+ org.chromium.content.browser.CommandLine), And if
+ chromium_content.jar is in fact in your java/libs directory (as
+ placed by a gyp 'cp'), the following line will make sure it
+ gets added to the classes.dex file. -->
+ <property name="out.classes.absolute.dir" location="${jar.libs.dir}" />
<!-- 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