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

Unified Diff: chrome/tools/mac_helpers/lipo_thin_x86_64.sh

Issue 2793433002: Delete several unused GYP scripts from build/mac and chrome/tools/build/mac. (Closed)
Patch Set: Created 3 years, 9 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/make_locale_dirs.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/mac_helpers/lipo_thin_x86_64.sh
diff --git a/chrome/tools/mac_helpers/lipo_thin_x86_64.sh b/chrome/tools/mac_helpers/lipo_thin_x86_64.sh
deleted file mode 100755
index 1687e37b2a5e1bbb2f3c19be1a7e9bc2a9b5f25e..0000000000000000000000000000000000000000
--- a/chrome/tools/mac_helpers/lipo_thin_x86_64.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/bash
-
-# Copyright 2015 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 uses lipo to thin out the specified file.
-
-set -e
-
-if [ $# -ne 1 ] ; then
- echo "usage: ${0} FILEPATH" >& 2
- exit 1
-fi
-
-FILEPATH="${1}"
-
-lipo -thin x86_64 "${FILEPATH}" -o "${FILEPATH}"
« no previous file with comments | « chrome/tools/build/mac/make_locale_dirs.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698