diff options
author | stevet@chromium.org <stevet@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-07 00:28:58 +0000 |
---|---|---|
committer | stevet@chromium.org <stevet@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-07 00:28:58 +0000 |
commit | 2c471c7b3a9719e27a447e56b095248e0841a9aa (patch) | |
tree | 71b8077602147ce5abd440507044c34dbdf7cc70 /chrome/chrome_dll.gypi | |
parent | 746b1d5b3bdeba431ced2c2b508d45563e32fb5c (diff) | |
download | chromium_src-2c471c7b3a9719e27a447e56b095248e0841a9aa.zip chromium_src-2c471c7b3a9719e27a447e56b095248e0841a9aa.tar.gz chromium_src-2c471c7b3a9719e27a447e56b095248e0841a9aa.tar.bz2 |
Revert 99440 - Changed Mac, Linux and Win Official Chrome build to drop default app CRXs in the build/installer output.
BUG=94920
TEST=Do an Official build in mac and win. Ensure that after installing the app, you can find the default apps under the install's directory structure. For win, this is under a default_apps directory, for mac, this is under a "Default Apps" directory.
Review URL: http://codereview.chromium.org/7827021
TBR=stevet@chromium.org
Review URL: http://codereview.chromium.org/7795038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99878 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_dll.gypi')
-rw-r--r-- | chrome/chrome_dll.gypi | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi index cb7186d..d5bc950 100644 --- a/chrome/chrome_dll.gypi +++ b/chrome/chrome_dll.gypi @@ -590,22 +590,6 @@ }, ], '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. |