Exempt Cast ozone from log spam presubmit check

ui/ozone/platform/cast is only built in chromecast builds, should
be treated the same way as chromecast/ (it's only under ui/ozone
as a convenience to ozone platform build logic).

BUG=

Review URL: https://codereview.chromium.org/1645573003

Cr-Commit-Position: refs/heads/master@{#372114}
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index c07cb44..c5fb69f 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -1081,6 +1081,7 @@
                  r"^sandbox[\\\/]linux[\\\/].*",
                  r"^tools[\\\/]",
                  r"^ui[\\\/]aura[\\\/]bench[\\\/]bench_main\.cc$",
+                 r"^ui[\\\/]ozone[\\\/]platform[\\\/]cast[\\\/]",
                  r"^storage[\\\/]browser[\\\/]fileapi[\\\/]" +
                      r"dump_file_system.cc$",))
   source_file_filter = lambda x: input_api.FilterSourceFile(