| 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):
|
|
|