Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(425)

Unified Diff: webrtc/modules/BUILD.gn

Issue 2337453002: H.264 packetization mode 0 (try 2) (Closed)
Patch Set: Bot-detected compiler issues Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/BUILD.gn
diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn
index 13f74f85ea794079231fb03691ca5a03ac443ac8..874d7aa6e46c1439c00bba2fc61b2930505c270f 100644
--- a/webrtc/modules/BUILD.gn
+++ b/webrtc/modules/BUILD.gn
@@ -542,6 +542,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 += [

Powered by Google App Engine
This is Rietveld 408576698