Chromium Code Reviews| Index: build/android/PRESUBMIT.py |
| diff --git a/build/android/PRESUBMIT.py b/build/android/PRESUBMIT.py |
| index fcbe71668b56b767fd1112dcd108c1ea2e9d06a6..d6a2fdae5218fb63041d642f307455d8bdd4520a 100644 |
| --- a/build/android/PRESUBMIT.py |
| +++ b/build/android/PRESUBMIT.py |
| @@ -31,7 +31,8 @@ def CommonChecks(input_api, output_api): |
| J(), |
| J('gyp'), |
| J('buildbot'), |
| - J('..', '..', 'third_party', 'catapult', 'devil') |
| + J('..', '..', 'third_party', 'catapult', 'devil'), |
| + J('..', '..', 'third_party', 'catapult', 'common', 'py_trace_event') |
|
mikecase (-- gone --)
2016/12/15 20:19:00
nit: alphabetize.
rnephew (Reviews Here)
2016/12/15 21:24:04
Done.
|
| ])) |
| output.extend(input_api.canned_checks.RunPylint( |
| input_api, |