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

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

Issue 10223007: Package and load native library in content shell. Add content shell util scripts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nilesh tweak Created 8 years, 8 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 501dbf0b49fed1d334af28789ec8c36cace73916..61a6f6e38f7d9b29f90ade0da4588b16a1ce41fa 100644
--- a/content/shell/android/content_shell_apk.xml
+++ b/content/shell/android/content_shell_apk.xml
@@ -35,6 +35,7 @@
<property name="resource.absolute.dir" value="res"/>
<property name="gen.absolute.dir" value="${out.dir}/gen"/>
<property name="jar.libs.dir" value="${out.dir}/java/libs"/>
+ <property name="native.libs.absolute.dir" location="${out.dir}/libs" />
<import file="${sdk.dir}/tools/ant/build.xml" />
« no previous file with comments | « content/shell/android/OWNERS ('k') | content/shell/android/java/org/chromium/content_shell/ContentShellActivity.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698