| Index: build/android/PRESUBMIT.py
|
| diff --git a/build/android/PRESUBMIT.py b/build/android/PRESUBMIT.py
|
| index a75bf943312266ed9b700c766ec757947a4961ac..c97194f5ff4571a50e251017bacbb9b07011836d 100644
|
| --- a/build/android/PRESUBMIT.py
|
| +++ b/build/android/PRESUBMIT.py
|
| @@ -52,6 +52,7 @@ def CommonChecks(input_api, output_api):
|
| J('devil', 'android', 'device_utils_test.py'),
|
| J('devil', 'android', 'md5sum_test.py'),
|
| J('devil', 'android', 'logcat_monitor_test.py'),
|
| + J('devil', 'utils', 'cmd_helper_test.py'),
|
| J('devil', 'utils', 'timeout_retry_unittest.py'),
|
| J('gyp', 'util', 'md5_check_test.py'),
|
| J('pylib', 'base', 'test_dispatcher_unittest.py'),
|
|
|