| Index: content/public/app/BUILD.gn
|
| diff --git a/content/public/app/BUILD.gn b/content/public/app/BUILD.gn
|
| index 4a7c3a846da43a2c8e790eba69f11ac509fdbfe6..d6243badda1c5b58a03e4b6863780e19450ecd00 100644
|
| --- a/content/public/app/BUILD.gn
|
| +++ b/content/public/app/BUILD.gn
|
| @@ -172,10 +172,16 @@ service_manifest("browser_manifest") {
|
| packaged_services = [
|
| "file",
|
| "media",
|
| + "test_ime_driver",
|
| + "tracing",
|
| + "ui",
|
| ]
|
| deps = [
|
| "//media/mojo/services:media_manifest",
|
| "//services/file:manifest",
|
| + "//services/tracing:manifest",
|
| + "//services/ui:manifest",
|
| + "//services/ui/ime/test_ime_driver:manifest",
|
| ]
|
| }
|
|
|
|
|