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

Unified Diff: content/content_shell.gypi

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: yaron feedback 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
« no previous file with comments | « build/android/envsetup.sh ('k') | content/shell/android/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index 8508ea29bfa9ff740e7d1a92a269c936feb5da8d..71d213fd9f289aad3b25eea07e574167eee63e4e 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -534,6 +534,12 @@
'action': ['cp', '<@(_inputs)', '<@(_outputs)'],
},
{
+ 'action_name': 'copy_content_shell_content_view',
+ 'inputs': ['<(SHARED_LIB_DIR)/libcontent_shell_content_view.so'],
+ 'outputs': ['<(PRODUCT_DIR)/content_shell/libs/armeabi/libcontent_shell_content_view.so'],
Ted C 2012/04/25 21:18:02 Is libs/armeabi the default directory that the ant
John Grabowski 2012/04/25 22:05:58 yes (at least when building for ARM)
+ 'action': ['cp', '<@(_inputs)', '<@(_outputs)'],
+ },
+ {
'action_name': 'content_shell_apk',
'inputs': [
'<(DEPTH)/content/shell/android/content_shell_apk.xml',
@@ -542,7 +548,6 @@
'<!@(find shell/android/res -name "*")',
'<(PRODUCT_DIR)/content_shell/java/libs/chromium_base.jar',
'<(PRODUCT_DIR)/content_shell/java/libs/chromium_content.jar',
- # TODO(tedchoc): Move the .so file so it can be consumed by the apk.
'<(SHARED_LIB_DIR)/libcontent_shell_content_view.so',
Ted C 2012/04/25 21:18:02 change this to: <(PRODUCT_DIR)/content_shell/libs/
John Grabowski 2012/04/25 22:05:58 Done.
],
'outputs': [
« no previous file with comments | « build/android/envsetup.sh ('k') | content/shell/android/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698