Index: PRESUBMIT.py |
diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
index 032df6301a9d7ba8cd04bd74d89be404aafb9fd7..f41942eb1aca168ff6a2e03165bd17c95b8cad66 100644 |
--- a/PRESUBMIT.py |
+++ b/PRESUBMIT.py |
@@ -640,9 +640,10 @@ def _CheckSpamLogging(input_api, output_api): |
input_api.DEFAULT_BLACK_LIST + |
(r"^base/logging\.h$", |
r"^base/logging\.cc$", |
- r"^shell/native_application_loader\.cc$", |
+ r"^shell/application_manager/network_fetcher\.cc$", |
+ r"^shell/tracer\.cc$", |
r"^sandbox/linux/.*", |
- r"^tools/",)) |
+ r"^tools/.*")) |
source_file_filter = lambda x: input_api.FilterSourceFile( |
x, white_list=(file_inclusion_pattern,), black_list=black_list) |