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/content_shell.gypi

Issue 544903003: Define copy rule for content_shell.pak required for running webkit_unit_tests on android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | no next file » | 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 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': [
{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698