Chromium Code Reviews

Unified Diff: talk/app/webrtc/androidtests/src/org/webrtc/PeerConnectionTest.java

Issue 1652123002: Remove Java PC support. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | talk/app/webrtc/java/README » ('j') | talk/app/webrtc/java/README » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/app/webrtc/androidtests/src/org/webrtc/PeerConnectionTest.java
diff --git a/talk/app/webrtc/java/testcommon/src/org/webrtc/PeerConnectionTest.java b/talk/app/webrtc/androidtests/src/org/webrtc/PeerConnectionTest.java
similarity index 99%
rename from talk/app/webrtc/java/testcommon/src/org/webrtc/PeerConnectionTest.java
rename to talk/app/webrtc/androidtests/src/org/webrtc/PeerConnectionTest.java
index 50f4d7317f33a11e146ef18af96d63164f833956..773f1c213396bd5bed699432f9d82da44ea751ad 100644
--- a/talk/app/webrtc/java/testcommon/src/org/webrtc/PeerConnectionTest.java
+++ b/talk/app/webrtc/androidtests/src/org/webrtc/PeerConnectionTest.java
@@ -554,7 +554,7 @@ public class PeerConnectionTest {
// We want to use the same camera for offerer & answerer, so create it here
// instead of in addTracksToPC.
VideoSource videoSource = factory.createVideoSource(
- VideoCapturer.create(""), new MediaConstraints());
+ VideoCapturerAndroid.create("", null), new MediaConstraints());
phoglund 2016/02/02 08:04:43 You should be able to merge this test with PeerCon
perkj_webrtc 2016/02/03 17:00:03 Done.
offeringExpectations.expectRenegotiationNeeded();
WeakReference<MediaStream> oLMS = addTracksToPC(
« no previous file with comments | « no previous file | talk/app/webrtc/java/README » ('j') | talk/app/webrtc/java/README » ('J')

Powered by Google App Engine