| Index: services/surfaces/BUILD.gn
|
| diff --git a/services/surfaces/BUILD.gn b/services/surfaces/BUILD.gn
|
| index 3802720c1b7e336911d073738997eba638cc65ce..4665e3fb216a9f270c443a749973ea7fd98c57c8 100644
|
| --- a/services/surfaces/BUILD.gn
|
| +++ b/services/surfaces/BUILD.gn
|
| @@ -7,6 +7,10 @@ import("//mojo/public/mojo_application.gni")
|
| mojo_native_application("surfaces") {
|
| output_name = "surfaces_service"
|
| sources = [
|
| + "display_factory_impl.cc",
|
| + "display_factory_impl.h",
|
| + "display_impl.cc",
|
| + "display_impl.h",
|
| "surfaces_impl.cc",
|
| "surfaces_impl.h",
|
| "surfaces_scheduler.cc",
|
|
|