| Index: media/capture/BUILD.gn
|
| diff --git a/media/capture/BUILD.gn b/media/capture/BUILD.gn
|
| index e2eaa98e721e7a0e5ed43a345c24ec9deffce720..5b1f8605f48e9f8b1275909eb453665d10f1275d 100644
|
| --- a/media/capture/BUILD.gn
|
| +++ b/media/capture/BUILD.gn
|
| @@ -95,7 +95,7 @@ component("capture") {
|
| "//base",
|
| "//base:i18n",
|
| "//media",
|
| - "//media/mojo/interfaces:image_capture",
|
| + "//media/capture/mojo:image_capture",
|
| "//skia",
|
| "//third_party/libyuv",
|
| "//ui/display",
|
| @@ -176,7 +176,7 @@ test("capture_unittests") {
|
| "//base/test:run_all_unittests",
|
| "//base/test:test_support",
|
| "//media/base:test_support",
|
| - "//media/mojo/interfaces:image_capture",
|
| + "//media/capture/mojo:image_capture",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
| "//ui/gfx:test_support",
|
|
|