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

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

Issue 2917123002: Support role description in automation/ChromeVox (Closed)
Patch Set: Changes to c/c/e/a/PRESUBMIT.py Created 3 years, 6 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
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',

Powered by Google App Engine
This is Rietveld 408576698