Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Unified Diff: PRESUBMIT.py

Issue 1928613002: Simplify LogImpl a bit. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | services/log/log_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 8b1f73213765b1bf376b728709586ef98681676b..abde0260b6f3de5621ed1a56fb62c4225fa43ada 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -646,7 +646,7 @@ def _CheckSpamLogging(input_api, output_api):
r"^examples/.*$",
r"^mojo/edk/util/logging_internal\.cc$",
r"^mojo/nacl/sfi/nacl_bindings/mojo_syscall\.cc$",
- r"^services/log/log_impl\.cc$",
+ r"^services/log/main\.cc$",
r"^shell/application_manager/network_fetcher\.cc$",
r"^shell/tracer\.cc$",
r"^sandbox/linux/.*",
« no previous file with comments | « no previous file | services/log/log_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698