| Index: build/android/PRESUBMIT.py
|
| diff --git a/build/android/PRESUBMIT.py b/build/android/PRESUBMIT.py
|
| index ded427f2765da9852e7ce8e3208fdbc7ec0bda89..48ef76a7be1307f2aa337b4450e47f8eb5eaca7b 100644
|
| --- a/build/android/PRESUBMIT.py
|
| +++ b/build/android/PRESUBMIT.py
|
| @@ -31,6 +31,7 @@ def CommonChecks(input_api, output_api):
|
| J(),
|
| J('gyp'),
|
| J('buildbot'),
|
| + J('..', 'util', 'lib', 'common'),
|
| J('..', '..', 'third_party', 'catapult', 'common', 'py_trace_event'),
|
| J('..', '..', 'third_party', 'catapult', 'common', 'py_utils'),
|
| J('..', '..', 'third_party', 'catapult', 'devil'),
|
| @@ -58,7 +59,6 @@ def CommonChecks(input_api, output_api):
|
| J('.', 'emma_coverage_stats_test.py'),
|
| J('gyp', 'util', 'md5_check_test.py'),
|
| J('play_services', 'update_test.py'),
|
| - J('pylib', 'base', 'test_dispatcher_unittest.py'),
|
| J('pylib', 'gtest', 'gtest_test_instance_test.py'),
|
| J('pylib', 'instrumentation',
|
| 'instrumentation_test_instance_test.py'),
|
|
|