Index: scripts/slave/recipes_test/run_presubmit.blink.expected |
diff --git a/scripts/slave/recipes_test/run_presubmit.blink.expected b/scripts/slave/recipes_test/run_presubmit.blink.expected |
index 7e7a31a3c60e5741471d7c593211d03af5eae788..238e724322ff688cbdf3619f47418eeb3dec3a50 100644 |
--- a/scripts/slave/recipes_test/run_presubmit.blink.expected |
+++ b/scripts/slave/recipes_test/run_presubmit.blink.expected |
@@ -6,11 +6,13 @@ |
}, |
{ |
"cmd": ["[DEPOT_TOOLS_ROOT]/gclient", "revert", "--nohooks"], |
- "name": "gclient clean" |
+ "name": "gclient clean", |
+ "seed_steps": [] |
}, |
{ |
"cmd": ["[DEPOT_TOOLS_ROOT]/gclient", "sync", "--nohooks"], |
- "name": "gclient sync" |
+ "name": "gclient sync", |
+ "seed_steps": [] |
}, |
{ |
"cmd": ["[DEPOT_TOOLS_ROOT]/apply_issue", "-r", "[SLAVE_BUILD_ROOT]/src/third_party/WebKit", "-i", 12853011, "-p", 1, "-s", "https://chromiumcodereview.appspot.com", "-e", "commit-bot@chromium.org"], |