| Index: webrtc/modules/video_coding/BUILD.gn
 | 
| diff --git a/webrtc/modules/video_coding/BUILD.gn b/webrtc/modules/video_coding/BUILD.gn
 | 
| index effe45961a543f0c4a27e963dd798a9cf38d4df9..643260a94638b58977e5b7213c081f241bb99cd3 100644
 | 
| --- a/webrtc/modules/video_coding/BUILD.gn
 | 
| +++ b/webrtc/modules/video_coding/BUILD.gn
 | 
| @@ -311,8 +311,6 @@
 | 
|        "codecs/test/predictive_packet_manipulator.h",
 | 
|        "codecs/test/stats.cc",
 | 
|        "codecs/test/stats.h",
 | 
| -      "codecs/test/video_codec_test.cc",
 | 
| -      "codecs/test/video_codec_test.h",
 | 
|        "codecs/test/videoprocessor.cc",
 | 
|        "codecs/test/videoprocessor.h",
 | 
|      ]
 | 
| @@ -330,7 +328,6 @@
 | 
|        "../../common_video:common_video",
 | 
|        "../../system_wrappers:system_wrappers",
 | 
|        "../../test:test_support",
 | 
| -      "../../test:video_test_common",
 | 
|        "../../test:video_test_support",
 | 
|      ]
 | 
|    }
 | 
| @@ -381,16 +378,13 @@
 | 
|      testonly = true
 | 
|  
 | 
|      sources = [
 | 
| -      "codecs/h264/test/h264_impl_unittest.cc",
 | 
|        "codecs/test/videoprocessor_integrationtest.cc",
 | 
|        "codecs/vp8/test/vp8_impl_unittest.cc",
 | 
|        "codecs/vp9/test/vp9_impl_unittest.cc",
 | 
|      ]
 | 
|  
 | 
|      deps = [
 | 
| -      ":video_codecs_test_framework",
 | 
|        ":video_coding_videoprocessor_integration_test",
 | 
| -      ":webrtc_h264",
 | 
|        ":webrtc_vp8",
 | 
|        ":webrtc_vp9",
 | 
|        "../../api:video_frame_api",
 | 
| 
 |