commit | e2d9382fa703d3c47dc6bdca53b945ba97f44e06 | [log] [tgz] |
---|---|---|
author | Vigen Issahhanjan <[email protected]> | Fri Jun 30 15:57:20 2023 |
committer | Chromium LUCI CQ <[email protected]> | Fri Jun 30 15:57:20 2023 |
tree | f819e45a2506f932631cfd875154b3e2c53ddcb9 | |
parent | dae22dc704135119ae08dabc84deaf39b74d8c6c [diff] [blame] |
Ignore log spammer errors in cast codebase. This change expands the existing //chromecast exclusion rule by adding //components/cast* folders as well. Change-Id: I5decc70640296a54c2242a6f2406db37dc2d4038 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4658919 Commit-Queue: Vigen Issahhanjan <[email protected]> Reviewed-by: Andrew Grieve <[email protected]> Cr-Commit-Position: refs/heads/main@{#1164711}
diff --git a/PRESUBMIT.py b/PRESUBMIT.py index d7097d6..1d798a6 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py
@@ -3053,6 +3053,7 @@ r"^chrome/chrome_elf/dll_hash/dll_hash_main\.cc$", r"^chrome/installer/setup/.*", r"^chromecast/", + r"^components/cast", r"^components/media_control/renderer/media_playback_options\.cc$", r"^components/policy/core/common/policy_logger\.cc$", r"^components/viz/service/display/"