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

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

Issue 2891803003: Add vp9 QP parser. (Closed)
Patch Set: Fix compile warnings. Created 3 years, 7 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 477e06444ee54ab00399fe5591ef375913902405..1d63c94fd83205fa594429395928d8a8d3f2c0bd 100644
--- a/webrtc/modules/video_coding/BUILD.gn
+++ b/webrtc/modules/video_coding/BUILD.gn
@@ -122,6 +122,8 @@ rtc_static_library("video_coding_utility") {
"utility/quality_scaler.h",
"utility/vp8_header_parser.cc",
"utility/vp8_header_parser.h",
+ "utility/vp9_uncomp_header_parser.cc",
brandtr 2017/05/19 14:10:26 I'd prefer the full word in the file name: "vp9_un
jianj1 2017/05/19 21:20:56 Done.
+ "utility/vp9_uncomp_header_parser.h",
]
if (!build_with_chromium && is_clang) {
« no previous file with comments | « no previous file | webrtc/modules/video_coding/qp_parser.cc » ('j') | webrtc/modules/video_coding/utility/vp8_header_parser.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698