bin/sync-and-gyp: gclient hackery

Review URL: https://codereview.chromium.org/1427183003
This commit is contained in:
halcanary 2015-11-02 10:22:43 -08:00 committed by Commit bot
parent 1ee76510f5
commit 1f17364dc8

View File

@ -24,7 +24,8 @@
cd "$(dirname "$0")/.."
if ! [ -f .gclient ] ; then
gclient config --name . --unmanaged 'https://skia.googlesource.com/skia'
gclient config --unmanaged 'https://skia.googlesource.com/skia'
printf ',s/"skia"/"."/\nwq\n' | ed .gclient
fi
if ! [ -f DEPS ]; then