Skip to content

Commit

Permalink
Exempt Cast ozone from log spam presubmit check
Browse files Browse the repository at this point in the history
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}
  • Loading branch information
halliwell authored and Commit bot committed Jan 28, 2016
1 parent c6f9fab commit f7fc61c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PRESUBMIT.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit f7fc61c

Please sign in to comment.