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

Unified Diff: components/arc/BUILD.gn

Issue 2559663002: Support focus highlight in Android window (Closed)
Patch Set: Created 4 years 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: 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",

Powered by Google App Engine
This is Rietveld 408576698