Index: content/content_shell.gypi |
diff --git a/content/content_shell.gypi b/content/content_shell.gypi |
index 119f63511957989f854a724b219d0b9eef4e42a1..8e8b771f4e94fb9ee39d7c0daebf206a8c6a77e9 100644 |
--- a/content/content_shell.gypi |
+++ b/content/content_shell.gypi |
@@ -452,6 +452,16 @@ |
'browser/devtools/devtools_resources.gyp:devtools_resources', |
], |
}], |
+ ['OS=="android"', { |
+ 'copies': [ |
+ { |
+ 'destination': '<(PRODUCT_DIR)', |
+ 'files': [ |
+ '<(PRODUCT_DIR)/content_shell/assets/content_shell.pak' |
+ ], |
+ }, |
+ ], |
+ }], |
], |
'actions': [ |
{ |