Index: webrtc/modules/BUILD.gn |
diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn |
index dcfd5fa6195eb8751da07083802b1fc6528d2d31..933bbcaa19fec379efef2ac66432074c21f30918 100644 |
--- a/webrtc/modules/BUILD.gn |
+++ b/webrtc/modules/BUILD.gn |
@@ -545,6 +545,10 @@ if (rtc_include_tests) { |
[ "video_coding/codecs/vp9/vp9_screenshare_layers_unittest.cc" ] |
} |
+ if (rtc_use_h264) { |
+ sources += [ "video_coding/codecs/h264/h264_encoder_impl_unittest.cc" ] |
+ } |
+ |
if (rtc_desktop_capture_supported || is_android) { |
deps += [ "desktop_capture" ] |
sources += [ |