Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Unified Diff: webrtc/pc/peerconnectionfactory.cc

Issue 2514883002: Create //webrtc/api:libjingle_peerconnection_api + refactorings. (Closed)
Patch Set: Rebase Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/pc/peerconnectionfactory.cc
diff --git a/webrtc/api/peerconnectionfactory.cc b/webrtc/pc/peerconnectionfactory.cc
similarity index 97%
rename from webrtc/api/peerconnectionfactory.cc
rename to webrtc/pc/peerconnectionfactory.cc
index 9da6e57f94e6435e23816b2d05af62e4bf268655..63da003b1a5dc5f2d05749ad346e3ffb2ce4ff4d 100644
--- a/webrtc/api/peerconnectionfactory.cc
+++ b/webrtc/pc/peerconnectionfactory.cc
@@ -8,22 +8,16 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/api/peerconnectionfactory.h"
+#include "webrtc/pc/peerconnectionfactory.h"
#include <utility>
-#include "webrtc/api/audiotrack.h"
-#include "webrtc/api/localaudiosource.h"
#include "webrtc/api/mediaconstraintsinterface.h"
-#include "webrtc/api/mediastream.h"
#include "webrtc/api/mediastreamproxy.h"
#include "webrtc/api/mediastreamtrackproxy.h"
-#include "webrtc/api/peerconnection.h"
#include "webrtc/api/peerconnectionfactoryproxy.h"
#include "webrtc/api/peerconnectionproxy.h"
-#include "webrtc/api/videocapturertracksource.h"
#include "webrtc/api/videosourceproxy.h"
-#include "webrtc/api/videotrack.h"
#include "webrtc/base/bind.h"
#include "webrtc/media/engine/webrtcmediaengine.h"
#include "webrtc/media/engine/webrtcvideodecoderfactory.h"
@@ -32,6 +26,12 @@
#include "webrtc/modules/audio_device/include/audio_device.h"
#include "webrtc/p2p/base/basicpacketsocketfactory.h"
#include "webrtc/p2p/client/basicportallocator.h"
+#include "webrtc/pc/audiotrack.h"
+#include "webrtc/pc/localaudiosource.h"
+#include "webrtc/pc/mediastream.h"
+#include "webrtc/pc/peerconnection.h"
+#include "webrtc/pc/videocapturertracksource.h"
+#include "webrtc/pc/videotrack.h"
namespace webrtc {

Powered by Google App Engine
This is Rietveld 408576698