Chromium Code Reviews| Index: build/android/pylib/constants/__init__.py |
| diff --git a/build/android/pylib/constants/__init__.py b/build/android/pylib/constants/__init__.py |
| index 70020cf4683ef985101bfa13b478316ad7fd50f1..4d33e4f0859948ed1e4064e74ac7a1a5c2b4d4f9 100644 |
| --- a/build/android/pylib/constants/__init__.py |
| +++ b/build/android/pylib/constants/__init__.py |
| @@ -189,9 +189,10 @@ PYTHON_UNIT_TEST_SUITES = { |
| 'path': os.path.join(DIR_SOURCE_ROOT, 'build', 'android'), |
| 'test_modules': [ |
| 'devil.android.device_utils_test', |
| + 'devil.android.md5sum_test', |
| 'devil.utils.cmd_helper_test', |
| - 'devil.utils.md5sum_test', |
|
jbudorick
2015/09/17 17:10:02
o_o
oops
|
| 'pylib.results.json_results_test', |
| + 'pylib.utils.proguard_test', |
| ] |
| }, |
| 'gyp_py_unittests': { |