Minimalist breakpad implementation.

Client-side implementation.

TODO: Need to automatically disable it for unit tests.

Review URL: http://codereview.chromium.org/444009

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@33681 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/gcl.py b/gcl.py
index 4a61b4c..b347a4d 100755
--- a/gcl.py
+++ b/gcl.py
@@ -18,6 +18,8 @@
 import upload
 import urllib2
 
+import breakpad
+
 # gcl now depends on gclient.
 from scm import SVN
 import gclient_utils