Index: ui/wm/BUILD.gn |
diff --git a/ui/wm/BUILD.gn b/ui/wm/BUILD.gn |
index 15d39cd785c6d5ddeee0af3085f8f4e18ee565ae..e4694cf2af7202af5dded68989fb5dd8a123f06a 100644 |
--- a/ui/wm/BUILD.gn |
+++ b/ui/wm/BUILD.gn |
@@ -7,6 +7,10 @@ import("//testing/test.gni") |
component("wm") { |
sources = [ |
+ "android/android_focus_rules.cc", |
+ "android/android_focus_rules.h", |
+ "android/window_tree_host_manager.cc", |
+ "android/window_tree_host_manager.h", |
"core/accelerator_delegate.h", |
"core/accelerator_filter.cc", |
"core/accelerator_filter.h", |
@@ -169,5 +173,7 @@ test("wm_unittests") { |
"//ui/gl", |
] |
- data_deps = [ "//ui/resources:ui_test_pak_data" ] |
+ data_deps = [ |
+ "//ui/resources:ui_test_pak_data", |
+ ] |
} |