diff options
author | solb@chromium.org <solb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-11 11:26:50 +0000 |
---|---|---|
committer | solb@chromium.org <solb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-11 11:26:50 +0000 |
commit | 28feaaa0509ad96b983f27f05299a538b7b8f050 (patch) | |
tree | d7b5eb359c12e08d9045eec1197de57ca95dbac6 /build | |
parent | e413ddfe4b82d377df7e527a6b8b3caa794b8963 (diff) | |
download | chromium_src-28feaaa0509ad96b983f27f05299a538b7b8f050.zip chromium_src-28feaaa0509ad96b983f27f05299a538b7b8f050.tar.gz chromium_src-28feaaa0509ad96b983f27f05299a538b7b8f050.tar.bz2 |
Create new remoting_client_jni target
This will house material analogous to the Pepper implementation remoting_client_plugin, except designed to interface instead with JNI, the Java Native Interface.
For now, this folder contains the jni_interface family of functions (which will receive calls FROM Java) and the ChromotingJNIInstance class, which implements ClientUserInterface (while being responsible for calls TO Java).
Review URL: https://chromiumcodereview.appspot.com/18856012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211073 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all_android.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all_android.gyp b/build/all_android.gyp index 79bbcdd..eaac50c8 100644 --- a/build/all_android.gyp +++ b/build/all_android.gyp @@ -22,6 +22,7 @@ 'android_builder_tests', '../android_webview/android_webview.gyp:android_webview_apk', '../chrome/chrome.gyp:chromium_testshell', + '../remoting/remoting.gyp:remoting_client_jni', # TODO(nyquist) This should instead by a target for sync when all of # the sync-related code for Android has been upstreamed. # See http://crbug.com/159203 |