| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index ceba43cead4e4e4741f7800e9b30a484ef2e4c95..9259492ec71a909937aadabbc63768434f663bcb 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -62,6 +62,7 @@ source_set("browser") {
|
| "//crypto",
|
| "//device/battery",
|
| "//device/bluetooth",
|
| + "//device/capture",
|
| "//device/gamepad",
|
| "//device/geolocation:device_geolocation",
|
| "//device/geolocation/public/interfaces",
|
| @@ -73,7 +74,6 @@ source_set("browser") {
|
| "//gpu/command_buffer/client:gles2_implementation",
|
| "//gpu/command_buffer/client:gles2_interface",
|
| "//media",
|
| - "//media/capture",
|
| "//media/gpu/ipc/client",
|
| "//media/midi",
|
| "//media/mojo/interfaces",
|
| @@ -247,8 +247,8 @@ source_set("browser") {
|
|
|
| if (use_udev) {
|
| deps += [
|
| + "//device/capture",
|
| "//device/udev_linux",
|
| - "//media/capture",
|
| ]
|
| }
|
|
|
| @@ -337,9 +337,8 @@ source_set("browser") {
|
| deps -= [ "//device/battery" ]
|
| deps += [
|
| "//content/public/android:jni",
|
| + "//device/capture:capture_java",
|
| "//media",
|
| - "//media/capture/content/android",
|
| - "//media/capture/video/android",
|
| "//media/mojo/interfaces",
|
| "//mojo/android:libsystem_java",
|
| "//ui/android",
|
|
|