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

Unified Diff: PRESUBMIT.py

Issue 1067023003: Add shell::Tracer object and wire up to --trace-startup on Android (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: rebase Created 5 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 | shell/BUILD.gn » ('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 032df6301a9d7ba8cd04bd74d89be404aafb9fd7..f41942eb1aca168ff6a2e03165bd17c95b8cad66 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -640,9 +640,10 @@ def _CheckSpamLogging(input_api, output_api):
input_api.DEFAULT_BLACK_LIST +
(r"^base/logging\.h$",
r"^base/logging\.cc$",
- r"^shell/native_application_loader\.cc$",
+ r"^shell/application_manager/network_fetcher\.cc$",
+ r"^shell/tracer\.cc$",
r"^sandbox/linux/.*",
- r"^tools/",))
+ r"^tools/.*"))
source_file_filter = lambda x: input_api.FilterSourceFile(
x, white_list=(file_inclusion_pattern,), black_list=black_list)
« no previous file with comments | « no previous file | shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698