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

Unified Diff: PRESUBMIT.py

Issue 1447273002: Mojo Log service and a thread-safe client library. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fix destructor race condition in log_client.cc; add some comments Created 5 years, 1 month 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 | mojo/BUILD.gn » ('j') | mojo/public/cpp/environment/lib/environment.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 30f1151d063c220e3d934144f4726c57029eca89..52ab07fcdf7e147eb818bb5b64048e0c413d9a7d 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -644,6 +644,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"^shell/application_manager/network_fetcher\.cc$",
r"^shell/tracer\.cc$",
r"^sandbox/linux/.*",
« no previous file with comments | « no previous file | mojo/BUILD.gn » ('j') | mojo/public/cpp/environment/lib/environment.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698