Index: scripts/slave/recipes/chromium_trybot.expected/arm.json |
diff --git a/scripts/slave/recipes/chromium_trybot.expected/arm.json b/scripts/slave/recipes/chromium_trybot.expected/arm.json |
index 1058f87fc2421cf5a7db905731ee2991fcfb44b7..16bc459d61cb807e1bdb38609d371c6448c739f3 100644 |
--- a/scripts/slave/recipes/chromium_trybot.expected/arm.json |
+++ b/scripts/slave/recipes/chromium_trybot.expected/arm.json |
@@ -106,6 +106,27 @@ |
"cmd": [ |
"python", |
"-u", |
+ "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
+ "--output", |
+ "/path/to/tmp/json", |
+ "--", |
+ "--build-config-fs", |
+ "Release", |
+ "--paths", |
+ "{\"build\": \"[BUILD]\"}", |
+ "--properties", |
+ "{\"buildername\": \"linux_arm\", \"buildnumber\": 571, \"slavename\": \"TestSlavename\"}" |
+ ], |
+ "name": "get compile targets for scripts", |
+ "~followup_annotations": [ |
+ "@@@STEP_LOG_LINE@json.output@{}@@@", |
+ "@@@STEP_LOG_END@json.output@@@" |
+ ] |
+ }, |
+ { |
+ "cmd": [ |
+ "python", |
+ "-u", |
"[DEPOT_TOOLS]/gclient.py", |
"runhooks" |
], |