| Index: infra/bots/recipes/swarm_RecreateSKPs.expected/Housekeeper-Weekly-RecreateSKPs.json
|
| diff --git a/infra/bots/recipes/swarm_RecreateSKPs.expected/Housekeeper-Weekly-RecreateSKPs.json b/infra/bots/recipes/swarm_RecreateSKPs.expected/Housekeeper-Weekly-RecreateSKPs.json
|
| index 51875510ee2931a1fcd3f4a6202539642d7af9b2..756babc7fb127d0cbab154d93f75a888597d32e1 100644
|
| --- a/infra/bots/recipes/swarm_RecreateSKPs.expected/Housekeeper-Weekly-RecreateSKPs.json
|
| +++ b/infra/bots/recipes/swarm_RecreateSKPs.expected/Housekeeper-Weekly-RecreateSKPs.json
|
| @@ -84,6 +84,7 @@
|
| ],
|
| "cwd": "[CUSTOM_/_B_WORK]",
|
| "env": {
|
| + "CPPFLAGS": "-DSK_ALLOW_CROSSPROCESS_PICTUREIMAGEFILTERS=1",
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| },
|
| "name": "gclient runhooks"
|
| @@ -151,34 +152,22 @@
|
| },
|
| {
|
| "cmd": [
|
| - "python",
|
| - "-u",
|
| - "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
|
| - "runhooks"
|
| - ],
|
| - "cwd": "[CUSTOM_/_B_WORK]/skia",
|
| - "env": {
|
| - "CPPFLAGS": "-DSK_ALLOW_CROSSPROCESS_PICTUREIMAGEFILTERS=1",
|
| - "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| - },
|
| - "name": "gclient runhooks (2)"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "build/gyp_chromium"
|
| + "[CUSTOM_/_B_WORK]/src/buildtools/linux64/gn",
|
| + "gen",
|
| + "[CUSTOM_/_B_WORK]/src/out/Release"
|
| ],
|
| "cwd": "[CUSTOM_/_B_WORK]/src",
|
| "env": {
|
| "CPPFLAGS": "-DSK_ALLOW_CROSSPROCESS_PICTUREIMAGEFILTERS=1",
|
| "GYP_GENERATORS": "ninja"
|
| },
|
| - "name": "gyp_chromium"
|
| + "name": "GN"
|
| },
|
| {
|
| "cmd": [
|
| "ninja",
|
| "-C",
|
| - "out/Release",
|
| + "[CUSTOM_/_B_WORK]/src/out/Release",
|
| "chrome"
|
| ],
|
| "cwd": "[CUSTOM_/_B_WORK]/src",
|
|
|