Commit f7fc61c6 authored by halliwell's avatar halliwell Committed by Commit bot

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}
parent c6f9fab4
......@@ -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(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment