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

Unified Diff: webrtc/pc/peerconnectioninterface_unittest.cc

Issue 2514883002: Create //webrtc/api:libjingle_peerconnection_api + refactorings. (Closed)
Patch Set: Rebase Created 3 years, 11 months 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
« no previous file with comments | « webrtc/pc/peerconnectionfactory_unittest.cc ('k') | webrtc/pc/proxy_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/peerconnectioninterface_unittest.cc
diff --git a/webrtc/api/peerconnectioninterface_unittest.cc b/webrtc/pc/peerconnectioninterface_unittest.cc
similarity index 99%
rename from webrtc/api/peerconnectioninterface_unittest.cc
rename to webrtc/pc/peerconnectioninterface_unittest.cc
index be3825ce0fab0b89dc90f04e1ac87a8d95f8698e..09395a4b89a9335ca0e418e7cf5f876f65e320bd 100644
--- a/webrtc/api/peerconnectioninterface_unittest.cc
+++ b/webrtc/pc/peerconnectioninterface_unittest.cc
@@ -13,22 +13,12 @@
#include <string>
#include <utility>
-#include "webrtc/api/audiotrack.h"
#include "webrtc/api/jsepsessiondescription.h"
-#include "webrtc/api/mediastream.h"
#include "webrtc/api/mediastreaminterface.h"
-#include "webrtc/api/peerconnection.h"
#include "webrtc/api/peerconnectioninterface.h"
#include "webrtc/api/rtpreceiverinterface.h"
#include "webrtc/api/rtpsenderinterface.h"
-#include "webrtc/api/streamcollection.h"
#include "webrtc/api/test/fakeconstraints.h"
-#include "webrtc/api/test/fakertccertificategenerator.h"
-#include "webrtc/api/test/fakevideotracksource.h"
-#include "webrtc/api/test/mockpeerconnectionobservers.h"
-#include "webrtc/api/test/testsdpstrings.h"
-#include "webrtc/api/videocapturertracksource.h"
-#include "webrtc/api/videotrack.h"
#include "webrtc/base/gunit.h"
#include "webrtc/base/ssladapter.h"
#include "webrtc/base/sslstreamadapter.h"
@@ -38,11 +28,21 @@
#include "webrtc/media/sctp/sctptransportinternal.h"
#include "webrtc/p2p/base/fakeportallocator.h"
#include "webrtc/p2p/base/faketransportcontroller.h"
+#include "webrtc/pc/audiotrack.h"
#include "webrtc/pc/mediasession.h"
+#include "webrtc/pc/mediastream.h"
+#include "webrtc/pc/peerconnection.h"
+#include "webrtc/pc/streamcollection.h"
+#include "webrtc/pc/test/fakertccertificategenerator.h"
+#include "webrtc/pc/test/fakevideotracksource.h"
+#include "webrtc/pc/test/mockpeerconnectionobservers.h"
+#include "webrtc/pc/test/testsdpstrings.h"
+#include "webrtc/pc/videocapturertracksource.h"
+#include "webrtc/pc/videotrack.h"
#include "webrtc/test/gmock.h"
#ifdef WEBRTC_ANDROID
-#include "webrtc/api/test/androidtestinitializer.h"
+#include "webrtc/pc/test/androidtestinitializer.h"
#endif
static const char kStreamLabel1[] = "local_stream_1";
« no previous file with comments | « webrtc/pc/peerconnectionfactory_unittest.cc ('k') | webrtc/pc/proxy_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698