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

Side by Side Diff: webrtc/sdk/android/README

Issue 2547483003: Move /webrtc/api/android files to /webrtc/sdk/android (Closed)
Patch Set: Move to api folder under Android instead of src 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 unified diff | Download patch
« no previous file with comments | « webrtc/sdk/android/PRESUBMIT.py ('k') | webrtc/sdk/android/api/org/webrtc/AudioSource.java » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This directory holds a Java implementation of the webrtc::PeerConnection API, as 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++ 2 well as the JNI glue C++ code that lets the Java implementation reuse the C++
3 implementation of the same API. 3 implementation of the same API.
4 4
5 To build the Java API and related tests, generate GN projects with: 5 To build the Java API and related tests, generate GN projects with:
6 --args='target_os="android"' 6 --args='target_os="android"'
7 7
8 To use the Java API, start by looking at the public interface of 8 To use the Java API, start by looking at the public interface of
9 org.webrtc.PeerConnection{,Factory} and the org.webrtc.PeerConnectionTest. 9 org.webrtc.PeerConnection{,Factory} and the org.webrtc.PeerConnectionTest.
10 10
11 To understand the implementation of the API, see the native code in jni/. 11 To understand the implementation of the API, see the native code in jni/.
OLDNEW
« no previous file with comments | « webrtc/sdk/android/PRESUBMIT.py ('k') | webrtc/sdk/android/api/org/webrtc/AudioSource.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698