| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index b57338ecee1739d85310b16879d3ac0ea61f7450..72ca369aab1bc44c11d20ac79fa9287bb94d3dbc 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -1876,6 +1876,26 @@
|
| ], # end of 'targets'
|
| }], # 'OS=="win"'
|
|
|
| + ['OS=="android"', {
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'remoting_client_jni',
|
| + 'type': 'shared_library',
|
| + 'dependencies': [
|
| + 'remoting_base',
|
| + 'remoting_client',
|
| + 'remoting_jingle_glue',
|
| + 'remoting_protocol',
|
| + ],
|
| + 'sources': [
|
| + 'client/jni/chromoting_jni_instance.cc',
|
| + 'client/jni/chromoting_jni_instance.h',
|
| + 'client/jni/jni_interface.cc',
|
| + ],
|
| + }, # end of target 'remoting_client_jni'
|
| + ], # end of 'targets'
|
| + }], # 'OS=="android"'
|
| +
|
| # The host installation is generated only if WiX is available. If
|
| # component build is used the produced installation will not work due to
|
| # missing DLLs. We build it anyway to make sure the GYP scripts are executed
|
|
|