Printing: PDFs should only be fit to page if there is a size mismatch.
[chromium-blink-merge.git] / android_webview / android_webview_tests.gypi
blobe242a6e850dbf734c53b630ddd8d7658990e6a90
1 # Copyright (c) 2012 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.
5   'targets': [
6     {
7       'target_name': 'android_webview_apk',
8       'type': 'none',
9       'dependencies': [
10         'libstandalonelibwebviewchromium',
11         'android_webview_java',
12         'android_webview_pak',
13         'libdrawgl',
14       ],
15       'variables': {
16         'apk_name': 'AndroidWebView',
17         'java_in_dir': 'test/shell',
18         'native_lib_target': 'libstandalonelibwebviewchromium',
19         'resource_dir': 'test/shell/res',
20         'extensions_to_not_compress': 'pak,dat,bin',
21         'asset_location': '<(PRODUCT_DIR)/android_webview_apk/assets',
22         'extra_native_libs': ['<(SHARED_LIB_DIR)/libdrawgl.>(android_product_extension)'],
23         'snapshot_copy_files': '<(snapshot_copy_files)',
24         'additional_input_paths': [
25           '<(asset_location)/webviewchromium.pak',
26           '<(asset_location)/en-US.pak',
27           '<(asset_location)/asset_file.html',
28           '<(asset_location)/cookie_test.html',
29           '<(asset_location)/asset_icon.png',
30           '<(asset_location)/full_screen_video.js',
31           '<(asset_location)/full_screen_video_test.html',
32           '<(asset_location)/full_screen_video_inside_div_test.html',
33           '<(asset_location)/multiple_videos_test.html',
34           '<(asset_location)/video.mp4',
35           '<(asset_location)/visual_state_during_fullscreen_test.html',
36           '<(asset_location)/visual_state_waits_for_js_test.html',
37           '<@(snapshot_additional_input_paths)',
38         ],
39         'conditions': [
40           ['icu_use_data_file_flag==1', {
41             'additional_input_paths': [
42               '<(asset_location)/icudtl.dat',
43             ],
44           }],
45         ],
46         'includes': [ 'snapshot_copying.gypi' ],
47       },
48       'copies': [
49         {
50           'destination': '<(asset_location)',
51           'files': [
52             '<(PRODUCT_DIR)/android_webview_assets/webviewchromium.pak',
53             '<(PRODUCT_DIR)/android_webview_assets/locales/en-US.pak',
54             '<(java_in_dir)/assets/asset_file.html',
55             '<(java_in_dir)/assets/asset_icon.png',
56             '<(java_in_dir)/assets/cookie_test.html',
57             '<(java_in_dir)/assets/full_screen_video.js',
58             '<(java_in_dir)/assets/full_screen_video_test.html',
59             '<(java_in_dir)/assets/full_screen_video_inside_div_test.html',
60             '<(java_in_dir)/assets/multiple_videos_test.html',
61             '<(java_in_dir)/assets/video.mp4',
62             '<(java_in_dir)/assets/visual_state_during_fullscreen_test.html',
63             '<(java_in_dir)/assets/visual_state_waits_for_js_test.html',
64             '<@(snapshot_copy_files)',
65           ],
66           'conditions': [
67             ['icu_use_data_file_flag==1', {
68               'files': [
69                 '<(PRODUCT_DIR)/icudtl.dat',
70               ],
71             }],
72           ],
73         },
74       ],
75       'includes': [ '../build/java_apk.gypi' ],
76     },
77     {
78       # android_webview_apk creates a .jar as a side effect. Any java
79       # targets that need that .jar in their classpath should depend on this
80       # target. For more details see the chrome_shell_apk_java target.
81       'target_name': 'android_webview_apk_java',
82       'type': 'none',
83       'dependencies': [
84         'android_webview_apk',
85       ],
86       'includes': [ '../build/apk_fake_jar.gypi' ],
87     },
88     {
89       'target_name': 'android_webview_test_apk',
90       'type': 'none',
91       'dependencies': [
92         '../base/base.gyp:base_java_test_support',
93         '../content/content_shell_and_tests.gyp:content_java_test_support',
94         '../net/net.gyp:net_java_test_support',
95         'android_webview_apk_java',
96       ],
97       'variables': {
98         'apk_name': 'AndroidWebViewTest',
99         'java_in_dir': '../android_webview/javatests',
100         'is_test_apk': 1,
101       },
102       'includes': [ '../build/java_apk.gypi' ],
103     },
104     {
105       'target_name': 'android_webview_unittests',
106       'type': '<(gtest_target_type)',
107       'dependencies': [
108         '../base/base.gyp:test_support_base',
109         '../content/content_shell_and_tests.gyp:test_support_content',
110         '../net/net.gyp:net_test_support',
111         '../testing/android/native_test.gyp:native_test_native_code',
112         '../testing/gmock.gyp:gmock',
113         '../testing/gtest.gyp:gtest',
114         '../ui/base/ui_base.gyp:ui_base_jni_headers',
115         '../ui/gl/gl.gyp:gl',
116         'android_webview_common',
117         'android_webview_unittests_jni',
118       ],
119       'include_dirs': [
120         '..',
121         '../skia/config',
122         '<(SHARED_INTERMEDIATE_DIR)/android_webview_unittests',
123       ],
124       'sources': [
125         'browser/aw_static_cookie_policy_unittest.cc',
126         'browser/aw_form_database_service_unittest.cc',
127         'browser/browser_view_renderer_unittest.cc',
128         'browser/net/android_stream_reader_url_request_job_unittest.cc',
129         'browser/net/input_stream_reader_unittest.cc',
130         'browser/test/fake_window.cc',
131         'browser/test/fake_window.h',
132         'browser/test/rendering_test.cc',
133         'browser/test/rendering_test.h',
134         'lib/main/webview_tests.cc',
135         'native/aw_contents_client_bridge_unittest.cc',
136         'native/aw_media_url_interceptor_unittest.cc',
137         'native/input_stream_unittest.cc',
138         'native/permission/media_access_permission_request_unittest.cc',
139         'native/permission/permission_request_handler_unittest.cc',
140         'native/state_serializer_unittest.cc',
141       ],
142     },
143     {
144       'target_name': 'android_webview_unittest_java',
145       'type': 'none',
146       'dependencies': [
147         '../base/base.gyp:base_java_test_support',
148         '../content/content_shell_and_tests.gyp:content_java_test_support',
149         'android_webview_java',
150       ],
151       'variables': {
152         'java_in_dir': '../android_webview/unittestjava',
153       },
154       'includes': [ '../build/java.gypi' ],
155     },
156     {
157       'target_name': 'android_webview_unittests_jni',
158       'type': 'none',
159       'sources': [
160           '../android_webview/unittestjava/src/org/chromium/android_webview/unittest/InputStreamUnittest.java',
161           '../android_webview/unittestjava/src/org/chromium/android_webview/unittest/MockAwContentsClientBridge.java',
162       ],
163       'variables': {
164         'jni_gen_package': 'android_webview_unittests',
165       },
166       'includes': [ '../build/jni_generator.gypi' ],
167     },
168     {
169       'target_name': 'android_webview_unittests_apk',
170       'type': 'none',
171       'dependencies': [
172         'android_webview_unittest_java',
173         'android_webview_unittests',
174       ],
175       'variables': {
176         'test_suite_name': 'android_webview_unittests',
177         'additional_input_paths': [
178           '<(PRODUCT_DIR)/android_webview_unittests_apk/assets/asset_file.ogg',
179         ],
180       },
181       'copies': [
182         {
183           'destination': '<(PRODUCT_DIR)/android_webview_unittests_apk/assets',
184           'files': [
185             'test/unittest/assets/asset_file.ogg',
186           ],
187         },
188       ],
189       'includes': [ '../build/apk_test.gypi' ],
190     },
191     {
192       'target_name': 'libdrawgl',
193       'type': 'shared_library',
194       # Do not depend on any other component here, since this target
195       # builds a separate shared library!
196       'include_dirs': [
197         '..',
198       ],
199       'variables': {
200         # This library uses native JNI exports; tell gyp so that the required
201         # symbols will be kept.
202         'use_native_jni_exports': 1,
203       },
204       'sources': [
205           '../android_webview/test/shell/src/draw_gl/draw_gl.cc',
206       ],
207     },
208     {
209       'target_name': 'libstandalonelibwebviewchromium',
210       'includes': [
211         'libwebviewchromium.gypi',
212       ],
213     },
214   ],