diff --git a/webrtc.gyp b/webrtc.gyp index 878870e84a..19844be36e 100644 --- a/webrtc.gyp +++ b/webrtc.gyp @@ -16,8 +16,8 @@ 'type': 'none', 'dependencies': [ 'src/common_audio/common_audio.gyp:*', - # TODO(andrew): enable these when all tests build. - #'src/common_video/common_video.gyp:*', + 'src/common_video/common_video.gyp:*', + # TODO(andrew): enable this when all tests build. #'src/modules/modules.gyp:*', 'src/system_wrappers/source/system_wrappers.gyp:*', 'src/video_engine/video_engine.gyp:*',