Chromium Code Reviews| 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", |
|
sadrul
2016/10/19 13:53:43
I don't know if this is the right place for it. I
Jay Civelli
2016/11/02 22:02:17
I believe packaged services have to be listed here
|
| ] |
| } |