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

Unified Diff: chrome/browser/resources/md_history/PRESUBMIT.py

Issue 2256873004: Fix MD History PRESUBMIT. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@more_stats
Patch Set: de-dependent Created 4 years, 4 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 | « PRESUBMIT.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_history/PRESUBMIT.py
diff --git a/chrome/browser/resources/md_history/PRESUBMIT.py b/chrome/browser/resources/md_history/PRESUBMIT.py
index a1f55a98f94faa76718b2bfea416bc1cd69301e2..485e8861401a22fd4117142f1088dea8618d1ce4 100644
--- a/chrome/browser/resources/md_history/PRESUBMIT.py
+++ b/chrome/browser/resources/md_history/PRESUBMIT.py
@@ -11,6 +11,8 @@ def CheckChangeOnUpload(input_api, output_api):
def _is_md_history_file(path):
return (path.startswith('chrome/browser/resources/md_history') and
(not path.endswith('externs.js')) and
+ (not path.endswith('app.crisper.js')) and
+ (not path.endswith('app.vulcanized.html')) and
(path.endswith('js') or path.endswith('html')))
def _affects_file(filename, paths):
« no previous file with comments | « PRESUBMIT.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698