build: fix gclient config file
This commit is contained in:
parent
cd09a54365
commit
93d7968d64
1 changed files with 1 additions and 2 deletions
|
@ -15,8 +15,7 @@ ln -s $buildtools_configs $buildtools/configs
|
||||||
|
|
||||||
# Write the gclient config if it does not already exist
|
# Write the gclient config if it does not already exist
|
||||||
if [ ! -f $gclient_root/.gclient ]; then
|
if [ ! -f $gclient_root/.gclient ]; then
|
||||||
echo "
|
echo "solutions = [
|
||||||
solutions = [
|
|
||||||
{ \"name\" : \"src/electron\",
|
{ \"name\" : \"src/electron\",
|
||||||
\"url\" : \"https://github.com/electron/electron\",
|
\"url\" : \"https://github.com/electron/electron\",
|
||||||
\"deps_file\" : \"DEPS\",
|
\"deps_file\" : \"DEPS\",
|
||||||
|
|
Loading…
Add table
Reference in a new issue