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

Unified Diff: content/content_shell.gypi

Issue 10693157: Add pak file support for content shell and android apks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove trailing ws Created 8 years, 5 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/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index 4f202e8673dcd0f9838c434e7036ce3a8c7329a6..90d6a7f3b25fbe7ef84a7026fbc9718ecc421bc3 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -533,6 +533,10 @@
'shell/android/shell_view.cc',
'shell/android/shell_view.h',
],
+ 'sources!': [
+ 'shell/shell_main.cc',
+ 'shell/shell_main.h',
+ ],
'conditions': [
['android_build_type==1', {
'ldflags': [
@@ -578,7 +582,7 @@
'--strip-unneeded', # All symbols not needed for relocation.
'<@(_inputs)',
'-o',
- '<@(_outputs)'
+ '<@(_outputs)'
],
},
{
@@ -592,6 +596,7 @@
'<(PRODUCT_DIR)/content_shell/java/libs/chromium_net.jar',
'<(PRODUCT_DIR)/content_shell/java/libs/chromium_media.jar',
'<(PRODUCT_DIR)/content_shell/java/libs/chromium_content.jar',
+ '<(PRODUCT_DIR)/content_shell/assets/content_shell.pak',
'<(PRODUCT_DIR)/content_shell/libs/<(android_app_abi)/libcontent_shell_content_view.so',
],
'outputs': [

Powered by Google App Engine
This is Rietveld 408576698