Commit 6acbabc0 authored by Mirko Bonadei's avatar Mirko Bonadei Committed by Commit Bot

Forward fix webrtc::CreatePeerConnectionFactory usage.

It will be moved to another header and another build target soon.

More info: https://groups.google.com/d/msg/discuss-webrtc/F__pbaZxxS0/tP8bMo7GAQAJ.

Bug: webrtc:9862
Change-Id: I260dca561db73d65eebb09930d510bec98d236c5
Reviewed-on: https://chromium-review.googlesource.com/c/1343259Reviewed-by: default avatarFlorent Castelli <orphis@chromium.org>
Reviewed-by: default avatarJoe Downing <joedow@chromium.org>
Reviewed-by: default avatarGary Kacmarcik <garykac@chromium.org>
Commit-Queue: Mirko Bonadei <mbonadei@chromium.org>
Cr-Commit-Position: refs/heads/master@{#609801}
parent bc6b0541
...@@ -691,6 +691,7 @@ target(link_target_type, "renderer") { ...@@ -691,6 +691,7 @@ target(link_target_type, "renderer") {
"//third_party/libyuv", "//third_party/libyuv",
"//third_party/opus", "//third_party/opus",
"//third_party/sqlite", "//third_party/sqlite",
"//third_party/webrtc/api:create_peerconnection_factory",
"//third_party/webrtc/api:libjingle_logging_api", "//third_party/webrtc/api:libjingle_logging_api",
"//third_party/webrtc/api:libjingle_peerconnection_api", "//third_party/webrtc/api:libjingle_peerconnection_api",
"//third_party/webrtc/api:rtc_stats_api", "//third_party/webrtc/api:rtc_stats_api",
......
...@@ -62,6 +62,7 @@ ...@@ -62,6 +62,7 @@
#include "third_party/blink/public/platform/web_url.h" #include "third_party/blink/public/platform/web_url.h"
#include "third_party/blink/public/web/web_document.h" #include "third_party/blink/public/web/web_document.h"
#include "third_party/blink/public/web/web_local_frame.h" #include "third_party/blink/public/web/web_local_frame.h"
#include "third_party/webrtc/api/create_peerconnection_factory.h"
#include "third_party/webrtc/api/mediaconstraintsinterface.h" #include "third_party/webrtc/api/mediaconstraintsinterface.h"
#include "third_party/webrtc/api/video_codecs/video_decoder_factory.h" #include "third_party/webrtc/api/video_codecs/video_decoder_factory.h"
#include "third_party/webrtc/api/video_codecs/video_encoder_factory.h" #include "third_party/webrtc/api/video_codecs/video_encoder_factory.h"
......
...@@ -259,6 +259,7 @@ static_library("protocol") { ...@@ -259,6 +259,7 @@ static_library("protocol") {
} }
deps += [ deps += [
"//third_party/webrtc/api:create_peerconnection_factory",
"//third_party/webrtc/api/audio_codecs:audio_codecs_api", "//third_party/webrtc/api/audio_codecs:audio_codecs_api",
"//third_party/webrtc/api/audio_codecs/opus:audio_decoder_opus", "//third_party/webrtc/api/audio_codecs/opus:audio_decoder_opus",
"//third_party/webrtc/api/audio_codecs/opus:audio_encoder_opus", "//third_party/webrtc/api/audio_codecs/opus:audio_encoder_opus",
......
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
#include "third_party/webrtc/api/audio_codecs/audio_encoder_factory_template.h" #include "third_party/webrtc/api/audio_codecs/audio_encoder_factory_template.h"
#include "third_party/webrtc/api/audio_codecs/opus/audio_decoder_opus.h" #include "third_party/webrtc/api/audio_codecs/opus/audio_decoder_opus.h"
#include "third_party/webrtc/api/audio_codecs/opus/audio_encoder_opus.h" #include "third_party/webrtc/api/audio_codecs/opus/audio_encoder_opus.h"
#include "third_party/webrtc/api/create_peerconnection_factory.h"
#include "third_party/webrtc/api/stats/rtcstats_objects.h" #include "third_party/webrtc/api/stats/rtcstats_objects.h"
#include "third_party/webrtc/api/video_codecs/builtin_video_decoder_factory.h" #include "third_party/webrtc/api/video_codecs/builtin_video_decoder_factory.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment