| Index: content/public/app/BUILD.gn
|
| diff --git a/content/public/app/BUILD.gn b/content/public/app/BUILD.gn
|
| index 4a7c3a846da43a2c8e790eba69f11ac509fdbfe6..620f170618c97393351e840fd0f89a7ac6ed6ef0 100644
|
| --- a/content/public/app/BUILD.gn
|
| +++ b/content/public/app/BUILD.gn
|
| @@ -170,11 +170,13 @@ service_manifest("browser_manifest") {
|
| name = "content_browser"
|
| source = "mojo/content_browser_manifest.json"
|
| packaged_services = [
|
| + "device",
|
| "file",
|
| "media",
|
| ]
|
| deps = [
|
| "//media/mojo/services:media_manifest",
|
| + "//services/device:manifest",
|
| "//services/file:manifest",
|
| ]
|
| }
|
|
|