| Index: infra/bots/recipes/swarm_compile.expected/Build-Ubuntu-GCC-x86-Debug.json
|
| diff --git a/infra/bots/recipes/swarm_compile.expected/Build-Ubuntu-GCC-x86-Debug.json b/infra/bots/recipes/swarm_compile.expected/Build-Ubuntu-GCC-x86-Debug.json
|
| index 3555d1ad1e34cbca00cc1c8524a132224f9ee2e3..aaadb46c7121ee07cdd7c50e55251abd02e3404e 100644
|
| --- a/infra/bots/recipes/swarm_compile.expected/Build-Ubuntu-GCC-x86-Debug.json
|
| +++ b/infra/bots/recipes/swarm_compile.expected/Build-Ubuntu-GCC-x86-Debug.json
|
| @@ -121,38 +121,19 @@
|
| },
|
| {
|
| "cmd": [
|
| - "[CUSTOM_/_B_WORK]/skia/bin/fetch-gn"
|
| + "make",
|
| + "most"
|
| ],
|
| "cwd": "[CUSTOM_/_B_WORK]/skia",
|
| "env": {
|
| - "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]"
|
| + "BUILDTYPE": "Debug",
|
| + "CHROME_HEADLESS": "1",
|
| + "CHROME_PATH": "[SLAVE_BUILD]/src",
|
| + "GYP_DEFINES": "skia_arch_type=x86 skia_warnings_as_errors=1",
|
| + "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]",
|
| + "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86-Debug"
|
| },
|
| - "name": "fetch-gn"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "gn",
|
| - "gen",
|
| - "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86-Debug/Debug",
|
| - "--args=cc=\"gcc\" cxx=\"g++\" target_cpu=\"x86\""
|
| - ],
|
| - "cwd": "[CUSTOM_/_B_WORK]/skia",
|
| - "env": {
|
| - "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]"
|
| - },
|
| - "name": "gn gen"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "ninja",
|
| - "-C",
|
| - "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86-Debug/Debug"
|
| - ],
|
| - "cwd": "[CUSTOM_/_B_WORK]/skia",
|
| - "env": {
|
| - "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]"
|
| - },
|
| - "name": "ninja"
|
| + "name": "build most"
|
| },
|
| {
|
| "cmd": [
|
|
|