| Index: PRESUBMIT.py
|
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py
|
| index ad5b854d2f859417ddf6f79e5ec07a1ed6dbd0f6..8eb1d2df309b11637bafe8a8b2f63eb137f0e3ed 100644
|
| --- a/PRESUBMIT.py
|
| +++ b/PRESUBMIT.py
|
| @@ -1218,7 +1218,7 @@ def _CheckJavaStyle(input_api, output_api):
|
|
|
| return checkstyle.RunCheckstyle(
|
| input_api, output_api, 'tools/android/checkstyle/chromium-style-5.0.xml',
|
| - black_list=_EXCLUDED_PATHS)
|
| + black_list=_EXCLUDED_PATHS + input_api.DEFAULT_BLACK_LIST)
|
|
|
|
|
| def _CheckForCopyrightedCode(input_api, output_api):
|
|
|