diff options
author | jrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-26 00:48:41 +0000 |
---|---|---|
committer | jrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-26 00:48:41 +0000 |
commit | 73919eaf6b3bfde8c53aabca7d8cbda06870d589 (patch) | |
tree | 1c2bc22b54e6320067e53c71280933318296f4af /content/content_shell.gypi | |
parent | 111f9a904096fdf792e6ecd7dce0805a5c505d5f (diff) | |
download | chromium_src-73919eaf6b3bfde8c53aabca7d8cbda06870d589.zip chromium_src-73919eaf6b3bfde8c53aabca7d8cbda06870d589.tar.gz chromium_src-73919eaf6b3bfde8c53aabca7d8cbda06870d589.tar.bz2 |
Package and load native library in content shell. Add content shell util scripts.
BUG=None
TEST=
Review URL: http://codereview.chromium.org/10223007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134030 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_shell.gypi')
-rw-r--r-- | content/content_shell.gypi | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/content/content_shell.gypi b/content/content_shell.gypi index 8508ea2..9501ff7 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'], + 'action': ['cp', '<@(_inputs)', '<@(_outputs)'], + }, + { 'action_name': 'content_shell_apk', 'inputs': [ '<(DEPTH)/content/shell/android/content_shell_apk.xml', @@ -542,8 +548,7 @@ '<!@(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', + '<(PRODUCT_DIR)/content_shell/libs/armeabi/libcontent_shell_content_view.so', ], 'outputs': [ # Awkwardly, we build a Debug APK even when gyp is in |