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