Chromium Code Reviews| Index: chrome/chrome_dll.gypi |
| =================================================================== |
| --- chrome/chrome_dll.gypi (revision 99174) |
| +++ chrome/chrome_dll.gypi (working copy) |
| @@ -163,6 +163,17 @@ |
| }, |
| }, |
| 'conditions': [ |
| + ['buildtype=="Official" and branding=="Chrome"', { |
| + 'copies': [ |
| + { |
| + 'destination': '<(PRODUCT_DIR)/default_apps', |
|
Mark Mentovai
2011/09/01 20:53:38
Why do you need to copy things to <(PRODUCT_DIR)/d
SteveT
2011/09/01 21:19:57
This is the expected location for win, according t
|
| + 'files': [ |
| + 'browser/resources/default_apps/gmail.crx', |
| + 'browser/resources/default_apps/youtube.crx', |
| + ], |
| + }, |
| + ], |
| + }], |
| ['incremental_chrome_dll==1 and optimize_with_syzygy==0', { |
| # Linking to a different directory and then hardlinking back |
| # to OutDir is a workaround to avoid having the .ilk for |
| @@ -590,6 +601,18 @@ |
| }, |
| ], |
| 'conditions': [ |
| + ['buildtype=="Official" and branding=="Chrome"', { |
| + 'copies': [ |
| + { |
| + 'destination': |
| + '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Default Apps', |
|
Mark Mentovai
2011/09/01 20:53:38
I commented in 7811020 about this. I don’t think t
SteveT
2011/09/01 21:19:57
Discussed with Cait. I thought they had implemente
|
| + '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. |