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