Index: PRESUBMIT.py |
diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
index c07cb44d4ca98342f7ee029385c8c9ddc81d76f6..c5fb69f19327098ddc9210272db8b2896b236d3b 100644 |
--- a/PRESUBMIT.py |
+++ b/PRESUBMIT.py |
@@ -1081,6 +1081,7 @@ def _CheckSpamLogging(input_api, output_api): |
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( |