| Index: scripts/slave/recipes/skia/skia.expected/has_ccache_android.json
|
| diff --git a/scripts/slave/recipes/skia/skia.expected/has_ccache_android.json b/scripts/slave/recipes/skia/skia.expected/has_ccache_android.json
|
| index 53d92beb1a4de017e42839bc8fd5572a544c95f4..8844cf3d05ec2974a7015018cba5696739400145 100644
|
| --- a/scripts/slave/recipes/skia/skia.expected/has_ccache_android.json
|
| +++ b/scripts/slave/recipes/skia/skia.expected/has_ccache_android.json
|
| @@ -8,7 +8,6 @@
|
| "--spec",
|
| "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget_os = ['llvm']"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| },
|
| @@ -29,7 +28,6 @@
|
| "--output-json",
|
| "/path/to/tmp/json"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| },
|
| @@ -95,7 +93,6 @@
|
| "-u",
|
| "import json\nimport subprocess\nimport sys\n\nccache = None\ntry:\n ccache = subprocess.check_output(['which', 'ccache']).rstrip()\nexcept:\n pass\nprint json.dumps({'ccache': ccache})\n"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| "BUILDTYPE": "Debug",
|
| "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=1",
|
|
|