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

Unified Diff: chromecast/chromecast.gyp

Issue 469023004: Chromecast: moves cast_shell.pak output to assets/ directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 4 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 | chromecast/common/cast_paths.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/chromecast.gyp
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp
index fa2ef649ec2c6686c31e9ef7ac6b0765f89af516..e2846662cbc72f17a54088e15620ef572fc05b4c 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -117,7 +117,7 @@
'<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak',
'<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_100_percent.pak',
],
- 'pak_output': '<(PRODUCT_DIR)/cast_shell.pak',
+ 'pak_output': '<(PRODUCT_DIR)/assets/cast_shell.pak',
tfarina 2014/08/16 03:45:55 where is the corresponding android change for this
gunsch 2014/08/16 17:41:11 Hi tfarina@, Currently the Android cast_shell ("c
},
'includes': [ '../build/repack_action.gypi' ],
},
« no previous file with comments | « no previous file | chromecast/common/cast_paths.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698