| Index: webrtc/common_video/BUILD.gn
|
| diff --git a/webrtc/common_video/BUILD.gn b/webrtc/common_video/BUILD.gn
|
| index 9830c8b942f344096102665782d16adac003b95e..ed98e026110c5b1bc97da12011fdc7c14c3ccc91 100644
|
| --- a/webrtc/common_video/BUILD.gn
|
| +++ b/webrtc/common_video/BUILD.gn
|
| @@ -24,6 +24,8 @@ rtc_static_library("common_video") {
|
| "h264/h264_common.h",
|
| "h264/pps_parser.cc",
|
| "h264/pps_parser.h",
|
| + "h264/profile_level_id.cc",
|
| + "h264/profile_level_id.h",
|
| "h264/sps_parser.cc",
|
| "h264/sps_parser.h",
|
| "h264/sps_vui_rewriter.cc",
|
| @@ -97,6 +99,7 @@ if (rtc_include_tests) {
|
| "bitrate_adjuster_unittest.cc",
|
| "h264/h264_bitstream_parser_unittest.cc",
|
| "h264/pps_parser_unittest.cc",
|
| + "h264/profile_level_id_unittest.cc",
|
| "h264/sps_parser_unittest.cc",
|
| "h264/sps_vui_rewriter_unittest.cc",
|
| "i420_buffer_pool_unittest.cc",
|
|
|