| Index: media/capture/BUILD.gn
|
| diff --git a/media/capture/BUILD.gn b/media/capture/BUILD.gn
|
| index 31fd7ef935e2fdd709c0b2dbbe61d442b9d12812..949437b5d44f4717014e3d7b7839e1e8f7f2df3f 100644
|
| --- a/media/capture/BUILD.gn
|
| +++ b/media/capture/BUILD.gn
|
| @@ -120,12 +120,14 @@ component("capture_lib") {
|
| deps = [
|
| "//base",
|
| "//base:i18n",
|
| + "//extensions/strings",
|
| "//media",
|
| "//media/capture/mojo:capture_types",
|
| "//media/capture/mojo:image_capture",
|
| "//media/mojo/interfaces:interfaces",
|
| "//services/service_manager/public/cpp",
|
| "//third_party/libyuv",
|
| + "//ui/base",
|
| "//ui/display",
|
| "//ui/gfx",
|
| ]
|
|
|