Revert of Revert of Now that the cq runs tests on rel, the compile-only bug should...
[chromium-blink-merge.git] / ui / android / ui_android.gyp
blob462123301b6d7c7e61070a98d7103107ccd3e2f4
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       ],
39     },
40     {
41       'target_name': 'ui_android_jni_headers',
42       'type': 'none',
43       'sources': [
44         'java/src/org/chromium/ui/resources/ResourceManager.java',
45       ],
46       'variables': {
47         'jni_gen_package': 'ui_android',
48       },
49       'includes': [ '../../build/jni_generator.gypi' ],
50     },
51     { 
52       'target_name': 'android_resource_type_java',
53       'type': 'none',
54       'variables': {
55         'source_file': 'resources/resource_manager.h',
56       },
57       'includes': [ '../../build/android/java_cpp_enum.gypi' ],
58     },
59     {
60       'target_name': 'bitmap_format_java',
61       'type': 'none',
62       'variables': {
63         'source_file': '../gfx/android/java_bitmap.h',
64       },
65       'includes': [ '../../build/android/java_cpp_enum.gypi' ],
66     },
67     {
68       'target_name': 'page_transition_types_java',
69       'type': 'none',
70       'variables': {
71         'source_file': '../base/page_transition_types.h',
72       },
73       'includes': [ '../../build/android/java_cpp_enum.gypi' ],
74     },
75     {
76       'target_name': 'system_ui_resource_type_java',
77       'type': 'none',
78       'variables': {
79         'source_file': 'resources/system_ui_resource_type.h',
80       },
81       'includes': [ '../../build/android/java_cpp_enum.gypi' ],
82     },
83     {
84       'target_name': 'touch_device_types_java',
85       'type': 'none',
86       'variables': {
87         'source_file': '../base/touch/touch_device.h',
88       },
89       'includes': [ '../../build/android/java_cpp_enum.gypi' ],
90     },
91     {
92       'target_name': 'window_open_disposition_java',
93       'type': 'none',
94       'variables': {
95         'source_file': '../base/window_open_disposition.h',
96       },
97       'includes': [ '../../build/android/java_cpp_enum.gypi' ],
98     },
99     {
100       'target_name': 'text_input_type_java',
101       'type': 'none',
102       'variables': {
103         'source_file': '../base/ime/text_input_type.h',
104       },
105       'includes': [ '../../build/android/java_cpp_enum.gypi' ],
106     },
107     {
108       'target_name': 'ui_java',
109       'type': 'none',
110       'variables': {
111         'java_in_dir': '../../ui/android/java',
112         'has_java_resources': 1,
113         'R_package': 'org.chromium.ui',
114         'R_package_relpath': 'org/chromium/ui',
115       },
116       'dependencies': [
117         '../../base/base.gyp:base_java',
118         'android_resource_type_java',
119         'bitmap_format_java',
120         'page_transition_types_java',
121         'system_ui_resource_type_java',
122         'touch_device_types_java',
123         'ui_strings_grd',
124         'window_open_disposition_java',
125         'text_input_type_java',
126       ],
127       'includes': [ '../../build/java.gypi' ],
128     },
129     {
130       'target_name': 'ui_javatests',
131       'type': 'none',
132       'variables': {
133         'java_in_dir': '../../ui/android/javatests',
134       },
135       'dependencies': [
136         '../../base/base.gyp:base_java_test_support',
137         'ui_java',
138       ],
139       'includes': [ '../../build/java.gypi' ],
140     },
141     {
142       'target_name': 'ui_strings_grd',
143        # The android_webview/Android.mk file depends on this target directly.
144       'android_unmangled_name': 1,
145       'type': 'none',
146       'variables': {
147         'grd_file': '../../ui/android/java/strings/android_ui_strings.grd',
148       },
149       'includes': [
150         '../../build/java_strings_grd.gypi',
151       ],
152     },
153     {
154       # GN version: //ui/android:ui_android_unittests
155       'target_name': 'ui_android_unittests',
156       'type': '<(gtest_target_type)',
157       'dependencies': [
158         '../../base/base.gyp:base',
159         '../../base/base.gyp:test_support_base',
160         '../../cc/cc.gyp:cc',
161         '../../skia/skia.gyp:skia',
162         '../../testing/android/native_test.gyp:native_test_native_code',
163         '../../testing/gtest.gyp:gtest',
164         '../base/ui_base.gyp:ui_base',
165         '../gfx/gfx.gyp:gfx',
166         '../resources/ui_resources.gyp:ui_test_pak',
167         'ui_android',
168       ],
169       'sources': [
170         'resources/resource_manager_impl_unittest.cc',
171         'run_all_unittests.cc',
172       ],
173     },
174     {
175       'target_name': 'ui_android_unittests_apk',
176       'type': 'none',
177       'dependencies': [
178         'ui_android_unittests',
179         'ui_java',
180       ],
181       'variables': {
182         'test_suite_name': 'ui_android_unittests',
183       },
184       'includes': [ '../../build/apk_test.gypi' ],
185     },
186   ],