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

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

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/tools/build/mac/clean_up_old_versions ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/build/mac/copy_framework_unversioned
===================================================================
--- chrome/tools/build/mac/copy_framework_unversioned (revision 30152)
+++ chrome/tools/build/mac/copy_framework_unversioned (working copy)
@@ -79,13 +79,6 @@
rsync -acC --delete --exclude Headers --exclude PrivateHeaders \
"${CURRENT_VERSION}/" "${DESTINATION}"
-# The --exclude will prevent Headers and PrivateHeaders from showing up in
-# ${DESTINATION} in clobber builds, but if they are already present in older
-# builds, they will not be removed. Remove them manually.
-# TODO(mark): Remove this after October 28, 2009, allowing two weeks for the
-# transition.
-rm -rf -- "${DESTINATION}/Headers" "${DESTINATION}/PrivateHeaders"
-
# Adjust the Mach-O LC_ID_DYLIB load command in the framework. This does not
# change the LC_LOAD_DYLIB load commands in anything that may have already
# linked against the framework. Not all frameworks will actually need this
« no previous file with comments | « chrome/tools/build/mac/clean_up_old_versions ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698