diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-13 19:27:27 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-13 19:27:27 +0000 |
commit | 3df264e9bfcae48f41d2579b64467bb33a894a96 (patch) | |
tree | 0a9a38ddc514a899d070ec462d3f49876950d9c7 /chrome/chrome.gyp | |
parent | 543236ba75b0c8615f209e13f182a470a0f107af (diff) | |
download | chromium_src-3df264e9bfcae48f41d2579b64467bb33a894a96.zip chromium_src-3df264e9bfcae48f41d2579b64467bb33a894a96.tar.gz chromium_src-3df264e9bfcae48f41d2579b64467bb33a894a96.tar.bz2 |
Remove theme.pak cleanup since it's been 2 weeks and most people
probably have the file deleted by now.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/393013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31926 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rwxr-xr-x | chrome/chrome.gyp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 6cf6cb4..a378e17 100755 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -3843,16 +3843,6 @@ '<(version_full)' ], }, - { - # TODO(tony): Remove this after Nov 13, 2009. - 'postbuild_name': 'cleanup_theme_pak', - 'action': [ - 'rm', '-f', - '${BUILT_PRODUCTS_DIR}/<(mac_product_name).app/Contents/' - 'Versions/<(version_full)/' - '<(mac_product_name) Framework.framework/Resources/theme.pak' - ], - }, ], # postbuilds }, { # else: OS != "mac" 'conditions': [ |