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

Unified Diff: remoting/remoting.gyp

Issue 18856012: Create new remoting_client_jni target (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Gary's recommendations Created 7 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 side-by-side diff with in-line comments
Download patch
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
« remoting/client/jni/chromoting_jni_instance.cc ('K') | « remoting/client/jni/jni_interface.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698