| Index: components/arc/BUILD.gn
|
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
|
| index c09d9706b83027d2716e3cd99acab3f43f81c4ee..9b824f173c353c2a410a151ad22d7ce5dd9ffe62 100644
|
| --- a/components/arc/BUILD.gn
|
| +++ b/components/arc/BUILD.gn
|
| @@ -31,6 +31,8 @@ static_library("arc") {
|
| "clipboard/arc_clipboard_bridge.h",
|
| "crash_collector/arc_crash_collector_bridge.cc",
|
| "crash_collector/arc_crash_collector_bridge.h",
|
| + "focus_highlight/arc_focus_highlight_bridge.cc",
|
| + "focus_highlight/arc_focus_highlight_bridge.h",
|
| "ime/arc_ime_bridge.h",
|
| "ime/arc_ime_bridge_impl.cc",
|
| "ime/arc_ime_bridge_impl.h",
|
| @@ -146,6 +148,7 @@ mojom("arc_bindings") {
|
| "common/crash_collector.mojom",
|
| "common/enterprise_reporting.mojom",
|
| "common/file_system.mojom",
|
| + "common/focus_highlight.mojom",
|
| "common/ime.mojom",
|
| "common/intent_helper.mojom",
|
| "common/kiosk.mojom",
|
|
|