Index: chrome/chrome.gyp |
=================================================================== |
--- chrome/chrome.gyp (revision 99240) |
+++ chrome/chrome.gyp (working copy) |
@@ -1747,6 +1747,25 @@ |
], |
}, |
], |
+ 'conditions': [ |
+ ['branding=="Chrome"', { |
+ 'copies': [ |
+ { |
+ # This location is for the Windows and Linux builds. For |
+ # Windows, the chrome.release file ensures that these files are |
+ # copied into the installer. Note that we have a separate |
+ # section in chrome_dll.gyp to copy these files for Mac, as it |
+ # needs to be dropped inside the Versions/Frameworks |
+ # directories. |
Mark Mentovai
2011/09/02 20:24:40
Just say “inside the framework” (and not “director
SteveT
2011/09/02 20:30:22
Done.
|
+ 'destination': '<(PRODUCT_DIR)/default_apps', |
+ 'files': [ |
+ 'browser/resources/default_apps/gmail.crx', |
+ 'browser/resources/default_apps/youtube.crx', |
+ ], |
+ }, |
+ ], |
+ }], |
+ ], |
}], # targets |
}], # OS != "mac" |
], # 'conditions' |