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

Unified Diff: chrome/app/tweak_mac_lproj_folders

Issue 334049: Move Mac build tool scripts only used by chrome.gyp from build/mac into chrome/tools/build/mac (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 | « build/mac/remove_target_headers ('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 30217)
+++ chrome/app/tweak_mac_lproj_folders (working copy)
@@ -1,28 +0,0 @@
-#!/bin/sh
-
-# Copyright (c) 2009 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This script is intended to run from a "postbuild" action from within Xcode.
-# It will create any symlinks needed to sync up what comes from the GRIT files
-# with what Cocoa would like.
-
-set -e
-
-# Working in the resources directory
-cd "${BUILT_PRODUCTS_DIR}/${CONTENTS_FOLDER_PATH}/Resources"
-
-# Provide an link for en.lproj that points to en_US.lproj.
-
-# The standard OS language list includes English (en) and not a specific
-# "flavor" such as U.S. English (en_US). When checking for a language match,
-# the OS will remove subtags if no exact match is found, so that en will be
-# used if the user's preferred language list only contains British English
-# (en_GB) and no specific en_GB translation is available.
-#
-# To ensure that users with the default language list, which contains English
-# without any regional subtag, as well as users with a specific variant of
-# English with a regional subtag, will have access to an English-localized
-# application, a symbolic link from en.lproj to en_US.lproj is provided.
-ln -fhs "en_US.lproj" "en.lproj"
« no previous file with comments | « build/mac/remove_target_headers ('k') | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698