| Index: tests/gcl_unittest.py
|
| diff --git a/tests/gcl_unittest.py b/tests/gcl_unittest.py
|
| index e9f8dfd39061a202d1d83f2b293167421f0d134a..21b2a4e5d4e532d82949ac96ba14ed4eaf5dc926 100755
|
| --- a/tests/gcl_unittest.py
|
| +++ b/tests/gcl_unittest.py
|
| @@ -41,7 +41,8 @@ class GclUnittest(GclTestsBase):
|
| 'OptionallyDoPresubmitChecks', 'PresubmitCL', 'REPOSITORY_ROOT',
|
| 'ReadFile', 'RunShell', 'RunShellWithReturnCode', 'SVN',
|
| 'SendToRietveld', 'TryChange', 'UnknownFiles', 'UploadCL', 'Warn',
|
| - 'WriteFile', 'gclient_utils', 'getpass', 'main', 'os', 'random', 're',
|
| + 'WriteFile',
|
| + 'breakpad', 'gclient_utils', 'getpass', 'main', 'os', 'random', 're',
|
| 'shutil', 'string', 'subprocess', 'sys', 'tempfile', 'upload',
|
| 'urllib2',
|
| ]
|
|
|