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

Unified Diff: drover.py

Issue 444009: Minimalist breakpad implementation. (Closed)
Patch Set: Default to opt-out Created 11 years, 1 month 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 | « breakpad.py ('k') | gcl.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: drover.py
diff --git a/drover.py b/drover.py
index 99eafb2cbb5e7a8075d0a23baa6834d149bb24a5..f19308a411bd82b85ccb1609afa339ae4a19ab00 100644
--- a/drover.py
+++ b/drover.py
@@ -9,6 +9,8 @@ import subprocess
import sys
import webbrowser
+import breakpad
+
USAGE = """
WARNING: Please use this tool in an empty directory
(or at least one that you don't mind clobbering.)
« no previous file with comments | « breakpad.py ('k') | gcl.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698