| Index: ui/display/BUILD.gn
|
| diff --git a/ui/display/BUILD.gn b/ui/display/BUILD.gn
|
| index ba9e304e213c39a754e6224df251878393189aae..b01993a434626e3f68eda8368e865b11563cfbb0 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",
|
| @@ -161,6 +163,7 @@ test("display_unittests") {
|
|
|
| deps = [
|
| ":display",
|
| + ":test_support",
|
| "//base",
|
| "//base/test:run_all_unittests",
|
| "//base/test:test_support",
|
| @@ -172,10 +175,7 @@ test("display_unittests") {
|
| ]
|
|
|
| if (is_chromeos) {
|
| - deps += [
|
| - ":test_support",
|
| - ":test_util",
|
| - ]
|
| + deps += [ ":test_util" ]
|
| }
|
|
|
| if (is_chromeos && use_ozone) {
|
|
|