| Index: PRESUBMIT.py
|
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py
|
| index 940760908d32c3f48130db8085e8d5c358c62e31..8f024e947ae9a698a47c7b23a5030fdbaa0e7439 100644
|
| --- a/PRESUBMIT.py
|
| +++ b/PRESUBMIT.py
|
| @@ -901,6 +901,8 @@ def _CheckSpamLogging(input_api, output_api):
|
| r"^remoting[\\\/]base[\\\/]logging\.h$",
|
| r"^remoting[\\\/]host[\\\/].*",
|
| r"^sandbox[\\\/]linux[\\\/].*",
|
| + r"^tools[\\\/]telemetry[\\\/]telemetry[\\\/]core[\\\/]"
|
| + r"bitmaptools.cc$",
|
| r"^ui[\\\/]aura[\\\/]bench[\\\/]bench_main\.cc$",))
|
| source_file_filter = lambda x: input_api.FilterSourceFile(
|
| x, white_list=(file_inclusion_pattern,), black_list=black_list)
|
|
|