bin/sync-and-gyp: gclient hackery
Review URL: https://codereview.chromium.org/1427183003
This commit is contained in:
parent
1ee76510f5
commit
1f17364dc8
@ -24,7 +24,8 @@
|
|||||||
cd "$(dirname "$0")/.."
|
cd "$(dirname "$0")/.."
|
||||||
|
|
||||||
if ! [ -f .gclient ] ; then
|
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
|
fi
|
||||||
|
|
||||||
if ! [ -f DEPS ]; then
|
if ! [ -f DEPS ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user