| 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 35497720fe56dda007e139ea230568662fab190a..ced724339f2e30790338418a44c7cb9665f12a04 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,14 +96,21 @@
|
| "python",
|
| "-u",
|
| "[SLAVE_BUILD]/src/build/gyp_chromium",
|
| - "--analyzer",
|
| - "foo.cc"
|
| + "--analyzer2",
|
| + "{\"files\": [\"foo.cc\"], \"targets\": []}",
|
| + "/path/to/tmp/json"
|
| ],
|
| "env": {
|
| "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 use_goma=1"
|
| },
|
| "name": "analyze",
|
| - "stdout": "/path/to/tmp/"
|
| + "~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": [
|
|
|