Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(178)

Unified Diff: chrome/tools/build/mac/clean_up_old_versions

Issue 334040: TODO (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/tools/build/mac/copy_framework_unversioned » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/build/mac/clean_up_old_versions
===================================================================
--- chrome/tools/build/mac/clean_up_old_versions (revision 30152)
+++ chrome/tools/build/mac/clean_up_old_versions (working copy)
@@ -24,22 +24,3 @@
rm -rf "${dir}"
fi
done
-
-# Older builds did not use a versioned directory, and instead placed the
-# framework, helper app, and other components directly within the main app
-# bundle. To keep incremental developer builds relatively pristine and
-# equivalent to clean builds, these old components need to be cleaned up if
-# present.
-# Frameworks includes the app framework (Chromium Framework.framework or
-# Google Chrome Framework.framework) and, if Keystone-enabled,
-# KeystoneRegistration.framework. To simplify this script, it removes the
-# helper app at its old location under either of the supported branding names.
-# TODO(mark): Remove the following section some time after October 27, 2009,
-# allowing two weeks for the transition.
-
-rm -rf "${CONTENTS_DIR}/Frameworks" \
- "${CONTENTS_DIR}/Resources/Chromium Helper.app" \
- "${CONTENTS_DIR}/Resources/Google Chrome Helper.app" \
- "${CONTENTS_DIR}/MacOS/libavcodec.52.dylib" \
- "${CONTENTS_DIR}/MacOS/libavformat.52.dylib" \
- "${CONTENTS_DIR}/MacOS/libavutil.50.dylib"
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/tools/build/mac/copy_framework_unversioned » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698