Index: chrome/chrome.gyp |
=================================================================== |
--- chrome/chrome.gyp (revision 102958) |
+++ chrome/chrome.gyp (working copy) |
@@ -1706,6 +1706,21 @@ |
], |
}, |
], |
+ '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 framework. |
+ 'destination': '<(PRODUCT_DIR)/default_apps', |
+ 'files': ['<@(default_apps_list)'] |
+ }, |
+ ], |
+ }], |
+ ], |
}], # targets |
}], # OS != "mac" |
], # 'conditions' |