Update recipe for new build generation location
Change-Id: I8993b5d4b7551b9e65686e70c0d62eafabf4ec10
Reviewed-on: https://gn-review.googlesource.com/1280
Reviewed-by: Petr Hosek <phosek@google.com>
diff --git a/infra/recipes/gn.expected/ci_win.json b/infra/recipes/gn.expected/ci_win.json
index 08a77d3..28b0330 100644
--- a/infra/recipes/gn.expected/ci_win.json
+++ b/infra/recipes/gn.expected/ci_win.json
@@ -70,18 +70,41 @@
]
},
{
+ "cmd": [],
+ "name": "build"
+ },
+ {
"cmd": [
"python",
"-u",
- "[START_DIR]\\gn\\tools\\gn\\bootstrap\\bootstrap.py",
- "--no-rebuild"
+ "[START_DIR]\\gn\\build\\gen.py"
+ ],
+ "cwd": "[START_DIR]\\gn",
+ "env_prefixes": {
+ "PATH": [
+ "[START_DIR]\\cipd"
+ ]
+ },
+ "name": "build.generate",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "ninja",
+ "-C",
+ "[START_DIR]\\gn\\out"
],
"env_prefixes": {
"PATH": [
"[START_DIR]\\cipd"
]
},
- "name": "bootstrap"
+ "name": "build.ninja",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@"
+ ]
},
{
"name": "$result",