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

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

Issue 2922673003: Closure Externs: re-generate automation.idl and add presubmit (Closed)
Patch Set: . 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/automation.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/PRESUBMIT.py
diff --git a/chrome/common/extensions/api/PRESUBMIT.py b/chrome/common/extensions/api/PRESUBMIT.py
index 39cc6be973d6f3d047e5d902834626791c82e6ef..bdd7779ab7394b4d9637411056feada5313be57c 100644
--- a/chrome/common/extensions/api/PRESUBMIT.py
+++ b/chrome/common/extensions/api/PRESUBMIT.py
@@ -27,6 +27,7 @@ def _CheckExterns(input_api, output_api):
api_pair_names = {
'autofill_private.idl': 'autofill_private.js',
+ 'automation.idl': 'automation.js',
'developer_private.idl': 'developer_private.js',
'bookmark_manager_private.json': 'bookmark_manager_private.js',
'command_line_private.json': 'command_line_private.js',
« no previous file with comments | « no previous file | third_party/closure_compiler/externs/automation.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698