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

Unified Diff: chrome/chrome_browser_extensions.gypi

Issue 1151523009: Forward accessibility events to the automation extension process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@step1
Patch Set: Handle case where RenderThread destroys AutomationMessageFilter first Created 5 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/chrome_browser_extensions.gypi
diff --git a/chrome/chrome_browser_extensions.gypi b/chrome/chrome_browser_extensions.gypi
index 51613b6ca89cb7a92b715ba14e869165e12c9c02..ea3d500116ca91ac79dd594f5f527c01b5736096 100644
--- a/chrome/chrome_browser_extensions.gypi
+++ b/chrome/chrome_browser_extensions.gypi
@@ -134,6 +134,8 @@
'browser/extensions/api/autofill_private/autofill_util.cc',
'browser/extensions/api/autofill_private/autofill_util.h',
'browser/extensions/api/automation_internal/automation_action_adapter.h',
+ 'browser/extensions/api/automation_internal/automation_event_router.cc',
+ 'browser/extensions/api/automation_internal/automation_event_router.h',
'browser/extensions/api/automation_internal/automation_internal_api.cc',
'browser/extensions/api/automation_internal/automation_internal_api.h',
'browser/extensions/api/automation_internal/automation_util.cc',

Powered by Google App Engine
This is Rietveld 408576698