| Index: content/public/app/BUILD.gn
|
| diff --git a/content/public/app/BUILD.gn b/content/public/app/BUILD.gn
|
| index 620f170618c97393351e840fd0f89a7ac6ed6ef0..2e3212c8ee9fafd9d76ae0f9575b9642df977a14 100644
|
| --- a/content/public/app/BUILD.gn
|
| +++ b/content/public/app/BUILD.gn
|
| @@ -173,11 +173,17 @@ service_manifest("browser_manifest") {
|
| "device",
|
| "file",
|
| "media",
|
| + "test_ime_driver",
|
| + "ui",
|
| + "mus_demo",
|
| ]
|
| deps = [
|
| "//media/mojo/services:media_manifest",
|
| "//services/device:manifest",
|
| "//services/file:manifest",
|
| + "//services/ui:manifest",
|
| + "//services/ui/demo:manifest",
|
| + "//services/ui/ime/test_ime_driver:manifest",
|
| ]
|
| }
|
|
|
|
|