Index: PRESUBMIT.py |
diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
index 6533abee5815deb2f4014daf657eb71ecc8b86b6..68b6d5024b83c2744a74a0d4ac94fc28da61d830 100644 |
--- a/PRESUBMIT.py |
+++ b/PRESUBMIT.py |
@@ -873,6 +873,8 @@ def _CheckSpamLogging(input_api, output_api): |
r"^chrome[\\\/]installer[\\\/]setup[\\\/].*", |
r"^chrome[\\\/]renderer[\\\/]extensions[\\\/]" |
r"logging_native_handler\.cc$", |
+ r"^content[\\\/]common[\\\/]gpu[\\\/]client[\\\/]" |
+ r"gl_helper_benchmark\.cc$", |
r"^remoting[\\\/]base[\\\/]logging\.h$", |
r"^remoting[\\\/]host[\\\/].*", |
r"^sandbox[\\\/]linux[\\\/].*", |