Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(376)

Unified Diff: scripts/slave/recipes/v8.expected/full_client_v8_branches_V8_Linux___stable_branch.json

Issue 2068183002: V8: Move gn-peek step behind mb step (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/v8.expected/full_client_v8_branches_V8_Linux___stable_branch.json
diff --git a/scripts/slave/recipes/v8.expected/full_client_v8_branches_V8_Linux___stable_branch.json b/scripts/slave/recipes/v8.expected/full_client_v8_branches_V8_Linux___stable_branch.json
index e4fd54d8e2efad3c8a0dbc53193e102c43d2ef5a..7739b57c91b1b7db504ae9a5d307c6ce9f147af2 100644
--- a/scripts/slave/recipes/v8.expected/full_client_v8_branches_V8_Linux___stable_branch.json
+++ b/scripts/slave/recipes/v8.expected/full_client_v8_branches_V8_Linux___stable_branch.json
@@ -131,6 +131,17 @@
"cmd": [
"python",
"-u",
+ "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
+ "--show-path",
+ "python",
+ "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
+ ],
+ "name": "cleanup_temp"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"[DEPOT_TOOLS]/gn.py",
"--root=[SLAVE_BUILD]/v8",
"gen",
@@ -167,17 +178,6 @@
]
},
{
- "cmd": [
- "python",
- "-u",
- "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
- "--show-path",
- "python",
- "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
- ],
- "name": "cleanup_temp"
- },
- {
"allow_subannotations": true,
"cmd": [
"python",

Powered by Google App Engine
This is Rietveld 408576698