| Index: scripts/slave/recipes/skia/recreate_skps.expected/RecreateSKPs_dryrun.json
|
| diff --git a/scripts/slave/recipes/skia/recreate_skps.expected/RecreateSKPs_dryrun.json b/scripts/slave/recipes/skia/recreate_skps.expected/RecreateSKPs_dryrun.json
|
| index aa337ed24ee543f89927741e546c3a7a69025994..08be86da1eaed367998f8193f2b66cf1634f50fd 100644
|
| --- a/scripts/slave/recipes/skia/recreate_skps.expected/RecreateSKPs_dryrun.json
|
| +++ b/scripts/slave/recipes/skia/recreate_skps.expected/RecreateSKPs_dryrun.json
|
| @@ -6,9 +6,8 @@
|
| "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
|
| "config",
|
| "--spec",
|
| - "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}, {'deps_file': 'DEPS', 'managed': True, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]"
|
| + "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}, {'deps_file': 'DEPS', 'managed': True, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| },
|
| @@ -27,7 +26,6 @@
|
| "--output-json",
|
| "/path/to/tmp/json"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| },
|
| @@ -54,7 +52,6 @@
|
| "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
|
| "runhooks"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| "CPPFLAGS": "-DSK_ALLOW_CROSSPROCESS_PICTUREIMAGEFILTERS=1",
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| @@ -65,7 +62,7 @@
|
| "cmd": [
|
| "build/gyp_chromium"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]/src",
|
| + "cwd": "[CWD]/src",
|
| "env": {
|
| "CPPFLAGS": "-DSK_ALLOW_CROSSPROCESS_PICTUREIMAGEFILTERS=1",
|
| "GYP_GENERATORS": "ninja"
|
| @@ -79,18 +76,18 @@
|
| "out/Release",
|
| "chrome"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]/src",
|
| + "cwd": "[CWD]/src",
|
| "name": "Build Chrome"
|
| },
|
| {
|
| "cmd": [
|
| "python",
|
| - "[BUILD]/scripts/slave/skia/recreate_skps.py",
|
| - "[SLAVE_BUILD]/src",
|
| - "[SLAVE_BUILD]/src/out/Release/chrome",
|
| + "[ROOT]/b/build/scripts/slave/skia/recreate_skps.py",
|
| + "[CWD]/src",
|
| + "[CWD]/src/out/Release/chrome",
|
| "--dry-run"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]/skia",
|
| + "cwd": "[CWD]/skia",
|
| "name": "Recreate SKPs"
|
| },
|
| {
|
|
|