Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / build / mac / edit_xibs.sh
index 8204591..b7b749e 100755 (executable)
@@ -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"