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

Unified Diff: PRESUBMIT.py

Issue 2866163002: Update stability report dumper so it handles non-postmortem minidumps (Closed)
Patch Set: presubmit changes Created 3 years, 7 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 | PRESUBMIT_test.py » ('j') | PRESUBMIT_test.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 2bb70364529d86ea084fe9119449e4475bcd85bd..cacc7639313b99a102c27efe0f7758ef6338ba39 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -1266,6 +1266,8 @@ def _CheckSpamLogging(input_api, output_api):
r"^chrome_elf[\\\/]dll_hash[\\\/]dll_hash_main\.cc$",
r"^chromecast[\\\/]",
r"^cloud_print[\\\/]",
+ r"^components[\\\/]browser_watcher[\\\/]"
+ r"dump_stability_report_main_win.cc$",
r"^components[\\\/]html_viewer[\\\/]"
r"web_test_delegate_impl\.cc$",
# TODO(peter): Remove this exception. https://crbug.com/534537
« no previous file with comments | « no previous file | PRESUBMIT_test.py » ('j') | PRESUBMIT_test.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698