| Index: webrtc/modules/modules.gyp
|
| diff --git a/webrtc/modules/modules.gyp b/webrtc/modules/modules.gyp
|
| index f58e0f40341dd86d96738ba3692f2a40c6375423..e0bdacf6581c49149e58a80dfed478f9f0b1538c 100644
|
| --- a/webrtc/modules/modules.gyp
|
| +++ b/webrtc/modules/modules.gyp
|
| @@ -144,6 +144,7 @@
|
| '<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
|
| '<(webrtc_root)/common.gyp:webrtc_common',
|
| '<(webrtc_root)/common_audio/common_audio.gyp:common_audio',
|
| + '<(webrtc_root)/common_video/common_video.gyp:common_video',
|
| '<(webrtc_root)/modules/modules.gyp:video_capture',
|
| '<(webrtc_root)/modules/video_coding/codecs/vp8/vp8.gyp:webrtc_vp8',
|
| '<(webrtc_root)/modules/video_coding/codecs/vp9/vp9.gyp:webrtc_vp9',
|
| @@ -364,6 +365,7 @@
|
| 'video_processing/test/brightness_detection_test.cc',
|
| 'video_processing/test/content_metrics_test.cc',
|
| 'video_processing/test/deflickering_test.cc',
|
| + 'video_processing/test/denoiser_test.cc',
|
| 'video_processing/test/video_processing_unittest.cc',
|
| 'video_processing/test/video_processing_unittest.h',
|
| ],
|
|
|