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

Unified Diff: webrtc/common_video/BUILD.gn

Issue 2370853005: Move bitstream parser to more appropriate directory. (Closed)
Patch Set: revert changes to videotoolbox encoder Created 4 years, 3 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/common_video/BUILD.gn
diff --git a/webrtc/common_video/BUILD.gn b/webrtc/common_video/BUILD.gn
index 845a5eb8af74e00d92f3ffefddcd222fffd79897..889babe2af620a6d0df38e305bbd85c1324ed9cc 100644
--- a/webrtc/common_video/BUILD.gn
+++ b/webrtc/common_video/BUILD.gn
@@ -18,6 +18,8 @@ config("common_video_config") {
rtc_static_library("common_video") {
sources = [
"bitrate_adjuster.cc",
+ "h264/h264_bitstream_parser.cc",
+ "h264/h264_bitstream_parser.h",
"h264/h264_common.cc",
"h264/h264_common.h",
"h264/pps_parser.cc",
@@ -94,6 +96,7 @@ if (rtc_include_tests) {
sources = [
"bitrate_adjuster_unittest.cc",
+ "h264/h264_bitstream_parser_unittest.cc",
"h264/pps_parser_unittest.cc",
"h264/sps_parser_unittest.cc",
"h264/sps_vui_rewriter_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698