| Index: scripts/slave/recipes/cronet.expected/android_cronet_marshmallow_64bit_builder.json
|
| diff --git a/scripts/slave/recipes/cronet.expected/android_cronet_marshmallow_64bit_builder.json b/scripts/slave/recipes/cronet.expected/android_cronet_marshmallow_64bit_builder.json
|
| index a40a8ab0a3285c5b9c64fb2e453339b75674de5c..f58c21403faaebc9d4d845991279e2f971bcc79c 100644
|
| --- a/scripts/slave/recipes/cronet.expected/android_cronet_marshmallow_64bit_builder.json
|
| +++ b/scripts/slave/recipes/cronet.expected/android_cronet_marshmallow_64bit_builder.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/"
|
| ],
|
|
|