| Index: content/public/app/BUILD.gn
|
| diff --git a/content/public/app/BUILD.gn b/content/public/app/BUILD.gn
|
| index 620f170618c97393351e840fd0f89a7ac6ed6ef0..7aa32d13b932f00b886ddd4cfcbb558d2c7b95cd 100644
|
| --- a/content/public/app/BUILD.gn
|
| +++ b/content/public/app/BUILD.gn
|
| @@ -173,11 +173,13 @@ service_manifest("browser_manifest") {
|
| "device",
|
| "file",
|
| "media",
|
| + "shape_detection",
|
| ]
|
| deps = [
|
| "//media/mojo/services:media_manifest",
|
| "//services/device:manifest",
|
| "//services/file:manifest",
|
| + "//services/shape_detection:manifest",
|
| ]
|
| }
|
|
|
|
|