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

Unified Diff: webrtc/modules/video_coding/BUILD.gn

Issue 2649133007: Add QP for FFmpeg H264 decoder. (Closed)
Patch Set: Rebase. Created 3 years, 10 months 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/video_coding/BUILD.gn
diff --git a/webrtc/modules/video_coding/BUILD.gn b/webrtc/modules/video_coding/BUILD.gn
index 643260a94638b58977e5b7213c081f241bb99cd3..effe45961a543f0c4a27e963dd798a9cf38d4df9 100644
--- a/webrtc/modules/video_coding/BUILD.gn
+++ b/webrtc/modules/video_coding/BUILD.gn
@@ -311,6 +311,8 @@ if (rtc_include_tests) {
"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",
]
@@ -328,6 +330,7 @@ if (rtc_include_tests) {
"../../common_video:common_video",
"../../system_wrappers:system_wrappers",
"../../test:test_support",
+ "../../test:video_test_common",
"../../test:video_test_support",
]
}
@@ -378,13 +381,16 @@ if (rtc_include_tests) {
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",

Powered by Google App Engine
This is Rietveld 408576698