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

Side by Side Diff: remoting/remoting_android.gypi

Issue 1321223003: Use scan codes when sending keyboard events froms physical keyboard. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 unified diff | Download patch
« no previous file with comments | « remoting/client/jni/chromoting_jni_runtime.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'conditions': [ 6 'conditions': [
7 ['OS=="android"', { 7 ['OS=="android"', {
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'remoting_jni_headers', 10 'target_name': 'remoting_jni_headers',
11 'type': 'none', 11 'type': 'none',
12 'sources': [ 12 'sources': [
13 'android/java/src/org/chromium/chromoting/jni/Client.java', 13 'android/java/src/org/chromium/chromoting/jni/Client.java',
14 'android/java/src/org/chromium/chromoting/jni/JniInterface.java', 14 'android/java/src/org/chromium/chromoting/jni/JniInterface.java',
15 ], 15 ],
16 'variables': { 16 'variables': {
17 'jni_gen_package': 'remoting', 17 'jni_gen_package': 'remoting',
18 }, 18 },
19 'includes': [ '../build/jni_generator.gypi' ], 19 'includes': [ '../build/jni_generator.gypi' ],
20 }, # end of target 'remoting_jni_headers' 20 }, # end of target 'remoting_jni_headers'
21 { 21 {
22 'target_name': 'remoting_client_jni', 22 'target_name': 'remoting_client_jni',
23 'type': 'shared_library', 23 'type': 'shared_library',
24 'dependencies': [ 24 'dependencies': [
25 'remoting_base', 25 'remoting_base',
26 'remoting_client', 26 'remoting_client',
27 'remoting_jni_headers', 27 'remoting_jni_headers',
28 'remoting_protocol', 28 'remoting_protocol',
29 '../google_apis/google_apis.gyp:google_apis', 29 '../google_apis/google_apis.gyp:google_apis',
30 '../ui/events/events.gyp:dom_keycode_converter',
30 '../ui/gfx/gfx.gyp:gfx', 31 '../ui/gfx/gfx.gyp:gfx',
31 ], 32 ],
32 'sources': [ 33 'sources': [
33 'client/jni/android_keymap.cc', 34 'client/jni/android_keymap.cc',
34 'client/jni/android_keymap.h', 35 'client/jni/android_keymap.h',
35 'client/jni/chromoting_jni_instance.cc', 36 'client/jni/chromoting_jni_instance.cc',
36 'client/jni/chromoting_jni_instance.h', 37 'client/jni/chromoting_jni_instance.h',
37 'client/jni/chromoting_jni_runtime.cc', 38 'client/jni/chromoting_jni_runtime.cc',
38 'client/jni/chromoting_jni_runtime.h', 39 'client/jni/chromoting_jni_runtime.h',
39 'client/jni/jni_client.cc', 40 'client/jni/jni_client.cc',
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 ], 169 ],
169 'variables': { 170 'variables': {
170 'test_suite_name': 'remoting_unittests', 171 'test_suite_name': 'remoting_unittests',
171 }, 172 },
172 'includes': [ '../build/apk_test.gypi' ], 173 'includes': [ '../build/apk_test.gypi' ],
173 }, 174 },
174 ], 175 ],
175 }], # 'OS=="android" 176 }], # 'OS=="android"
176 ], # end of 'conditions' 177 ], # end of 'conditions'
177 } 178 }
OLDNEW
« no previous file with comments | « remoting/client/jni/chromoting_jni_runtime.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698