| Index: ui/display/BUILD.gn
|
| diff --git a/ui/display/BUILD.gn b/ui/display/BUILD.gn
|
| index 2f1e410949c613c27a7860355ff9be9cc9c41de3..5b50b01e4e89ea339aee277944f65f14082e41bc 100644
|
| --- a/ui/display/BUILD.gn
|
| +++ b/ui/display/BUILD.gn
|
| @@ -34,6 +34,8 @@ component("display") {
|
| "chromeos/x11/native_display_event_dispatcher_x11.h",
|
| "display.h",
|
| "display_export.h",
|
| + "display_finder.cc",
|
| + "display_finder.h",
|
| "display_observer.h",
|
| "display_switches.cc",
|
| "display_switches.h",
|
| @@ -158,6 +160,7 @@ test("display_unittests") {
|
|
|
| deps = [
|
| ":display",
|
| + ":test_support",
|
| "//base",
|
| "//base/test:run_all_unittests",
|
| "//base/test:test_support",
|
|
|