| Index: chrome/browser/chromeos/BUILD.gn
|
| diff --git a/chrome/browser/chromeos/BUILD.gn b/chrome/browser/chromeos/BUILD.gn
|
| index 7486bd47458a95f2dcaa9c3010d53498fde9597c..01c6fa7d3431e2bcf011b7d8fc3faa9a6f4f4df2 100644
|
| --- a/chrome/browser/chromeos/BUILD.gn
|
| +++ b/chrome/browser/chromeos/BUILD.gn
|
| @@ -159,12 +159,16 @@ source_set("chromeos") {
|
| "accessibility/accessibility_util.h",
|
| "accessibility/chromevox_panel.cc",
|
| "accessibility/chromevox_panel.h",
|
| + "accessibility/event_handler_common.cc",
|
| + "accessibility/event_handler_common.h",
|
| "accessibility/magnification_manager.cc",
|
| "accessibility/magnification_manager.h",
|
| "accessibility/select_to_speak_event_handler.cc",
|
| "accessibility/select_to_speak_event_handler.h",
|
| "accessibility/spoken_feedback_event_rewriter.cc",
|
| "accessibility/spoken_feedback_event_rewriter.h",
|
| + "accessibility/switch_access_event_handler.cc",
|
| + "accessibility/switch_access_event_handler.h",
|
| "app_mode/app_launch_utils.cc",
|
| "app_mode/app_launch_utils.h",
|
| "app_mode/app_session.cc",
|
|
|