| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index f5c39064215822556d7618b595addc4343bc2186..b971f306b6724d7297a5e6999d89f003a2bf6767 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -66,6 +66,7 @@ source_set("browser") {
|
| "//gpu/command_buffer/client:gles2_interface",
|
| "//ipc/mojo",
|
| "//media",
|
| + "//media/capture",
|
| "//media/gpu/ipc/client",
|
| "//media/midi",
|
| "//media/mojo/interfaces:image_capture",
|
| @@ -350,6 +351,7 @@ source_set("browser") {
|
| deps += [
|
| "//content/public/android:jni",
|
| "//media",
|
| + "//media/capture/video/android",
|
| "//media/mojo/interfaces",
|
| "//mojo/android:libsystem_java",
|
| "//ui/android",
|
|
|