| Index: scripts/slave/recipes/flutter/flutter.expected/mac.json
|
| diff --git a/scripts/slave/recipes/flutter/flutter.expected/mac.json b/scripts/slave/recipes/flutter/flutter.expected/mac.json
|
| index 07a3b1ec615e11d4a5499a8500d0c7d9ffc3f6b6..8a1457396eb09d03a5bfcd63e41c1d33e9aa8499 100644
|
| --- a/scripts/slave/recipes/flutter/flutter.expected/mac.json
|
| +++ b/scripts/slave/recipes/flutter/flutter.expected/mac.json
|
| @@ -6,7 +6,6 @@
|
| "\nimport os, sys\nfrom common import chromium_utils # Error? See https://crbug.com/584783.\n\npath = sys.argv[1]\nif os.path.exists(path):\n for p in (os.path.join(path, x) for x in os.listdir(path)):\n if os.path.isdir(p):\n chromium_utils.RemoveDirectory(p)\n else:\n os.unlink(p)\n",
|
| "[SLAVE_BUILD]"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "name": "rmcontents everything",
|
| "~followup_annotations": [
|
| "@@@STEP_LOG_LINE@python.inline@@@@",
|
| @@ -33,7 +32,6 @@
|
| "--url",
|
| "https://chromium.googlesource.com/external/github.com/flutter/flutter"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "name": "git setup"
|
| },
|
| {
|
| @@ -107,7 +105,6 @@
|
| "cmd": [
|
| "[SLAVE_BUILD]/flutter/infra/download_android_tools.py"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "name": "download android tools"
|
| },
|
| {
|
| @@ -118,7 +115,6 @@
|
| "--json-file",
|
| "/path/to/tmp/json"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools",
|
| "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s",
|
| @@ -144,7 +140,6 @@
|
| "--version",
|
| "7.2.1"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools",
|
| "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s",
|
| @@ -161,7 +156,6 @@
|
| "flutter",
|
| "doctor"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools",
|
| "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s",
|
| @@ -174,7 +168,6 @@
|
| "flutter",
|
| "update-packages"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools",
|
| "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s",
|
| @@ -393,7 +386,6 @@
|
| "\nimport os, sys\nfrom common import chromium_utils # Error? See https://crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n",
|
| "[TMP_BASE]/tmp_tmp_1"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools",
|
| "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s",
|
|
|