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

Side by Side Diff: webrtc/api/java/README

Issue 2111823002: Combine webrtc/api/java/android and webrtc/api/java/src. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « webrtc/api/api_java.gyp ('k') | webrtc/api/java/android/org/webrtc/Camera1Enumerator.java » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 | « webrtc/api/api_java.gyp ('k') | webrtc/api/java/android/org/webrtc/Camera1Enumerator.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698