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

Unified Diff: content/content_shell.gypi

Issue 9835062: Mac content shell: Set up resources properly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 | content/shell/paths_mac.h » ('j') | 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 e017133aa52021269438cfdd5b38ed8e39c9f184..88689b67d90d25fbbc2e93a1608c865dd4547ab9 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -143,7 +143,8 @@
],
},
],
- }, {
+ },
+ {
'target_name': 'generate_content_shell_resources',
'type': 'none',
'variables': {
@@ -353,7 +354,7 @@
'mac_bundle': 1,
'mac_bundle_resources': [
'shell/mac/English.lproj/MainMenu.xib',
- '<(SHARED_INTERMEDIATE_DIR)/content/shell_resources.pak'
+ '<(PRODUCT_DIR)/content_shell.pak'
],
'dependencies': [
'content_shell_lib',
« no previous file with comments | « no previous file | content/shell/paths_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698