| 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..1348230159af085d32d47b496552dc4d42aab54f 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_uncompressed_header_parser.cc",
|
| + "utility/vp9_uncompressed_header_parser.h",
|
| ]
|
|
|
| if (!build_with_chromium && is_clang) {
|
|
|