Index: webrtc/modules/video_coding/codecs/vp9/vp9.gyp |
diff --git a/webrtc/modules/video_coding/codecs/vp9/vp9.gyp b/webrtc/modules/video_coding/codecs/vp9/vp9.gyp |
index 9049b634199f5a379b6462fd5941eca53d0e5027..8993d79bd7a6704998292401b7a135e103d38037 100644 |
--- a/webrtc/modules/video_coding/codecs/vp9/vp9.gyp |
+++ b/webrtc/modules/video_coding/codecs/vp9/vp9.gyp |
@@ -14,32 +14,26 @@ |
{ |
'target_name': 'webrtc_vp9', |
'type': 'static_library', |
- 'dependencies': [ |
- '<(webrtc_root)/common_video/common_video.gyp:common_video', |
- '<(webrtc_root)/modules/video_coding/utility/video_coding_utility.gyp:video_coding_utility', |
- '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers', |
- ], |
'conditions': [ |
['build_libvpx==1', { |
'dependencies': [ |
'<(libvpx_dir)/libvpx.gyp:libvpx_new', |
], |
}], |
- ['build_vp9==1', { |
- 'sources': [ |
- 'include/vp9.h', |
- 'screenshare_layers.cc', |
- 'screenshare_layers.h', |
- 'vp9_frame_buffer_pool.cc', |
- 'vp9_frame_buffer_pool.h', |
- 'vp9_impl.cc', |
- 'vp9_impl.h', |
- ], |
- }, { |
- 'sources': [ |
- 'vp9_dummy_impl.cc', |
- ], |
- }], |
+ ], |
+ 'dependencies': [ |
+ '<(webrtc_root)/common_video/common_video.gyp:common_video', |
+ '<(webrtc_root)/modules/video_coding/utility/video_coding_utility.gyp:video_coding_utility', |
+ '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers', |
+ ], |
+ 'sources': [ |
+ 'include/vp9.h', |
+ 'screenshare_layers.cc', |
+ 'screenshare_layers.h', |
+ 'vp9_frame_buffer_pool.cc', |
+ 'vp9_frame_buffer_pool.h', |
+ 'vp9_impl.cc', |
+ 'vp9_impl.h', |
], |
}, |
], |