| Index: content/public/renderer/BUILD.gn
|
| diff --git a/content/public/renderer/BUILD.gn b/content/public/renderer/BUILD.gn
|
| index 719eadf6771980e13dd3748f7c48c017414328ae..42687cc9cf1a373dafc415467f9943f2ead5a6c4 100644
|
| --- a/content/public/renderer/BUILD.gn
|
| +++ b/content/public/renderer/BUILD.gn
|
| @@ -49,7 +49,10 @@ source_set("renderer_sources") {
|
| rebase_path(content_renderer_gypi_values.public_renderer_webrtc_sources,
|
| ".",
|
| "//content")
|
| - deps += [ "//third_party/webrtc" ]
|
| + deps += [
|
| + "//content/public/common:feature_h264_with_openh264_ffmpeg",
|
| + "//third_party/webrtc",
|
| + ]
|
| }
|
|
|
| if (enable_plugins) {
|
|
|