Chromium Code Reviews| Index: scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze.json |
| diff --git a/scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze.json b/scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze.json |
| index 9a5801d58cb474bf6f25099c7a56752ff9d04537..08757146cd27ad5fbb176b1022c82c9a8b9d0644 100644 |
| --- a/scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze.json |
| +++ b/scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze.json |
| @@ -96,11 +96,18 @@ |
| "python", |
| "-u", |
| "[SLAVE_BUILD]/src/build/gyp_chromium", |
| - "--analyzer", |
| - "foo.cc" |
| + "--analyzer2", |
|
iannucci
2014/07/30 01:20:37
is the analyzer2 syntax extensible enough that you
sky
2014/07/30 21:14:16
The reason I went with analyzer2 here is to suppor
|
| + "{\"files\": [\"foo.cc\"], \"targets\": []}" |
| ], |
| "name": "analyze", |
| - "stdout": "/path/to/tmp/" |
| + "stdout": "/path/to/tmp/json", |
| + "~followup_annotations": [ |
| + "@@@STEP_LOG_LINE@json.output@{@@@", |
| + "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", |
| + "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", |
| + "@@@STEP_LOG_LINE@json.output@}@@@", |
| + "@@@STEP_LOG_END@json.output@@@" |
| + ] |
| }, |
| { |
| "cmd": [ |