| Index: services/ui/demo/BUILD.gn
|
| diff --git a/services/ui/demo/BUILD.gn b/services/ui/demo/BUILD.gn
|
| index 4e0927e72b82c50d0342144469eeccaf53599101..44b341ab9aa53a283f281a97840f7f16b094c131 100644
|
| --- a/services/ui/demo/BUILD.gn
|
| +++ b/services/ui/demo/BUILD.gn
|
| @@ -8,6 +8,8 @@ import("//testing/test.gni")
|
|
|
| service("mus_demo") {
|
| sources = [
|
| + "bitmap_uploader.cc",
|
| + "bitmap_uploader.h",
|
| "main.cc",
|
| "mus_demo.cc",
|
| "mus_demo.h",
|
| @@ -19,6 +21,7 @@ service("mus_demo") {
|
| "//services/shell/public/cpp",
|
| "//services/shell/public/cpp:sources",
|
| "//services/ui/public/cpp",
|
| + "//services/ui/public/cpp:internal",
|
| "//services/ui/public/interfaces",
|
| "//skia",
|
| "//ui/gfx/geometry",
|
|
|