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

Side by Side Diff: o3d/converter/mac/converter_install_name.sh

Issue 174372: Add license information to our shell scripts. (Closed)
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 unified diff | Download patch
« no previous file with comments | « chrome/tools/extract_actions.sh ('k') | o3d/plugin/mac/Tools/fix_install_names.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/bin/sh 1 #!/bin/sh
2 2
3 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file.
3 6
4 /usr/bin/install_name_tool -change \ 7 /usr/bin/install_name_tool -change \
5 @executable_path/../Library/Frameworks/Cg.framework/Cg \ 8 @executable_path/../Library/Frameworks/Cg.framework/Cg \
6 @executable_path/Cg.framework/Cg \ 9 @executable_path/Cg.framework/Cg \
7 "${BUILT_PRODUCTS_DIR}/${EXECUTABLE_PATH}" 10 "${BUILT_PRODUCTS_DIR}/${EXECUTABLE_PATH}"
OLDNEW
« no previous file with comments | « chrome/tools/extract_actions.sh ('k') | o3d/plugin/mac/Tools/fix_install_names.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698