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