aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2016-07-29 05:39:35 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-29 05:39:35 -0700
commit2a1134e3f5015afe596703a584a63f5bcd375836 (patch)
tree5782b44f1bfc3f45afff8d8daaef9b828ba5a8ac /infra/bots/recipes
parent9081ceb1236dfd1f3c7e9d5ef1d6f7c409d06aa1 (diff)
GN: Always quote cc and cxx.
To fix: ERROR at the command-line "--args":1:34: Unexpected token '+' is_debug=true cc=clang cxx=clang++ TBR=jcgregorio@google.com NOTRY=true BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2193593003 Review-Url: https://codereview.chromium.org/2193593003
Diffstat (limited to 'infra/bots/recipes')
-rw-r--r--infra/bots/recipes/swarm_compile.expected/Build-Win-MSVC-x86-Release-GN.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/bots/recipes/swarm_compile.expected/Build-Win-MSVC-x86-Release-GN.json b/infra/bots/recipes/swarm_compile.expected/Build-Win-MSVC-x86-Release-GN.json
index 95fbeb6d2f..8a4a746ba5 100644
--- a/infra/bots/recipes/swarm_compile.expected/Build-Win-MSVC-x86-Release-GN.json
+++ b/infra/bots/recipes/swarm_compile.expected/Build-Win-MSVC-x86-Release-GN.json
@@ -131,7 +131,7 @@
"gn.exe",
"gen",
"[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86-Release-GN\\Release",
- "--args=is_debug=false cc=cc cxx=c++"
+ "--args=is_debug=false cc=\"cc\" cxx=\"c++\""
],
"cwd": "[CUSTOM_C:\\_B_WORK]\\skia",
"env": {