| Index: scripts/slave/recipes/chromium_trybot.expected/gpu_tests.json
|
| diff --git a/scripts/slave/recipes/chromium_trybot.expected/gpu_tests.json b/scripts/slave/recipes/chromium_trybot.expected/gpu_tests.json
|
| index 58429153f63fbc26865af95638be40070211d425..7f20798c64c9488ee679edfcbfd7ae2f92d0f911 100644
|
| --- a/scripts/slave/recipes/chromium_trybot.expected/gpu_tests.json
|
| +++ b/scripts/slave/recipes/chromium_trybot.expected/gpu_tests.json
|
| @@ -205,6 +205,19 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| + "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metadata.py",
|
| + "--build-dir",
|
| + "[SLAVE_BUILD]/src/out/Release",
|
| + "--src-dir",
|
| + "[SLAVE_BUILD]/src"
|
| + ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| + "name": "remove_build_metadata"
|
| + },
|
| + {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write('\\n'.join(glob.glob(sys.argv[2])))\n",
|
| "/path/to/tmp/",
|
| "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json"
|
|
|