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

Unified Diff: bin/sync-and-gyp

Issue 1427183003: bin/sync-and-gyp: gclient hackery (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: 2015-10-30 (Friday) 18:04:29 EDT Created 5 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bin/sync-and-gyp
diff --git a/bin/sync-and-gyp b/bin/sync-and-gyp
index 3a0851b25a643a816eaa1776a2808ace97573212..8b3cfa97feedd959a7cfd53a8343281091df5099 100755
--- a/bin/sync-and-gyp
+++ b/bin/sync-and-gyp
@@ -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
mtklein 2015/11/01 22:20:40 Why not sed?
fi
if ! [ -f DEPS ]; then
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698