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

Unified Diff: extensions/common/api/PRESUBMIT.py

Issue 2896433002: WebUI: Add externs from chrome.mimeHandlerPrivate API. (Closed)
Patch Set: Nit 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 | third_party/closure_compiler/externs/compiled_resources2.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/PRESUBMIT.py
diff --git a/extensions/common/api/PRESUBMIT.py b/extensions/common/api/PRESUBMIT.py
index dbc71cae463b2551d64b76a2580615a868c1bc50..e4fba2539ad4b36dcff4ea4af7a16863783d4aee 100644
--- a/extensions/common/api/PRESUBMIT.py
+++ b/extensions/common/api/PRESUBMIT.py
@@ -29,6 +29,8 @@ def _CheckExterns(input_api, output_api):
join(api_root, 'bluetooth.idl'): join(externs_root, 'bluetooth.js'),
join(api_root, 'metrics_private.json'):
join(externs_root, 'metrics_private.js'),
+ join(api_root, 'mime_handler_private.idl'):
+ join(externs_root, 'mime_handler_private.js'),
# TODO(rdevlin.cronin): Add more!
}
« no previous file with comments | « no previous file | third_party/closure_compiler/externs/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698