| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index 35b2f198f77181648b747a85d1b78592258bec0e..d8987b1d02c0f4aafbc1f341ec8ca6538a6fd454 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -192,7 +192,7 @@ source_set("browser") {
|
| "//third_party/webrtc/base:rtc_base",
|
| "//third_party/webrtc/modules/desktop_capture:primitives",
|
| ]
|
| - if (is_linux || is_mac || is_win) {
|
| + if (is_linux || is_mac || is_win || is_android) {
|
| sources += [
|
| "media/capture/desktop_capture_device.cc",
|
| "media/capture/desktop_capture_device.h",
|
|
|