| Index: media/capture/BUILD.gn
|
| diff --git a/media/capture/BUILD.gn b/media/capture/BUILD.gn
|
| index acc22fb43f14c22593321035722b61ac4790437d..a6340f5cacf14fd78c861606b6f63628e4fb2720 100644
|
| --- a/media/capture/BUILD.gn
|
| +++ b/media/capture/BUILD.gn
|
| @@ -133,7 +133,11 @@ component("capture") {
|
| configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
|
| }
|
|
|
| - if (is_linux || is_chromeos) {
|
| + if (is_linux || is_chromeos || is_win) {
|
| + sources += [
|
| + "video/blob_utils.cc",
|
| + "video/blob_utils.h",
|
| + ]
|
| deps += [ "//third_party/libyuv" ]
|
| }
|
| }
|
|
|