| Index: PRESUBMIT.py
|
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py
|
| index aa8d97f3aa27bc8b3581b34e7aafbdf84ada928d..8b3ae765cf8b595d442676e4ddb5d5fb65604b24 100644
|
| --- a/PRESUBMIT.py
|
| +++ b/PRESUBMIT.py
|
| @@ -878,6 +878,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[\\\/].*",
|
|
|