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

Unified Diff: PRESUBMIT.py

Issue 2699513002: Add an option to print the resource ids that Chrome loads. (Closed)
Patch Set: Add a lock. Created 3 years, 10 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 | ui/base/resource/data_pack.cc » ('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 34fb5e6c23e56842094019b4c549c96e61d23cc7..6334c053cab7c5eb75be523cda003b623f61af7c 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -1191,6 +1191,7 @@ def _CheckSpamLogging(input_api, output_api):
r"^remoting[\\\/]host[\\\/].*",
r"^sandbox[\\\/]linux[\\\/].*",
r"^tools[\\\/]",
+ r"^ui[\\\/]base[\\\/]resource[\\\/]data_pack.cc$",
r"^ui[\\\/]aura[\\\/]bench[\\\/]bench_main\.cc$",
r"^ui[\\\/]ozone[\\\/]platform[\\\/]cast[\\\/]",
r"^storage[\\\/]browser[\\\/]fileapi[\\\/]" +
« no previous file with comments | « no previous file | ui/base/resource/data_pack.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698