| Index: media/media.gyp
|
| diff --git a/media/media.gyp b/media/media.gyp
|
| index 6bfddabc25404693805537d5c21ae16561576e18..61c804bb392f6e481c2a69c843271f6bff8f9652 100644
|
| --- a/media/media.gyp
|
| +++ b/media/media.gyp
|
| @@ -1708,6 +1708,8 @@
|
| 'include_dirs': [ '..', ],
|
| 'defines': [ 'MF_INITIALIZER_IMPLEMENTATION', ],
|
| 'sources': [
|
| + 'base/win/mf_helpers.cc',
|
| + 'base/win/mf_helpers.h',
|
| 'base/win/mf_initializer_export.h',
|
| 'base/win/mf_initializer.cc',
|
| 'base/win/mf_initializer.h',
|
| @@ -2101,7 +2103,7 @@
|
| }
|
| ]
|
| }],
|
| - ['chromeos==1 or OS=="mac"', {
|
| + ['chromeos==1 or OS=="mac" or OS=="win"', {
|
| 'targets': [
|
| {
|
| 'target_name': 'video_encode_accelerator_unittest',
|
| @@ -2133,6 +2135,11 @@
|
| '../third_party/webrtc/common_video/common_video.gyp:common_video',
|
| ],
|
| }],
|
| + ['OS=="win"', {
|
| + 'dependencies': [
|
| + '../media/media.gyp:mf_initializer',
|
| + ],
|
| + }],
|
| ['use_x11==1', {
|
| 'dependencies': [
|
| '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
|
|
|