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

Unified Diff: remoting/remoting.gyp

Issue 21120005: Add Android Chromoting client keyboard input (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Improve related comments 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 6816b7e7d4f8d3f2bb22696a58ec380c8a3c3545..5002c77731af2923fbdc3096fab065f923e38e97 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -1691,6 +1691,8 @@
'../google_apis/google_apis.gyp:google_apis',
],
'sources': [
+ 'client/jni/android_keymap.cc',
+ 'client/jni/android_keymap.h',
'client/jni/chromoting_jni_instance.cc',
'client/jni/chromoting_jni_instance.h',
'client/jni/chromoting_jni_runtime.cc',
@@ -1719,9 +1721,16 @@
],
},
{
+ 'destination': '<(SHARED_INTERMEDIATE_DIR)/remoting/android/res/menu',
+ 'files': [
+ 'resources/actionbar.xml',
+ ],
+ },
+ {
'destination': '<(SHARED_INTERMEDIATE_DIR)/remoting/android/res/values',
'files': [
'resources/strings.xml',
+ 'resources/styles.xml',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698