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

Unified Diff: webrtc/pc/peerconnectioninterface_unittest.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/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 7b33c0ce817406b0350a8282b509ef614581b00d..f86f177ae3da059b021bc62ab715674eb2fcc082 100644
--- a/webrtc/api/peerconnectioninterface_unittest.cc
+++ b/webrtc/pc/peerconnectioninterface_unittest.cc
@@ -13,22 +13,10 @@
#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 +26,23 @@
#include "webrtc/media/sctp/sctpdataengine.h"
#include "webrtc/p2p/base/fakeportallocator.h"
#include "webrtc/p2p/base/faketransportcontroller.h"
+#include "webrtc/pc/audiotrack.h"
+#include "webrtc/pc/jsepsessiondescription.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/fakeconstraints.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";

Powered by Google App Engine
This is Rietveld 408576698