Chromium Code Reviews| 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', |
|
Dan Beam
2017/06/05 17:57:17
this was already done here, btw:
https://coderevie
David Tseng
2017/06/05 18:15:44
Thanks. Fixes to ChromeVox were still needed thoug
|
| 'developer_private.idl': 'developer_private.js', |
| 'bookmark_manager_private.json': 'bookmark_manager_private.js', |
| 'command_line_private.json': 'command_line_private.js', |