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

Unified Diff: PRESUBMIT.py

Issue 1404423007: mozart: Initial commit of the launcher. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: applied review comments Created 5 years, 2 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/ui/launcher/BUILD.gn » ('j') | services/ui/launcher/launcher_app.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 34eb0179bcd83eecf8bf15185c0f669421888fbe..4351edaa7b3e61b20a70c654ce3760df8b0fb634 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -643,6 +643,7 @@ def _CheckSpamLogging(input_api, output_api):
r"^base/logging\.cc$",
r"^examples/wget/wget\.cc$",
r"^mojo/nacl/sfi/nacl_bindings/mojo_syscall\.cc$",
+ r"^services/ui/launcher/launcher_app\.cc$",
jamesr 2015/10/27 23:01:35 you shouldn't need this
jeffbrown 2015/10/27 23:31:38 Done.
r"^shell/application_manager/network_fetcher\.cc$",
r"^shell/tracer\.cc$",
r"^sandbox/linux/.*",
« no previous file with comments | « no previous file | services/ui/launcher/BUILD.gn » ('j') | services/ui/launcher/launcher_app.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698