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

Side by Side Diff: talk/app/webrtc/java/README

Issue 1610243002: Move talk/app/webrtc to webrtc/api (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Removed processing of api.gyp for Chromium builds Created 4 years, 10 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 unified diff | Download patch
OLDNEW
(Empty)
1 This directory holds a Java implementation of the webrtc::PeerConnection API, as
2 well as the JNI glue C++ code that lets the Java implementation reuse the C++
3 implementation of the same API.
4
5 To build the Java API and related tests, build with OS=android in $GYP_DEFINES.
6
7 To use the Java API, start by looking at the public interface of
8 org.webrtc.PeerConnection{,Factory} and the org.webrtc.PeerConnectionTest.
9
10 To understand the implementation of the API, see the native code in jni/.
OLDNEW
« no previous file with comments | « talk/app/webrtc/fakemetricsobserver.cc ('k') | talk/app/webrtc/java/android/org/webrtc/Camera2Enumerator.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698