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