Chromium Code Reviews| Index: PRESUBMIT.py |
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
| index 384fef51dc93cbc9eaff668c684f31887599c038..d4c1a469704fefb5346e195211c736c35895ec13 100644 |
| --- a/PRESUBMIT.py |
| +++ b/PRESUBMIT.py |
| @@ -1439,7 +1439,7 @@ def _CheckAndroidCrLogUsage(input_api, output_api): |
| - Are using a tag that is shorter than 20 characters (error) |
| """ |
| cr_log_check_excluded_paths = [ |
| - r"^webapk[\\\/].*", |
| + r"^chrome[\\\/]android[\\\/]webapk[\\\/].*", |
| ] |
| cr_log_import_pattern = input_api.re.compile( |