Skip to content

Commit

Permalink
Fix build/mac/edit_xibs.sh.
Browse files Browse the repository at this point in the history
This removes duplicate files from google_toolbox_for_mac.gyp and fixes up the
script to include common.gypi implicitly.

R=mark@chromium.org

Review URL: https://codereview.chromium.org/258343002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267199 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
rsesek@chromium.org committed Apr 30, 2014
1 parent 2d9fe79 commit 1c0feab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
4 changes: 3 additions & 1 deletion build/mac/edit_xibs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ set -e

RELSRC=$(dirname "$0")/../..
SRC=$(cd "$RELSRC" && pwd)
GYP_GENERATORS=xcode "$SRC/tools/gyp/gyp" "$SRC/chrome/chrome_nibs.gyp"
export PYTHONPATH="$PYTHONPATH:$SRC/build"
export GYP_GENERATORS=xcode
"$SRC/tools/gyp/gyp" -I"$SRC/build/common.gypi" "$SRC/chrome/chrome_nibs.gyp"
echo "You can now edit XIB files in Xcode using:"
echo " $SRC/chrome/chrome_nibs.xcodeproj"
1 change: 0 additions & 1 deletion chrome/chrome_nibs.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
'chromium_code': 1,
},
'includes': [
'../build/common.gypi',
'chrome_nibs.gypi',
],
'target_defaults': {
Expand Down
9 changes: 0 additions & 9 deletions third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -167,15 +167,6 @@
'src/Foundation/GTMURITemplate.m',
'src/Foundation/GTMValidatingContainers.h',
'src/Foundation/GTMValidatingContainers.m',
'src/Foundation/GTMLogger.h',
'src/Foundation/GTMLogger.m',
'src/Foundation/GTMNSNumber+64Bit.h',
'src/Foundation/GTMNSNumber+64Bit.m',
'src/Foundation/GTMNSObject+KeyValueObserving.h',
'src/Foundation/GTMNSObject+KeyValueObserving.m',
'src/Foundation/GTMObjectSingleton.h',
'src/Foundation/GTMServiceManagement.c',
'src/Foundation/GTMServiceManagement.h',
'src/GTMDefines.h',
'src/iPhone/GTMFadeTruncatingLabel.h',
'src/iPhone/GTMFadeTruncatingLabel.m',
Expand Down

0 comments on commit 1c0feab

Please sign in to comment.