| Index: components/cronet/tools/jar_src.py
|
| diff --git a/components/cronet/tools/jar_src.py b/components/cronet/tools/jar_src.py
|
| index 31093d1aa8bba6af82ef7b4cd130b55c6a923753..fd3aeb7b47f637b15e217ded0c41a73497fd0f49 100755
|
| --- a/components/cronet/tools/jar_src.py
|
| +++ b/components/cronet/tools/jar_src.py
|
| @@ -115,6 +115,7 @@ def main():
|
| raise Exception(
|
| 'Unable to find file %s in %s' % (src_file, src_search_dirs))
|
|
|
| + # Delete the old output file if any.
|
| if os.path.isfile(options.jar_path):
|
| os.remove(options.jar_path)
|
|
|
|
|