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

Unified Diff: remoting/remoting.gyp

Issue 19506004: Add the beginnings of a Chromoting Android app (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Gary's spacing and commenting concerns 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
« remoting/android/java/res/layout/main.xml ('K') | « remoting/protocol/errors.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index d6d5bd3e31c513be12e190d8cda8a7d2c15ac2da..ef2761737158de46c1f6d0c5a536effa853bc641 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -1829,6 +1829,21 @@
'client/jni/jni_interface.cc',
],
}, # end of target 'remoting_client_jni'
+ {
+ 'target_name': 'remoting_apk',
+ 'type': 'none',
+ 'dependencies': [
+ 'remoting_client_jni',
+ ],
+ 'variables': {
+ 'apk_name': 'Chromoting',
+ 'manifest_package_name': 'org.chromium.chromoting',
+ 'java_in_dir': 'android/java',
+ 'resource_dir': 'android/java/res',
+ 'native_lib_target': 'libremoting_client_jni',
+ },
+ 'includes': [ '../build/java_apk.gypi' ],
+ }, # end of target 'remoting_apk'
], # end of 'targets'
}], # 'OS=="android"'
« remoting/android/java/res/layout/main.xml ('K') | « remoting/protocol/errors.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698