Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(294)

Unified Diff: components/cronet/tools/jar_src.py

Issue 2339223002: Cronet API Refactoring (Closed)
Patch Set: Rebased onto Charles change + Paul's Comments Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698