Remove WebKitTestRunner::setClientWindowRect.
[chromium-blink-merge.git] / cc / cc_tests.gyp
blob6d8ffc92002b75485b77431ab53d2ef26038b5c6
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.
6   'variables': {
7     'chromium_code': 1,
8     'cc_unit_tests_source_files': [
9       'animation/animation_unittest.cc',
10       'animation/keyframed_animation_curve_unittest.cc',
11       'animation/layer_animation_controller_unittest.cc',
12       'animation/scrollbar_animation_controller_linear_fade_unittest.cc',
13       'animation/scrollbar_animation_controller_thinning_unittest.cc',
14       'animation/timing_function_unittest.cc',
15       'animation/transform_operations_unittest.cc',
16       'base/float_quad_unittest.cc',
17       'base/math_util_unittest.cc',
18       'base/region_unittest.cc',
19       'base/scoped_ptr_vector_unittest.cc',
20       'base/tiling_data_unittest.cc',
21       'base/util_unittest.cc',
22       'debug/micro_benchmark_controller_unittest.cc',
23       'input/top_controls_manager_unittest.cc',
24       'layers/content_layer_unittest.cc',
25       'layers/contents_scaling_layer_unittest.cc',
26       'layers/delegated_frame_provider_unittest.cc',
27       'layers/delegated_renderer_layer_impl_unittest.cc',
28       'layers/heads_up_display_unittest.cc',
29       'layers/heads_up_display_layer_impl_unittest.cc',
30       'layers/layer_impl_unittest.cc',
31       'layers/layer_iterator_unittest.cc',
32       'layers/layer_position_constraint_unittest.cc',
33       'layers/layer_unittest.cc',
34       'layers/nine_patch_layer_impl_unittest.cc',
35       'layers/nine_patch_layer_unittest.cc',
36       'layers/picture_image_layer_impl_unittest.cc',
37       'layers/picture_layer_impl_unittest.cc',
38       'layers/picture_layer_unittest.cc',
39       'layers/render_surface_unittest.cc',
40       'layers/scrollbar_layer_unittest.cc',
41       'layers/solid_color_layer_impl_unittest.cc',
42       'layers/texture_layer_unittest.cc',
43       'layers/tiled_layer_impl_unittest.cc',
44       'layers/tiled_layer_unittest.cc',
45       'layers/ui_resource_layer_impl_unittest.cc',
46       'layers/ui_resource_layer_unittest.cc',
47       'output/delegating_renderer_unittest.cc',
48       'output/filter_operations_unittest.cc',
49       'output/gl_renderer_unittest.cc',
50       'output/output_surface_unittest.cc',
51       'output/renderer_pixeltest.cc',
52       'output/shader_unittest.cc',
53       'output/software_renderer_unittest.cc',
54       'quads/draw_quad_unittest.cc',
55       'quads/render_pass_unittest.cc',
56       'resources/layer_quad_unittest.cc',
57       'resources/picture_layer_tiling_set_unittest.cc',
58       'resources/picture_layer_tiling_unittest.cc',
59       'resources/picture_pile_impl_unittest.cc',
60       'resources/picture_pile_unittest.cc',
61       'resources/picture_unittest.cc',
62       'resources/prioritized_resource_unittest.cc',
63       'resources/prioritized_tile_set_unittest.cc',
64       'resources/raster_worker_pool_unittest.cc',
65       'resources/resource_provider_unittest.cc',
66       'resources/resource_update_controller_unittest.cc',
67       'resources/scoped_resource_unittest.cc',
68       'resources/texture_mailbox_deleter_unittest.cc',
69       'resources/tile_manager_unittest.cc',
70       'resources/tile_priority_unittest.cc',
71       'resources/video_resource_updater_unittest.cc',
72       'resources/worker_pool_unittest.cc',
73       'scheduler/delay_based_time_source_unittest.cc',
74       'scheduler/frame_rate_controller_unittest.cc',
75       'scheduler/rolling_time_delta_history_unittest.cc',
76       'scheduler/scheduler_state_machine_unittest.cc',
77       'scheduler/scheduler_unittest.cc',
78       'scheduler/texture_uploader_unittest.cc',
79       'test/fake_web_graphics_context_3d_unittest.cc',
80       'test/layer_tree_json_parser_unittest.cc',
81       'trees/damage_tracker_unittest.cc',
82       'trees/layer_sorter_unittest.cc',
83       'trees/layer_tree_host_common_unittest.cc',
84       'trees/layer_tree_host_impl_unittest.cc',
85       'trees/layer_tree_host_pixeltest_filters.cc',
86       'trees/layer_tree_host_pixeltest_masks.cc',
87       'trees/layer_tree_host_pixeltest_on_demand_raster.cc',
88       'trees/layer_tree_host_pixeltest_readback.cc',
89       'trees/layer_tree_host_unittest_animation.cc',
90       'trees/layer_tree_host_unittest.cc',
91       'trees/layer_tree_host_unittest_context.cc',
92       'trees/layer_tree_host_unittest_damage.cc',
93       'trees/layer_tree_host_unittest_delegated.cc',
94       'trees/layer_tree_host_unittest_occlusion.cc',
95       'trees/layer_tree_host_unittest_picture.cc',
96       'trees/layer_tree_host_unittest_scroll.cc',
97       'trees/layer_tree_host_unittest_video.cc',
98       'trees/occlusion_tracker_unittest.cc',
99       'trees/quad_culler_unittest.cc',
100       'trees/tree_synchronizer_unittest.cc',
101     ],
102     'cc_tests_support_files': [
103       'test/animation_test_common.cc',
104       'test/animation_test_common.h',
105       'test/fake_content_layer.cc',
106       'test/fake_content_layer.h',
107       'test/fake_content_layer_client.cc',
108       'test/fake_content_layer_client.h',
109       'test/fake_content_layer_impl.cc',
110       'test/fake_content_layer_impl.h',
111       'test/fake_delegated_renderer_layer.cc',
112       'test/fake_delegated_renderer_layer.h',
113       'test/fake_delegated_renderer_layer_impl.cc',
114       'test/fake_delegated_renderer_layer_impl.h',
115       'test/fake_impl_proxy.h',
116       'test/fake_layer_tree_host_client.cc',
117       'test/fake_layer_tree_host_client.h',
118       'test/fake_layer_tree_host_impl.cc',
119       'test/fake_layer_tree_host_impl_client.cc',
120       'test/fake_layer_tree_host_impl_client.h',
121       'test/fake_layer_tree_host_impl.h',
122       'test/fake_layer_tree_host.cc',
123       'test/fake_layer_tree_host.h',
124       'test/fake_painted_scrollbar_layer.cc',
125       'test/fake_painted_scrollbar_layer.h',
126       'test/fake_picture_layer.cc',
127       'test/fake_picture_layer.h',
128       'test/fake_picture_layer_impl.cc',
129       'test/fake_picture_layer_impl.h',
130       'test/fake_picture_layer_tiling_client.cc',
131       'test/fake_picture_layer_tiling_client.h',
132       'test/fake_picture_pile_impl.cc',
133       'test/fake_picture_pile_impl.h',
134       'test/fake_proxy.cc',
135       'test/fake_proxy.h',
136       'test/fake_rendering_stats_instrumentation.h',
137       'test/fake_scrollbar.cc',
138       'test/fake_scrollbar.h',
139       'test/fake_tile_manager.cc',
140       'test/fake_tile_manager.h',
141       'test/fake_tile_manager_client.h',
142       'test/fake_tile_manager_client.cc',
143       'test/fake_ui_resource_layer_tree_host_impl.h',
144       'test/fake_ui_resource_layer_tree_host_impl.cc',
145       'test/fake_output_surface.cc',
146       'test/fake_output_surface.h',
147       'test/fake_output_surface_client.cc',
148       'test/fake_output_surface_client.h',
149       'test/fake_scoped_ui_resource.cc',
150       'test/fake_scoped_ui_resource.h',
151       'test/fake_video_frame_provider.cc',
152       'test/fake_video_frame_provider.h',
153       'test/geometry_test_utils.cc',
154       'test/geometry_test_utils.h',
155       'test/impl_side_painting_settings.h',
156       'test/layer_test_common.cc',
157       'test/layer_test_common.h',
158       'test/layer_tree_pixel_test.cc',
159       'test/layer_tree_pixel_test.h',
160       'test/layer_tree_test.cc',
161       'test/layer_tree_test.h',
162       'test/layer_tree_json_parser.cc',
163       'test/layer_tree_json_parser.h',
164       'test/mock_quad_culler.cc',
165       'test/mock_quad_culler.h',
166       'test/occlusion_tracker_test_common.h',
167       'test/paths.cc',
168       'test/paths.h',
169       'test/pixel_test.cc',
170       'test/pixel_test.h',
171       'test/pixel_test_output_surface.cc',
172       'test/pixel_test_output_surface.h',
173       'test/pixel_test_software_output_device.cc',
174       'test/pixel_test_software_output_device.h',
175       'test/render_pass_test_common.cc',
176       'test/render_pass_test_common.h',
177       'test/render_pass_test_utils.cc',
178       'test/render_pass_test_utils.h',
179       'test/scheduler_test_common.cc',
180       'test/scheduler_test_common.h',
181       'test/solid_color_content_layer_client.h',
182       'test/solid_color_content_layer_client.cc',
183       'test/skia_common.cc',
184       'test/skia_common.h',
185       'test/test_tile_priorities.cc',
186       'test/test_tile_priorities.h',
187       'test/tiled_layer_test_common.cc',
188       'test/tiled_layer_test_common.h',
189     ],
190   },
191   'targets': [
192     {
193       'target_name': 'cc_unittests',
194       'type': '<(gtest_target_type)',
195       'dependencies': [
196         '../base/base.gyp:test_support_base',
197         '../gpu/gpu.gyp:gpu',
198         '../media/media.gyp:media',
199         '../skia/skia.gyp:skia',
200         '../testing/gmock.gyp:gmock',
201         '../testing/gtest.gyp:gtest',
202         '../ui/gfx/gfx.gyp:gfx',
203         '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
204         'cc.gyp:cc',
205         'cc_test_support',
206         'cc_test_utils',
207       ],
208       'sources': [
209         'test/run_all_unittests.cc',
210         'test/cc_test_suite.cc',
211         '<@(cc_unit_tests_source_files)',
212       ],
213       'include_dirs': [
214         'test',
215         '.',
216       ],
217       'conditions': [
218         ['OS == "android" and gtest_target_type == "shared_library"',
219           {
220             'dependencies': [
221               '../testing/android/native_test.gyp:native_test_native_code',
222             ],
223           }
224         ],
225         [ 'os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"',
226           {
227             'conditions': [
228               [ 'linux_use_tcmalloc==1',
229                 {
230                   'dependencies': [
231                     '../base/allocator/allocator.gyp:allocator',
232                   ],
233                 }
234               ],
235             ],
236           }
237         ],
238       ],
239       # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
240       'msvs_disabled_warnings': [ 4267, ],
241     },
242     {
243       'target_name': 'cc_perftests',
244       'type': '<(gtest_target_type)',
245       'dependencies': [
246         '../base/base.gyp:test_support_base',
247         '../gpu/gpu.gyp:gpu',
248         '../media/media.gyp:media',
249         '../skia/skia.gyp:skia',
250         '../testing/gmock.gyp:gmock',
251         '../testing/gtest.gyp:gtest',
252         '../testing/perf/perf_test.gyp:*',
253         '../ui/gfx/gfx.gyp:gfx',
254         'cc.gyp:cc',
255         'cc_test_support',
256       ],
257       'sources': [
258         'resources/picture_layer_tiling_perftest.cc',
259         'resources/raster_worker_pool_perftest.cc',
260         'resources/tile_manager_perftest.cc',
261         'resources/worker_pool_perftest.cc',
262         'test/cc_test_suite.cc',
263         'test/lap_timer.cc',
264         'test/run_all_perftests.cc',
265         'trees/layer_tree_host_common_perftest.cc',
266         'trees/layer_tree_host_perftest.cc',
267       ],
268       'include_dirs': [
269         'test',
270         '.',
271       ],
272       'conditions': [
273         ['OS == "android" and gtest_target_type == "shared_library"',
274           {
275             'dependencies': [
276               '../testing/android/native_test.gyp:native_test_native_code',
277             ],
278           }
279         ],
280         # See http://crbug.com/162998#c4 for why this is needed.
281         ['OS=="linux" and linux_use_tcmalloc==1',
282           {
283             'dependencies': [
284               '../base/allocator/allocator.gyp:allocator',
285             ],
286           }
287         ],
288       ],
289       # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
290       'msvs_disabled_warnings': [ 4267, ],
291     },
292     {
293       'target_name': 'cc_test_support',
294       'type': 'static_library',
295       'include_dirs': [
296         'test',
297         '.',
298         '..',
299       ],
300       'dependencies': [
301         '../skia/skia.gyp:skia',
302         '../testing/gmock.gyp:gmock',
303         '../testing/gtest.gyp:gtest',
304         '../third_party/WebKit/public/blink.gyp:blink_minimal',
305         '../third_party/mesa/mesa.gyp:osmesa',
306         '../ui/gfx/gfx.gyp:gfx',
307         '../ui/gl/gl.gyp:gl',
308       ],
309       'sources': [
310         '<@(cc_tests_support_files)',
311       ],
312       # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
313       'msvs_disabled_warnings': [ 4267, ],
314     },
315     {
316       'target_name': 'cc_test_utils',
317       'type': 'static_library',
318       'include_dirs': [
319         '..'
320       ],
321       'sources': [
322         'test/pixel_comparator.cc',
323         'test/pixel_comparator.h',
324         'test/pixel_test_utils.cc',
325         'test/pixel_test_utils.h',
326       ],
327       'dependencies': [
328         '../skia/skia.gyp:skia',
329         '../ui/gfx/gfx.gyp:gfx',
330         '../ui/ui_unittests.gyp:ui_test_support',
331       ],
332     },
333   ],
334   'conditions': [
335     # Special target to wrap a gtest_target_type==shared_library
336     # cc_unittests into an android apk for execution.
337     ['OS == "android" and gtest_target_type == "shared_library"',
338       {
339         'targets': [
340           {
341             'target_name': 'cc_unittests_apk',
342             'type': 'none',
343             'dependencies': [
344               'cc_unittests',
345             ],
346             'variables': {
347               'test_suite_name': 'cc_unittests',
348               'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_unittests<(SHARED_LIB_SUFFIX)',
349             },
350             'includes': [ '../build/apk_test.gypi' ],
351           },
352           {
353             'target_name': 'cc_perftests_apk',
354             'type': 'none',
355             'dependencies': [
356               'cc_perftests',
357             ],
358             'variables': {
359               'test_suite_name': 'cc_perftests',
360               'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perftests<(SHARED_LIB_SUFFIX)',
361             },
362             'includes': [ '../build/apk_test.gypi' ],
363           },
364         ],
365       }
366     ]
367   ],