| Index: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chromium_x64_rel_ng_analyze.json
|
| diff --git a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chromium_x64_rel_ng_analyze.json b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chromium_x64_rel_ng_analyze.json
|
| index fda09d50848264ba114b312b6dfb3a402ec0a122..d19a9cccf8183db5a6b4c9323f3a81d9af1efda1 100644
|
| --- a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chromium_x64_rel_ng_analyze.json
|
| +++ b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chromium_x64_rel_ng_analyze.json
|
| @@ -134,6 +134,7 @@
|
| ],
|
| "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| + "GYP_CHROMIUM_NO_ACTION": "1",
|
| "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=x64 test_isolation_mode=prepare use_goma=1",
|
| "PATH": "%(PATH)s;RECIPE_PACKAGE[depot_tools]"
|
| },
|
| @@ -224,15 +225,18 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[SLAVE_BUILD]\\src\\build\\gyp_chromium",
|
| - "--analyzer",
|
| - "{\"additional_compile_targets\": [\"crash_service\"], \"files\": [\"foo.cc\"], \"test_targets\": [\"mini_installer\"]}",
|
| + "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py",
|
| + "analyze",
|
| + "-m",
|
| + "tryserver.chromium.win",
|
| + "-b",
|
| + "win_chromium_x64_rel_ng",
|
| + "-v",
|
| + "//out/Release_x64",
|
| + "{\"additional_compile_targets\": [], \"files\": [\"foo.cc\"], \"test_targets\": []}",
|
| "/path/to/tmp/json"
|
| ],
|
| "cwd": "[SLAVE_BUILD]",
|
| - "env": {
|
| - "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=x64 test_isolation_mode=prepare use_goma=1"
|
| - },
|
| "name": "analyze",
|
| "~followup_annotations": [
|
| "@@@STEP_TEXT@No compile necessary@@@",
|
| @@ -243,15 +247,11 @@
|
| "@@@STEP_LOG_LINE@json.output@}@@@",
|
| "@@@STEP_LOG_END@json.output@@@",
|
| "@@@STEP_LOG_LINE@analyze_details@{@@@",
|
| - "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@",
|
| - "@@@STEP_LOG_LINE@analyze_details@ \"crash_service\"@@@",
|
| - "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
|
| + "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@@",
|
| "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@",
|
| "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [], @@@",
|
| "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@@",
|
| - "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@",
|
| - "@@@STEP_LOG_LINE@analyze_details@ \"mini_installer\"@@@",
|
| - "@@@STEP_LOG_LINE@analyze_details@ ]@@@",
|
| + "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@",
|
| "@@@STEP_LOG_LINE@analyze_details@}@@@",
|
| "@@@STEP_LOG_END@analyze_details@@@"
|
| ]
|
|
|