| Index: build/android/PRESUBMIT.py
|
| diff --git a/build/android/PRESUBMIT.py b/build/android/PRESUBMIT.py
|
| index 3c1e87e5a6447cbc2949e87582c1406db90bcf1c..ded427f2765da9852e7ce8e3208fdbc7ec0bda89 100644
|
| --- a/build/android/PRESUBMIT.py
|
| +++ b/build/android/PRESUBMIT.py
|
| @@ -32,6 +32,7 @@ def CommonChecks(input_api, output_api):
|
| J('gyp'),
|
| J('buildbot'),
|
| J('..', '..', 'third_party', 'catapult', 'common', 'py_trace_event'),
|
| + J('..', '..', 'third_party', 'catapult', 'common', 'py_utils'),
|
| J('..', '..', 'third_party', 'catapult', 'devil'),
|
| J('..', '..', 'third_party', 'catapult', 'tracing')
|
| ]))
|
|
|