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

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

Issue 2509703002: Remove all references to GYP (Closed)
Patch Set: Rebased Created 4 years, 1 month 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/OWNERS ('k') | webrtc/api/api.gyp » ('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, build with OS=android in $GYP_DEFINES. 5 To build the Java API and related tests, generate GN projects with:
6 --args='target_os="android"'
6 7
7 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
8 org.webrtc.PeerConnection{,Factory} and the org.webrtc.PeerConnectionTest. 9 org.webrtc.PeerConnection{,Factory} and the org.webrtc.PeerConnectionTest.
9 10
10 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/api/OWNERS ('k') | webrtc/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698