| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index bab905c772f44b5837eea8be41009c5ce43b8472..fae3301a8724b5abc67e1fe5fe78bf110eab00b7 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -70,10 +70,10 @@ static_library("test_support") {
|
| "//content/renderer:for_content_tests",
|
| "//content/shell:pak",
|
| "//content/utility:for_content_tests",
|
| + "//device/capture",
|
| "//device/nfc:mojo_bindings",
|
| "//ipc:test_support",
|
| "//media",
|
| - "//media/capture",
|
| "//media/mojo/interfaces:image_capture",
|
| "//mojo/edk/system",
|
| "//mojo/edk/test:test_support",
|
| @@ -186,7 +186,7 @@ static_library("test_support") {
|
|
|
| if (is_android) {
|
| deps += [
|
| - "//media/capture/video/android:android",
|
| + "//device/capture/video/android:android",
|
| "//ui/android",
|
| "//ui/shell_dialogs",
|
| ]
|
| @@ -670,6 +670,7 @@ test("content_unittests") {
|
| "//device/battery:mojo_bindings",
|
| "//device/bluetooth",
|
| "//device/bluetooth:mocks",
|
| + "//device/capture",
|
| "//device/gamepad",
|
| "//device/gamepad:test_helpers",
|
| "//gin",
|
| @@ -680,7 +681,6 @@ test("content_unittests") {
|
| "//media:test_support",
|
| "//media/audio:test_support",
|
| "//media/base:test_support",
|
| - "//media/capture",
|
| "//media/midi:midi",
|
| "//mojo/edk/test:test_support",
|
| "//mojo/public/cpp/bindings",
|
|
|