Skip to content

Commit

Permalink
devops: fix args.gn syntax with goma
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov committed Feb 9, 2021
1 parent 32d62a5 commit db633c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser_patches/chromium/build.sh
Expand Up @@ -173,7 +173,7 @@ EOF
PLAYWRIGHT_GOMA_PATH=$(cygpath -w "${PLAYWRIGHT_GOMA_PATH}")
fi
echo 'use_goma = true' >> ./out/Default/args.gn
echo "goma_dir = '${PLAYWRIGHT_GOMA_PATH}'" >> ./out/Default/args.gn
echo "goma_dir = \"${PLAYWRIGHT_GOMA_PATH}\"" >> ./out/Default/args.gn
fi
if [[ $1 == "--compile-win"* ]]; then
Expand Down

0 comments on commit db633c4

Please sign in to comment.