ozone: evdev: Sync caps lock LED state to evdev
[chromium-blink-merge.git] / ui / android / ui_android.gyp
blob5a155fcd2f1b1c1b0d389e0f59697fff484b8346
1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
6   'variables': {
7     'chromium_code': 1,
8   },
9   'targets': [
10     {
11       # GN version: //ui/android
12       'target_name': 'ui_android',
13       'type': '<(component)',
14       'dependencies': [
15         '../../base/base.gyp:base',
16         '../../cc/cc.gyp:cc',
17         '../../skia/skia.gyp:skia',
18         '../gfx/gfx.gyp:gfx',
19         '../gfx/gfx.gyp:gfx_geometry',
20         'ui_android_jni_headers',
21       ],
22       'defines': [
23         'UI_ANDROID_IMPLEMENTATION',
24       ],
25       'sources' : [
26         'resources/resource_manager.cc',
27         'resources/resource_manager.h',
28         'resources/resource_manager_impl.cc',
29         'resources/resource_manager_impl.h',
30         'resources/ui_resource_android.cc',
31         'resources/ui_resource_android.h',
32         'resources/ui_resource_client_android.h',
33         'resources/ui_resource_provider.cc',
34         'resources/ui_resource_provider.h',
35         'ui_android_export.h',
36         'ui_android_jni_registrar.cc',
37         'ui_android_jni_registrar.h',
38         'view_android.cc',
39         'view_android.h',
40         'window_android.cc',
41         'window_android.h',
42         'window_android_compositor.h',
43         'window_android_observer.h',
44       ],
45     },
46     {
47       'target_name': 'ui_android_jni_headers',
48       'type': 'none',
49       'sources': [
50         'java/src/org/chromium/ui/base/ViewAndroid.java',
51         'java/src/org/chromium/ui/base/WindowAndroid.java',
52         'java/src/org/chromium/ui/resources/ResourceManager.java',
53       ],
54       'variables': {
55         'jni_gen_package': 'ui_android',
56       },
57       'includes': [ '../../build/jni_generator.gypi' ],
58     },
59     { 
60       'target_name': 'android_resource_type_java',
61       'type': 'none',
62       'variables': {
63         'source_file': 'resources/resource_manager.h',
64       },
65       'includes': [ '../../build/android/java_cpp_enum.gypi' ],
66     },
67     {
68       'target_name': 'bitmap_format_java',
69       'type': 'none',
70       'variables': {
71         'source_file': '../gfx/android/java_bitmap.h',
72       },
73       'includes': [ '../../build/android/java_cpp_enum.gypi' ],
74     },
75     {
76       'target_name': 'page_transition_types_java',
77       'type': 'none',
78       'variables': {
79         'source_file': '../base/page_transition_types.h',
80       },
81       'includes': [ '../../build/android/java_cpp_enum.gypi' ],
82     },
83     {
84       'target_name': 'system_ui_resource_type_java',
85       'type': 'none',
86       'variables': {
87         'source_file': 'resources/system_ui_resource_type.h',
88       },
89       'includes': [ '../../build/android/java_cpp_enum.gypi' ],
90     },
91     {
92       'target_name': 'touch_device_types_java',
93       'type': 'none',
94       'variables': {
95         'source_file': '../base/touch/touch_device.h',
96       },
97       'includes': [ '../../build/android/java_cpp_enum.gypi' ],
98     },
99     {
100       'target_name': 'window_open_disposition_java',
101       'type': 'none',
102       'variables': {
103         'source_file': '../base/window_open_disposition.h',
104       },
105       'includes': [ '../../build/android/java_cpp_enum.gypi' ],
106     },
107     {
108       'target_name': 'text_input_type_java',
109       'type': 'none',
110       'variables': {
111         'source_file': '../base/ime/text_input_type.h',
112       },
113       'includes': [ '../../build/android/java_cpp_enum.gypi' ],
114     },
115     {
116       'target_name': 'ui_java',
117       'type': 'none',
118       'variables': {
119         'java_in_dir': '../../ui/android/java',
120         'has_java_resources': 1,
121         'R_package': 'org.chromium.ui',
122         'R_package_relpath': 'org/chromium/ui',
123       },
124       'dependencies': [
125         '../../base/base.gyp:base_java',
126         'android_resource_type_java',
127         'bitmap_format_java',
128         'page_transition_types_java',
129         'system_ui_resource_type_java',
130         'touch_device_types_java',
131         'ui_strings_grd',
132         'window_open_disposition_java',
133         'text_input_type_java',
134       ],
135       'includes': [ '../../build/java.gypi' ],
136     },
137     {
138       'target_name': 'ui_javatests',
139       'type': 'none',
140       'variables': {
141         'java_in_dir': '../../ui/android/javatests',
142       },
143       'dependencies': [
144         '../../base/base.gyp:base_java_test_support',
145         'ui_java',
146       ],
147       'includes': [ '../../build/java.gypi' ],
148     },
149     {
150       'target_name': 'ui_strings_grd',
151        # The android_webview/Android.mk file depends on this target directly.
152       'android_unmangled_name': 1,
153       'type': 'none',
154       'variables': {
155         'grd_file': '../../ui/android/java/strings/android_ui_strings.grd',
156       },
157       'includes': [
158         '../../build/java_strings_grd.gypi',
159       ],
160     },
161     {
162       # GN version: //ui/android:ui_android_unittests
163       'target_name': 'ui_android_unittests',
164       'type': '<(gtest_target_type)',
165       'dependencies': [
166         '../../base/base.gyp:base',
167         '../../base/base.gyp:test_support_base',
168         '../../cc/cc.gyp:cc',
169         '../../skia/skia.gyp:skia',
170         '../../testing/android/native_test.gyp:native_test_native_code',
171         '../../testing/gtest.gyp:gtest',
172         '../base/ui_base.gyp:ui_base',
173         '../gfx/gfx.gyp:gfx',
174         '../resources/ui_resources.gyp:ui_test_pak',
175         'ui_android',
176       ],
177       'sources': [
178         'resources/resource_manager_impl_unittest.cc',
179         'run_all_unittests.cc',
180       ],
181     },
182     {
183       'target_name': 'ui_android_unittests_apk',
184       'type': 'none',
185       'dependencies': [
186         'ui_android_unittests',
187         'ui_java',
188       ],
189       'variables': {
190         'test_suite_name': 'ui_android_unittests',
191       },
192       'includes': [ '../../build/apk_test.gypi' ],
193     },
194   ],