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/"