| Index: services/ui/display/BUILD.gn
|
| diff --git a/services/ui/display/BUILD.gn b/services/ui/display/BUILD.gn
|
| index 5b87139319e2db8b4110f18d3fc05dc173be3c5f..862b7ca0030a2ad1488bf8a7f548c3557d0267f5 100644
|
| --- a/services/ui/display/BUILD.gn
|
| +++ b/services/ui/display/BUILD.gn
|
| @@ -7,6 +7,7 @@ import("//testing/test.gni")
|
|
|
| source_set("display") {
|
| sources = [
|
| + "platform_screen.cc",
|
| "platform_screen.h",
|
| "platform_screen_delegate.h",
|
| ]
|
| @@ -24,6 +25,7 @@ source_set("display") {
|
| ]
|
|
|
| deps += [
|
| + "//services/ui/public/interfaces/display",
|
| "//skia",
|
| "//ui/ozone",
|
| ]
|
|
|