| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index c409cea905f33d629ca03d347ac966e5eb62ccc8..927906c7dff23e73ff16ac4f4010131292d0e42d 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -196,6 +196,12 @@
|
| defines += [ "ENABLE_SCREEN_CAPTURE=1" ]
|
| deps += [ "//third_party/webrtc/modules/desktop_capture" ]
|
| }
|
| + if (is_linux || is_mac) {
|
| + sources += [
|
| + "renderer_host/media/video_capture_texture_wrapper.cc",
|
| + "renderer_host/media/video_capture_texture_wrapper.h",
|
| + ]
|
| + }
|
| }
|
|
|
| if (is_win) {
|
|
|