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

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: 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 94bb83d4c7b65b02c1c32799fba795a527633272..71dcffd3d607542e81dddcef403679b1498ada1c 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -1964,6 +1964,23 @@
}, # end of target 'remoting_client_plugin'
{
+ 'target_name': 'remoting_client_jni',
+ 'type': 'shared_library',
+ 'dependencies': [
+ 'remoting_base',
+ 'remoting_client',
+ 'remoting_jingle_glue',
+ 'remoting_protocol',
+ ],
+ 'sources': [
+ 'client/jni/audio_player_impl.cc',
+ 'client/jni/audio_player_impl.h',
+ 'client/jni/token_fetcher.cc',
+ 'client/jni/token_fetcher.h',
+ ],
+ }, # end of target 'remoting_client_jni'
+
+ {
'target_name': 'remoting_host_event_logger',
'type': 'static_library',
'variables': { 'enable_wexit_time_destructors': 1, },
« remoting/client/jni/token_fetcher.cc ('K') | « remoting/client/jni/token_fetcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698