| Index: content/public/app/BUILD.gn
|
| diff --git a/content/public/app/BUILD.gn b/content/public/app/BUILD.gn
|
| index 09adc3781eac0c9d0ce5ab3b8987c663697ee543..451ae9dc572b07173fd2308c25bb129fb269cf90 100644
|
| --- a/content/public/app/BUILD.gn
|
| +++ b/content/public/app/BUILD.gn
|
| @@ -181,11 +181,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",
|
| ]
|
| }
|
|
|
|
|