| Index: media/capture/BUILD.gn
|
| diff --git a/media/capture/BUILD.gn b/media/capture/BUILD.gn
|
| index 74d9c4e0a3ea72e3770a22e503f3ecc0fa09fca5..60bd899a4294d58baae2dcc8b5ed9ca6280e7a12 100644
|
| --- a/media/capture/BUILD.gn
|
| +++ b/media/capture/BUILD.gn
|
| @@ -91,7 +91,7 @@
|
| "//base",
|
| "//base:i18n",
|
| "//media",
|
| - "//media/capture/mojo:image_capture",
|
| + "//media/mojo/interfaces:image_capture",
|
| "//skia",
|
| "//third_party/libyuv",
|
| "//ui/display",
|
| @@ -172,7 +172,7 @@
|
| "//base/test:run_all_unittests",
|
| "//base/test:test_support",
|
| "//media/base:test_support",
|
| - "//media/capture/mojo:image_capture",
|
| + "//media/mojo/interfaces:image_capture",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
| "//ui/gfx:test_support",
|
|
|