| Index: content/public/app/BUILD.gn
|
| diff --git a/content/public/app/BUILD.gn b/content/public/app/BUILD.gn
|
| index d09712d3138203415395d8d547072548ed798b47..0fea994140ad536b69fa784db66738e40897fa49 100644
|
| --- a/content/public/app/BUILD.gn
|
| +++ b/content/public/app/BUILD.gn
|
| @@ -178,11 +178,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",
|
| ]
|
| }
|
|
|
|
|