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

Unified Diff: chrome/chrome_dll.gypi

Issue 9416012: Mac: Generate App Mode Loader bundle + cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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: chrome/chrome_dll.gypi
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi
index 1ad116f289695a117a10d76bc070b8f434ea9951..8597db654ef0378fd3f1706ecde6d0e75e356230 100644
--- a/chrome/chrome_dll.gypi
+++ b/chrome/chrome_dll.gypi
@@ -440,8 +440,11 @@
],
},
{
- 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/resources',
- 'files': [],
+ 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Resources',
+ 'files': [
+ # Loader bundle for platform apps.
+ '<(PRODUCT_DIR)/app_mode_loader.app',
+ ],
'conditions': [
['debug_devtools!=0', {
'files': [

Powered by Google App Engine
This is Rietveld 408576698