| Index: media/capture/BUILD.gn
|
| diff --git a/media/capture/BUILD.gn b/media/capture/BUILD.gn
|
| index 4414910241776481f50faf2e61fb20ea50a71ef1..175c7298906aa7f41d3a14709110af38bb5b77f1 100644
|
| --- a/media/capture/BUILD.gn
|
| +++ b/media/capture/BUILD.gn
|
| @@ -93,11 +93,15 @@ component("capture") {
|
| ]
|
|
|
| public_deps = []
|
| +
|
| deps = [
|
| "//base",
|
| "//base:i18n",
|
| "//media",
|
| + "//media/capture/mojo:capture_types",
|
| "//media/capture/mojo:image_capture",
|
| + "//media/mojo/interfaces:interfaces",
|
| + "//services/service_manager/public/cpp",
|
| "//skia",
|
| "//third_party/libyuv",
|
| "//ui/display",
|
|
|