Index: chrome/chrome_dll.gypi |
=================================================================== |
--- chrome/chrome_dll.gypi (revision 99437) |
+++ chrome/chrome_dll.gypi (working copy) |
@@ -590,6 +590,22 @@ |
}, |
], |
'conditions': [ |
+ ['branding=="Chrome"', { |
+ 'copies': [ |
+ { |
+ # This location is for the Mac build. Note that the |
+ # copying of these files for Windows and Linux is handled |
+ # in chrome.gyp, as Mac needs to be dropped inside the |
+ # framework. |
+ 'destination': |
+ '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Default Apps', |
+ 'files': [ |
+ 'browser/resources/default_apps/gmail.crx', |
+ 'browser/resources/default_apps/youtube.crx', |
+ ], |
+ }, |
+ ], |
+ }], |
['mac_breakpad==1', { |
'variables': { |
# A real .dSYM is needed for dump_syms to operate on. |