| Index: scripts/slave/recipes/cronet.expected/android_cronet_marshmallow_64bit_perf.json
|
| diff --git a/scripts/slave/recipes/cronet.expected/android_cronet_marshmallow_64bit_perf.json b/scripts/slave/recipes/cronet.expected/android_cronet_marshmallow_64bit_perf.json
|
| index 0972c9399617e766c8d61b593cad7a049f7f581b..b886f8b863e5bc2579ac72e90f8db2b5f91e3a49 100644
|
| --- a/scripts/slave/recipes/cronet.expected/android_cronet_marshmallow_64bit_perf.json
|
| +++ b/scripts/slave/recipes/cronet.expected/android_cronet_marshmallow_64bit_perf.json
|
| @@ -843,7 +843,7 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "\nimport shutil\nimport sys\n# Apparently, shutil.copy fails if files are binary-equal on *nix OSes.\n# See http://crbug.com/636168#c8.\nif hasattr(shutil, '_samefile'):\n if shutil._samefile(sys.argv[1], sys.argv[2]):\n sys.exit(0)\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
| + "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
| "[SLAVE_BUILD]/src/chrome/VERSION",
|
| "/path/to/tmp/"
|
| ],
|
|
|