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

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

Issue 2339223002: Cronet API Refactoring (Closed)
Patch Set: Rebase & Conflict Resolution Created 4 years, 2 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
« no previous file with comments | « components/cronet/android/url_request_error.h ('k') | components/cronet/url_request_context_config.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « components/cronet/android/url_request_error.h ('k') | components/cronet/url_request_context_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698