Chromium Code Reviews| Index: chrome/chrome_dll.gypi |
| =================================================================== |
| --- chrome/chrome_dll.gypi (revision 99240) |
| +++ 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 in a specific |
| + # location under the Versions/Frameworks directories. |
|
Mark Mentovai
2011/09/02 20:24:40
Revise this comment as discussed in the other file
SteveT
2011/09/02 20:30:22
Done.
|
| + '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. |