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

Unified Diff: chrome/app/tweak_mac_lproj_folders

Issue 192066: Remove some support for the transition in fixing up the mac language bundles.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 3 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/app/nuke_mac_resources_link ('k') | chrome/chrome.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/tweak_mac_lproj_folders
===================================================================
--- chrome/app/tweak_mac_lproj_folders (revision 25857)
+++ chrome/app/tweak_mac_lproj_folders (working copy)
@@ -13,16 +13,6 @@
# Working in the resources directory
cd "${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME}/Contents/Resources"
-# Remove the stale zh.lproj
-# TODO: This can go away about 09/01/09, when they won't exist on the bots or
-# developers' local builds.
-rm -rf "zh.lproj" "en.lproj"
-# Remove the invalid dirs with - instead of _ (http://crbug.com/20441)
-# TODO: This can go away about 09/09/09, when they won't exist on the bots or
-# developers' local builds.
-rm -rf "en-GB.lproj" "en-US.lproj" "es-419.lproj" "pt-BR.lproj" "pt-PT.lproj" \
- "zh-CN.lproj" "zh-TW.lproj"
-
# Provide an link for en.lproj that points to en_US.lproj.
# The standard OS language list includes English (en) and not a specific
« no previous file with comments | « chrome/app/nuke_mac_resources_link ('k') | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698