[go: nahoru, domu]

blob: 1f38518eb5c9c356bfa8e67a81b32941c3682f54 [file] [log] [blame]
brettw@chromium.orgd05751a22014-05-29 20:54:241# Copyright 2014 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.
4
qsrfb5251d12015-01-21 15:57:225import("//testing/test.gni")
6
brettw@chromium.orgd05751a22014-05-29 20:54:247component("cc") {
8 sources = [
9 "animation/animation.cc",
10 "animation/animation.h",
11 "animation/animation_curve.cc",
12 "animation/animation_curve.h",
13 "animation/animation_delegate.h",
14 "animation/animation_events.cc",
15 "animation/animation_events.h",
16 "animation/animation_id_provider.cc",
17 "animation/animation_id_provider.h",
18 "animation/animation_registrar.cc",
19 "animation/animation_registrar.h",
20 "animation/keyframed_animation_curve.cc",
21 "animation/keyframed_animation_curve.h",
22 "animation/layer_animation_controller.cc",
23 "animation/layer_animation_controller.h",
24 "animation/layer_animation_event_observer.h",
25 "animation/layer_animation_value_observer.h",
26 "animation/layer_animation_value_provider.h",
27 "animation/scroll_offset_animation_curve.cc",
28 "animation/scroll_offset_animation_curve.h",
brettw@chromium.orgd05751a22014-05-29 20:54:2429 "animation/scrollbar_animation_controller.cc",
satorux457770e2015-02-18 18:33:3930 "animation/scrollbar_animation_controller.h",
brettw@chromium.orgd05751a22014-05-29 20:54:2431 "animation/scrollbar_animation_controller_linear_fade.cc",
32 "animation/scrollbar_animation_controller_linear_fade.h",
33 "animation/scrollbar_animation_controller_thinning.cc",
34 "animation/scrollbar_animation_controller_thinning.h",
35 "animation/timing_function.cc",
36 "animation/timing_function.h",
37 "animation/transform_operation.cc",
38 "animation/transform_operation.h",
39 "animation/transform_operations.cc",
40 "animation/transform_operations.h",
brettw@chromium.orgd05751a22014-05-29 20:54:2441 "debug/benchmark_instrumentation.cc",
42 "debug/benchmark_instrumentation.h",
43 "debug/debug_colors.cc",
44 "debug/debug_colors.h",
45 "debug/debug_rect_history.cc",
46 "debug/debug_rect_history.h",
47 "debug/devtools_instrumentation.h",
48 "debug/frame_rate_counter.cc",
49 "debug/frame_rate_counter.h",
vmpstr3d1d72c2015-01-26 18:27:4050 "debug/frame_timing_request.cc",
51 "debug/frame_timing_request.h",
michaelblain1bcdf892015-01-17 01:24:3052 "debug/frame_timing_tracker.cc",
53 "debug/frame_timing_tracker.h",
hendrikw9385e492014-12-17 21:42:5954 "debug/frame_viewer_instrumentation.cc",
brettw@chromium.orgd05751a22014-05-29 20:54:2455 "debug/frame_viewer_instrumentation.h",
jamesr@chromium.orgd5ba08c2014-06-18 07:01:0856 "debug/invalidation_benchmark.cc",
57 "debug/invalidation_benchmark.h",
brettw@chromium.orgd05751a22014-05-29 20:54:2458 "debug/lap_timer.cc",
59 "debug/lap_timer.h",
60 "debug/layer_tree_debug_state.cc",
61 "debug/layer_tree_debug_state.h",
62 "debug/micro_benchmark.cc",
63 "debug/micro_benchmark.h",
brettw@chromium.orgd05751a22014-05-29 20:54:2464 "debug/micro_benchmark_controller.cc",
65 "debug/micro_benchmark_controller.h",
66 "debug/micro_benchmark_controller_impl.cc",
67 "debug/micro_benchmark_controller_impl.h",
satorux457770e2015-02-18 18:33:3968 "debug/micro_benchmark_impl.cc",
69 "debug/micro_benchmark_impl.h",
brettw@chromium.orgd05751a22014-05-29 20:54:2470 "debug/paint_time_counter.cc",
71 "debug/paint_time_counter.h",
ajumad7dd21a2015-01-09 00:57:3172 "debug/picture_debug_util.cc",
73 "debug/picture_debug_util.h",
brettw@chromium.orgd05751a22014-05-29 20:54:2474 "debug/picture_record_benchmark.cc",
75 "debug/picture_record_benchmark.h",
76 "debug/rasterize_and_record_benchmark.cc",
77 "debug/rasterize_and_record_benchmark.h",
78 "debug/rasterize_and_record_benchmark_impl.cc",
79 "debug/rasterize_and_record_benchmark_impl.h",
80 "debug/rendering_stats.cc",
81 "debug/rendering_stats.h",
82 "debug/rendering_stats_instrumentation.cc",
83 "debug/rendering_stats_instrumentation.h",
84 "debug/ring_buffer.h",
85 "debug/traced_picture.cc",
86 "debug/traced_picture.h",
87 "debug/traced_value.cc",
88 "debug/traced_value.h",
89 "debug/unittest_only_benchmark.cc",
90 "debug/unittest_only_benchmark.h",
91 "debug/unittest_only_benchmark_impl.cc",
92 "debug/unittest_only_benchmark_impl.h",
ccameron36d091f2014-11-07 03:18:5093 "input/input_handler.cc",
brettw@chromium.orgd05751a22014-05-29 20:54:2494 "input/input_handler.h",
tfarina@chromium.orgb2ba2d42014-07-03 18:14:5095 "input/layer_selection_bound.cc",
96 "input/layer_selection_bound.h",
satorux457770e2015-02-18 18:33:3997 "input/page_scale_animation.cc",
98 "input/page_scale_animation.h",
ccameron4163cc352014-11-13 19:06:3699 "input/scroll_elasticity_helper.cc",
100 "input/scroll_elasticity_helper.h",
tfarina@chromium.orgb2ba2d42014-07-03 18:14:50101 "input/selection_bound_type.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24102 "input/top_controls_manager.cc",
103 "input/top_controls_manager.h",
104 "input/top_controls_manager_client.h",
105 "layers/append_quads_data.h",
106 "layers/content_layer.cc",
107 "layers/content_layer.h",
108 "layers/content_layer_client.h",
109 "layers/contents_scaling_layer.cc",
110 "layers/contents_scaling_layer.h",
111 "layers/delegated_frame_provider.cc",
112 "layers/delegated_frame_provider.h",
113 "layers/delegated_frame_resource_collection.cc",
114 "layers/delegated_frame_resource_collection.h",
115 "layers/delegated_renderer_layer.cc",
116 "layers/delegated_renderer_layer.h",
117 "layers/delegated_renderer_layer_impl.cc",
118 "layers/delegated_renderer_layer_impl.h",
119 "layers/draw_properties.h",
120 "layers/heads_up_display_layer.cc",
121 "layers/heads_up_display_layer.h",
122 "layers/heads_up_display_layer_impl.cc",
123 "layers/heads_up_display_layer_impl.h",
124 "layers/image_layer.cc",
125 "layers/image_layer.h",
126 "layers/io_surface_layer.cc",
127 "layers/io_surface_layer.h",
128 "layers/io_surface_layer_impl.cc",
129 "layers/io_surface_layer_impl.h",
130 "layers/layer.cc",
131 "layers/layer.h",
132 "layers/layer_client.h",
133 "layers/layer_impl.cc",
134 "layers/layer_impl.h",
135 "layers/layer_iterator.h",
136 "layers/layer_lists.cc",
137 "layers/layer_lists.h",
138 "layers/layer_position_constraint.cc",
139 "layers/layer_position_constraint.h",
140 "layers/layer_utils.cc",
141 "layers/layer_utils.h",
142 "layers/nine_patch_layer.cc",
143 "layers/nine_patch_layer.h",
144 "layers/nine_patch_layer_impl.cc",
145 "layers/nine_patch_layer_impl.h",
146 "layers/paint_properties.h",
147 "layers/painted_scrollbar_layer.cc",
148 "layers/painted_scrollbar_layer.h",
149 "layers/painted_scrollbar_layer_impl.cc",
150 "layers/painted_scrollbar_layer_impl.h",
151 "layers/picture_image_layer.cc",
152 "layers/picture_image_layer.h",
153 "layers/picture_image_layer_impl.cc",
154 "layers/picture_image_layer_impl.h",
155 "layers/picture_layer.cc",
156 "layers/picture_layer.h",
157 "layers/picture_layer_impl.cc",
158 "layers/picture_layer_impl.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24159 "layers/render_pass_sink.h",
160 "layers/render_surface.cc",
161 "layers/render_surface.h",
162 "layers/render_surface_impl.cc",
163 "layers/render_surface_impl.h",
164 "layers/scrollbar_layer_impl_base.cc",
165 "layers/scrollbar_layer_impl_base.h",
166 "layers/scrollbar_layer_interface.h",
167 "layers/solid_color_layer.cc",
168 "layers/solid_color_layer.h",
169 "layers/solid_color_layer_impl.cc",
170 "layers/solid_color_layer_impl.h",
171 "layers/solid_color_scrollbar_layer.cc",
172 "layers/solid_color_scrollbar_layer.h",
173 "layers/solid_color_scrollbar_layer_impl.cc",
174 "layers/solid_color_scrollbar_layer_impl.h",
175 "layers/surface_layer.cc",
176 "layers/surface_layer.h",
177 "layers/surface_layer_impl.cc",
178 "layers/surface_layer_impl.h",
179 "layers/texture_layer.cc",
180 "layers/texture_layer.h",
181 "layers/texture_layer_client.h",
182 "layers/texture_layer_impl.cc",
183 "layers/texture_layer_impl.h",
184 "layers/tiled_layer.cc",
185 "layers/tiled_layer.h",
186 "layers/tiled_layer_impl.cc",
187 "layers/tiled_layer_impl.h",
188 "layers/ui_resource_layer.cc",
189 "layers/ui_resource_layer.h",
190 "layers/ui_resource_layer_impl.cc",
191 "layers/ui_resource_layer_impl.h",
192 "layers/video_frame_provider.h",
193 "layers/video_frame_provider_client_impl.cc",
194 "layers/video_frame_provider_client_impl.h",
195 "layers/video_layer.cc",
196 "layers/video_layer.h",
197 "layers/video_layer_impl.cc",
198 "layers/video_layer_impl.h",
bokanaa2748312015-03-26 00:10:37199 "layers/viewport.cc",
200 "layers/viewport.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24201 "output/begin_frame_args.cc",
202 "output/begin_frame_args.h",
thildebr@chromium.org2a021fb7b2014-08-02 07:53:49203 "output/bsp_tree.cc",
204 "output/bsp_tree.h",
205 "output/bsp_walk_action.cc",
206 "output/bsp_walk_action.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24207 "output/compositor_frame.cc",
208 "output/compositor_frame.h",
209 "output/compositor_frame_ack.cc",
210 "output/compositor_frame_ack.h",
211 "output/compositor_frame_metadata.cc",
212 "output/compositor_frame_metadata.h",
213 "output/context_provider.cc",
214 "output/context_provider.h",
215 "output/copy_output_request.cc",
216 "output/copy_output_request.h",
217 "output/copy_output_result.cc",
218 "output/copy_output_result.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24219 "output/delegated_frame_data.cc",
tfarina@chromium.orgb2ba2d42014-07-03 18:14:50220 "output/delegated_frame_data.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24221 "output/delegating_renderer.cc",
222 "output/delegating_renderer.h",
223 "output/direct_renderer.cc",
224 "output/direct_renderer.h",
awoloszyn3d8eb1d2015-03-12 14:38:32225 "output/dynamic_geometry_binding.cc",
226 "output/dynamic_geometry_binding.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24227 "output/filter_operation.cc",
228 "output/filter_operation.h",
229 "output/filter_operations.cc",
230 "output/filter_operations.h",
231 "output/geometry_binding.cc",
232 "output/geometry_binding.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24233 "output/gl_frame_data.cc",
tfarina@chromium.orgb2ba2d42014-07-03 18:14:50234 "output/gl_frame_data.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24235 "output/gl_renderer.cc",
236 "output/gl_renderer.h",
237 "output/gl_renderer_draw_cache.cc",
238 "output/gl_renderer_draw_cache.h",
jamesrf313a212015-03-16 21:27:37239 "output/latency_info_swap_promise.cc",
240 "output/latency_info_swap_promise.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24241 "output/managed_memory_policy.cc",
242 "output/managed_memory_policy.h",
243 "output/output_surface.cc",
244 "output/output_surface.h",
245 "output/output_surface_client.h",
246 "output/overlay_candidate.cc",
247 "output/overlay_candidate.h",
248 "output/overlay_candidate_validator.h",
249 "output/overlay_processor.cc",
250 "output/overlay_processor.h",
achaulkf47b4942015-04-01 17:26:08251 "output/overlay_strategy_common.cc",
252 "output/overlay_strategy_common.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24253 "output/overlay_strategy_single_on_top.cc",
254 "output/overlay_strategy_single_on_top.h",
achaulkf47b4942015-04-01 17:26:08255 "output/overlay_strategy_underlay.cc",
256 "output/overlay_strategy_underlay.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24257 "output/program_binding.cc",
258 "output/program_binding.h",
259 "output/render_surface_filters.cc",
260 "output/render_surface_filters.h",
261 "output/renderer.cc",
262 "output/renderer.h",
jamesr9b8fda32015-03-16 19:11:05263 "output/renderer_capabilities.cc",
264 "output/renderer_capabilities.h",
jbaumanc5be44c2014-11-20 22:17:12265 "output/renderer_settings.cc",
266 "output/renderer_settings.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24267 "output/shader.cc",
268 "output/shader.h",
269 "output/software_frame_data.cc",
270 "output/software_frame_data.h",
271 "output/software_output_device.cc",
272 "output/software_output_device.h",
273 "output/software_renderer.cc",
274 "output/software_renderer.h",
awoloszyn3d8eb1d2015-03-12 14:38:32275 "output/static_geometry_binding.cc",
276 "output/static_geometry_binding.h",
jamesrf313a212015-03-16 21:27:37277 "output/swap_promise.h",
tfarina@chromium.orgb2ba2d42014-07-03 18:14:50278 "output/viewport_selection_bound.cc",
279 "output/viewport_selection_bound.h",
mithroc34fc0b12014-09-30 09:10:41280 "output/vsync_parameter_observer.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24281 "quads/checkerboard_draw_quad.cc",
282 "quads/checkerboard_draw_quad.h",
283 "quads/content_draw_quad_base.cc",
284 "quads/content_draw_quad_base.h",
285 "quads/debug_border_draw_quad.cc",
286 "quads/debug_border_draw_quad.h",
thildebr@chromium.org2a021fb7b2014-08-02 07:53:49287 "quads/draw_polygon.cc",
288 "quads/draw_polygon.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24289 "quads/draw_quad.cc",
290 "quads/draw_quad.h",
291 "quads/io_surface_draw_quad.cc",
292 "quads/io_surface_draw_quad.h",
weiliangcfe7b51e2014-11-05 18:20:27293 "quads/largest_draw_quad.cc",
satorux457770e2015-02-18 18:33:39294 "quads/largest_draw_quad.h",
weiliangcd1f5016c2014-09-23 14:29:03295 "quads/list_container.cc",
296 "quads/list_container.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24297 "quads/picture_draw_quad.cc",
298 "quads/picture_draw_quad.h",
299 "quads/render_pass.cc",
300 "quads/render_pass.h",
301 "quads/render_pass_draw_quad.cc",
302 "quads/render_pass_draw_quad.h",
weiliangc@chromium.org0cd7d6f72014-08-22 14:50:51303 "quads/render_pass_id.cc",
304 "quads/render_pass_id.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24305 "quads/shared_quad_state.cc",
306 "quads/shared_quad_state.h",
307 "quads/solid_color_draw_quad.cc",
308 "quads/solid_color_draw_quad.h",
309 "quads/stream_video_draw_quad.cc",
310 "quads/stream_video_draw_quad.h",
311 "quads/surface_draw_quad.cc",
312 "quads/surface_draw_quad.h",
313 "quads/texture_draw_quad.cc",
314 "quads/texture_draw_quad.h",
315 "quads/tile_draw_quad.cc",
316 "quads/tile_draw_quad.h",
317 "quads/yuv_video_draw_quad.cc",
318 "quads/yuv_video_draw_quad.h",
319 "resources/bitmap_content_layer_updater.cc",
320 "resources/bitmap_content_layer_updater.h",
321 "resources/bitmap_skpicture_content_layer_updater.cc",
322 "resources/bitmap_skpicture_content_layer_updater.h",
satorux457770e2015-02-18 18:33:39323 "resources/bitmap_tile_task_worker_pool.cc",
324 "resources/bitmap_tile_task_worker_pool.h",
ajuma5e77f7d42014-11-27 14:19:14325 "resources/clip_display_item.cc",
326 "resources/clip_display_item.h",
leviwf97853532015-01-16 23:08:00327 "resources/clip_path_display_item.cc",
328 "resources/clip_path_display_item.h",
pdrce0b7022015-02-24 22:38:32329 "resources/compositing_display_item.cc",
330 "resources/compositing_display_item.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24331 "resources/content_layer_updater.cc",
332 "resources/content_layer_updater.h",
ajuma5e77f7d42014-11-27 14:19:14333 "resources/display_item.cc",
334 "resources/display_item.h",
335 "resources/display_item_list.cc",
336 "resources/display_item_list.h",
337 "resources/display_list_raster_source.cc",
338 "resources/display_list_raster_source.h",
339 "resources/display_list_recording_source.cc",
340 "resources/display_list_recording_source.h",
341 "resources/drawing_display_item.cc",
342 "resources/drawing_display_item.h",
vmpstr@chromium.orgbf050582014-07-24 11:10:58343 "resources/eviction_tile_priority_queue.cc",
344 "resources/eviction_tile_priority_queue.h",
ajuma5e77f7d42014-11-27 14:19:14345 "resources/filter_display_item.cc",
346 "resources/filter_display_item.h",
ajumad1e57c92015-01-06 13:57:23347 "resources/float_clip_display_item.cc",
348 "resources/float_clip_display_item.h",
hendrikw2f32e4e2015-01-03 00:22:34349 "resources/gpu_rasterizer.cc",
350 "resources/gpu_rasterizer.h",
vmiuraa30e1ea2014-12-09 19:23:51351 "resources/gpu_tile_task_worker_pool.cc",
352 "resources/gpu_tile_task_worker_pool.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24353 "resources/image_layer_updater.cc",
354 "resources/image_layer_updater.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24355 "resources/layer_painter.h",
356 "resources/layer_quad.cc",
357 "resources/layer_quad.h",
358 "resources/layer_tiling_data.cc",
359 "resources/layer_tiling_data.h",
360 "resources/layer_updater.cc",
361 "resources/layer_updater.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24362 "resources/memory_history.cc",
363 "resources/memory_history.h",
vmiuraa30e1ea2014-12-09 19:23:51364 "resources/one_copy_tile_task_worker_pool.cc",
365 "resources/one_copy_tile_task_worker_pool.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24366 "resources/picture.cc",
367 "resources/picture.h",
368 "resources/picture_layer_tiling.cc",
369 "resources/picture_layer_tiling.h",
370 "resources/picture_layer_tiling_set.cc",
371 "resources/picture_layer_tiling_set.h",
vmpstr@chromium.orgbf050582014-07-24 11:10:58372 "resources/picture_pile.cc",
373 "resources/picture_pile.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24374 "resources/picture_pile_impl.cc",
375 "resources/picture_pile_impl.h",
vmiuraa30e1ea2014-12-09 19:23:51376 "resources/pixel_buffer_tile_task_worker_pool.cc",
377 "resources/pixel_buffer_tile_task_worker_pool.h",
weiliangc7e508dd2015-03-10 17:15:19378 "resources/pixel_ref_map.cc",
379 "resources/pixel_ref_map.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24380 "resources/platform_color.h",
381 "resources/prioritized_resource.cc",
382 "resources/prioritized_resource.h",
383 "resources/prioritized_resource_manager.cc",
384 "resources/prioritized_resource_manager.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24385 "resources/priority_calculator.cc",
386 "resources/priority_calculator.h",
reveman47560ab2014-09-18 19:39:21387 "resources/raster_buffer.cc",
388 "resources/raster_buffer.h",
vmpstr394e2b52014-10-28 18:38:10389 "resources/raster_source.h",
ajuma5e77f7d42014-11-27 14:19:14390 "resources/raster_source_helper.cc",
391 "resources/raster_source_helper.h",
satorux457770e2015-02-18 18:33:39392 "resources/raster_tile_priority_queue.cc",
393 "resources/raster_tile_priority_queue.h",
vmpstrb4040632015-01-23 17:53:41394 "resources/raster_tile_priority_queue_all.cc",
395 "resources/raster_tile_priority_queue_all.h",
396 "resources/raster_tile_priority_queue_required.cc",
397 "resources/raster_tile_priority_queue_required.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24398 "resources/release_callback.h",
399 "resources/resource.cc",
reveman423e7da2014-09-23 16:57:44400 "resources/resource.h",
ksakamoto@chromium.orgc6f0cf62014-07-22 02:44:41401 "resources/resource_format.cc",
vmpstr@chromium.orgbf050582014-07-24 11:10:58402 "resources/resource_format.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24403 "resources/resource_pool.cc",
404 "resources/resource_pool.h",
405 "resources/resource_provider.cc",
406 "resources/resource_provider.h",
407 "resources/resource_update.cc",
reveman423e7da2014-09-23 16:57:44408 "resources/resource_update.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24409 "resources/resource_update_controller.cc",
410 "resources/resource_update_controller.h",
411 "resources/resource_update_queue.cc",
412 "resources/resource_update_queue.h",
413 "resources/returned_resource.h",
sohan.jyoti@samsung.com110fcc0e2014-07-16 15:52:47414 "resources/scoped_gpu_raster.cc",
415 "resources/scoped_gpu_raster.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24416 "resources/scoped_resource.cc",
417 "resources/scoped_resource.h",
418 "resources/scoped_ui_resource.cc",
419 "resources/scoped_ui_resource.h",
420 "resources/shared_bitmap.cc",
421 "resources/shared_bitmap.h",
422 "resources/shared_bitmap_manager.h",
423 "resources/single_release_callback.cc",
424 "resources/single_release_callback.h",
skyostil3976a3f2014-09-04 22:07:23425 "resources/single_release_callback_impl.cc",
426 "resources/single_release_callback_impl.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24427 "resources/skpicture_content_layer_updater.cc",
428 "resources/skpicture_content_layer_updater.h",
429 "resources/task_graph_runner.cc",
430 "resources/task_graph_runner.h",
christiank7957c6df2015-03-23 16:19:51431 "resources/texture_compressor.cc",
432 "resources/texture_compressor.h",
433 "resources/texture_compressor_etc1.cc",
434 "resources/texture_compressor_etc1.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24435 "resources/texture_mailbox.cc",
reveman423e7da2014-09-23 16:57:44436 "resources/texture_mailbox.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24437 "resources/texture_mailbox_deleter.cc",
438 "resources/texture_mailbox_deleter.h",
439 "resources/texture_uploader.cc",
440 "resources/texture_uploader.h",
441 "resources/tile.cc",
442 "resources/tile.h",
jungjik.leea4496712014-12-20 16:08:21443 "resources/tile_draw_info.cc",
444 "resources/tile_draw_info.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24445 "resources/tile_manager.cc",
446 "resources/tile_manager.h",
447 "resources/tile_priority.cc",
448 "resources/tile_priority.h",
satorux457770e2015-02-18 18:33:39449 "resources/tile_task_runner.cc",
450 "resources/tile_task_runner.h",
451 "resources/tile_task_worker_pool.cc",
452 "resources/tile_task_worker_pool.h",
e.hakkinenada8f5da2014-11-27 09:41:36453 "resources/tiling_set_eviction_queue.cc",
454 "resources/tiling_set_eviction_queue.h",
vmpstrfe477d5a2015-01-12 22:20:49455 "resources/tiling_set_raster_queue_all.cc",
456 "resources/tiling_set_raster_queue_all.h",
457 "resources/tiling_set_raster_queue_required.cc",
458 "resources/tiling_set_raster_queue_required.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24459 "resources/transferable_resource.cc",
460 "resources/transferable_resource.h",
ajuma5e77f7d42014-11-27 14:19:14461 "resources/transform_display_item.cc",
462 "resources/transform_display_item.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24463 "resources/ui_resource_bitmap.cc",
464 "resources/ui_resource_bitmap.h",
465 "resources/ui_resource_client.h",
466 "resources/ui_resource_request.cc",
467 "resources/ui_resource_request.h",
468 "resources/video_resource_updater.cc",
469 "resources/video_resource_updater.h",
vmiuraa30e1ea2014-12-09 19:23:51470 "resources/zero_copy_tile_task_worker_pool.cc",
471 "resources/zero_copy_tile_task_worker_pool.h",
mithroc34fc0b12014-09-30 09:10:41472 "scheduler/begin_frame_source.cc",
473 "scheduler/begin_frame_source.h",
mithrof7a21502014-12-17 03:24:48474 "scheduler/commit_earlyout_reason.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24475 "scheduler/delay_based_time_source.cc",
476 "scheduler/delay_based_time_source.h",
477 "scheduler/draw_result.h",
478 "scheduler/scheduler.cc",
479 "scheduler/scheduler.h",
480 "scheduler/scheduler_settings.cc",
481 "scheduler/scheduler_settings.h",
482 "scheduler/scheduler_state_machine.cc",
483 "scheduler/scheduler_state_machine.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24484 "trees/blocking_task_runner.cc",
485 "trees/blocking_task_runner.h",
486 "trees/damage_tracker.cc",
487 "trees/damage_tracker.h",
vollick51ed1a22014-12-17 02:03:00488 "trees/draw_property_utils.cc",
489 "trees/draw_property_utils.h",
jamesrf313a212015-03-16 21:27:37490 "trees/latency_info_swap_promise_monitor.cc",
491 "trees/latency_info_swap_promise_monitor.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24492 "trees/layer_tree_host.cc",
493 "trees/layer_tree_host.h",
494 "trees/layer_tree_host_client.h",
495 "trees/layer_tree_host_common.cc",
496 "trees/layer_tree_host_common.h",
497 "trees/layer_tree_host_impl.cc",
498 "trees/layer_tree_host_impl.h",
ccameron00e438cd2015-03-12 06:18:14499 "trees/layer_tree_host_single_thread_client.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24500 "trees/layer_tree_impl.cc",
501 "trees/layer_tree_impl.h",
502 "trees/layer_tree_settings.cc",
503 "trees/layer_tree_settings.h",
vmpstrcdcb5f72014-09-11 00:58:37504 "trees/occlusion.cc",
505 "trees/occlusion.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24506 "trees/occlusion_tracker.cc",
507 "trees/occlusion_tracker.h",
vollick51ed1a22014-12-17 02:03:00508 "trees/property_tree.cc",
509 "trees/property_tree.h",
510 "trees/property_tree_builder.cc",
511 "trees/property_tree_builder.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24512 "trees/proxy.cc",
513 "trees/proxy.h",
514 "trees/proxy_timing_history.cc",
515 "trees/proxy_timing_history.h",
enne@chromium.orgaeeedad2014-08-22 18:16:22516 "trees/scoped_abort_remaining_swap_promises.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24517 "trees/single_thread_proxy.cc",
518 "trees/single_thread_proxy.h",
jamesrf313a212015-03-16 21:27:37519 "trees/swap_promise_monitor.cc",
520 "trees/swap_promise_monitor.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24521 "trees/thread_proxy.cc",
522 "trees/thread_proxy.h",
523 "trees/tree_synchronizer.cc",
524 "trees/tree_synchronizer.h",
525 ]
526
brettwd1c719a2015-02-19 23:17:04527 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
528 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
brettw@chromium.orgd05751a22014-05-29 20:54:24529
Brett Wilsone53895272014-09-23 23:41:46530 public_deps = [
jamesrf313a212015-03-16 21:27:37531 "//cc/base",
Brett Wilsone53895272014-09-23 23:41:46532 "//skia",
533 ]
brettw@chromium.orgd05751a22014-05-29 20:54:24534 deps = [
535 "//base",
536 "//base/third_party/dynamic_annotations",
jamesr16c04ff2014-11-24 22:24:57537 "//cc/surfaces:surface_id",
brettw@chromium.orgd05751a22014-05-29 20:54:24538 "//gpu",
jbromancba3d2f2014-09-16 01:04:24539 "//gpu/command_buffer/client:gles2_interface",
brettw@chromium.org6e44c302014-07-22 21:51:37540 "//media",
brettw@chromium.orgd05751a22014-05-29 20:54:24541 "//ui/events:events_base",
542 "//ui/gfx",
543 "//ui/gfx/geometry",
brettw@chromium.orgd05751a22014-05-29 20:54:24544 ]
545
brettw@chromium.org3ffa36a2014-07-24 21:01:50546 defines = [ "CC_IMPLEMENTATION=1" ]
brettw@chromium.orgd05751a22014-05-29 20:54:24547
fdegans75b3d092014-09-17 18:35:55548 if (!is_debug && (is_win || is_android)) {
brettw@chromium.orgd05751a22014-05-29 20:54:24549 configs -= [ "//build/config/compiler:optimize" ]
550 configs += [ "//build/config/compiler:optimize_max" ]
551 }
brettw@chromium.orgd05751a22014-05-29 20:54:24552}
553
554source_set("test_support") {
Brett Wilson8f80ad0b2014-09-08 19:50:24555 testonly = true
brettw@chromium.orgd05751a22014-05-29 20:54:24556 sources = [
557 "test/animation_test_common.cc",
558 "test/animation_test_common.h",
559 "test/begin_frame_args_test.cc",
560 "test/begin_frame_args_test.h",
satorux457770e2015-02-18 18:33:39561 "test/failure_output_surface.cc",
562 "test/failure_output_surface.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24563 "test/fake_content_layer.cc",
564 "test/fake_content_layer.h",
565 "test/fake_content_layer_client.cc",
566 "test/fake_content_layer_client.h",
567 "test/fake_content_layer_impl.cc",
568 "test/fake_content_layer_impl.h",
569 "test/fake_delegated_renderer_layer.cc",
570 "test/fake_delegated_renderer_layer.h",
571 "test/fake_delegated_renderer_layer_impl.cc",
572 "test/fake_delegated_renderer_layer_impl.h",
weiliangc0a2945c2015-04-03 05:29:44573 "test/fake_display_list_recording_source.h",
danakj6e3bf8012014-12-16 18:27:53574 "test/fake_external_begin_frame_source.cc",
575 "test/fake_external_begin_frame_source.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24576 "test/fake_impl_proxy.h",
577 "test/fake_layer_tree_host.cc",
578 "test/fake_layer_tree_host.h",
579 "test/fake_layer_tree_host_client.cc",
580 "test/fake_layer_tree_host_client.h",
581 "test/fake_layer_tree_host_impl.cc",
582 "test/fake_layer_tree_host_impl.h",
583 "test/fake_layer_tree_host_impl_client.cc",
584 "test/fake_layer_tree_host_impl_client.h",
585 "test/fake_output_surface.cc",
586 "test/fake_output_surface.h",
587 "test/fake_output_surface_client.cc",
588 "test/fake_output_surface_client.h",
589 "test/fake_painted_scrollbar_layer.cc",
590 "test/fake_painted_scrollbar_layer.h",
591 "test/fake_picture_layer.cc",
592 "test/fake_picture_layer.h",
593 "test/fake_picture_layer_impl.cc",
594 "test/fake_picture_layer_impl.h",
595 "test/fake_picture_layer_tiling_client.cc",
596 "test/fake_picture_layer_tiling_client.h",
danakja819c2552014-11-14 02:05:04597 "test/fake_picture_pile.cc",
hendrikw312ee8ac2014-11-12 23:24:34598 "test/fake_picture_pile.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24599 "test/fake_picture_pile_impl.cc",
600 "test/fake_picture_pile_impl.h",
601 "test/fake_proxy.cc",
602 "test/fake_proxy.h",
603 "test/fake_renderer_client.cc",
604 "test/fake_renderer_client.h",
605 "test/fake_rendering_stats_instrumentation.h",
606 "test/fake_scoped_ui_resource.cc",
607 "test/fake_scoped_ui_resource.h",
608 "test/fake_scrollbar.cc",
609 "test/fake_scrollbar.h",
610 "test/fake_tile_manager.cc",
611 "test/fake_tile_manager.h",
612 "test/fake_tile_manager_client.cc",
613 "test/fake_tile_manager_client.h",
614 "test/fake_ui_resource_layer_tree_host_impl.cc",
615 "test/fake_ui_resource_layer_tree_host_impl.h",
616 "test/fake_video_frame_provider.cc",
617 "test/fake_video_frame_provider.h",
618 "test/geometry_test_utils.cc",
619 "test/geometry_test_utils.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24620 "test/impl_side_painting_settings.h",
621 "test/layer_test_common.cc",
622 "test/layer_test_common.h",
623 "test/layer_tree_host_common_test.cc",
624 "test/layer_tree_host_common_test.h",
625 "test/layer_tree_json_parser.cc",
626 "test/layer_tree_json_parser.h",
enne03dbe8ae2014-10-30 01:32:55627 "test/layer_tree_pixel_resource_test.cc",
628 "test/layer_tree_pixel_resource_test.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24629 "test/layer_tree_pixel_test.cc",
630 "test/layer_tree_pixel_test.h",
631 "test/layer_tree_test.cc",
632 "test/layer_tree_test.h",
weiliangc@chromium.orgba16cce2014-06-17 17:03:50633 "test/mock_occlusion_tracker.h",
jamesr@chromium.orgd5ba08c2014-06-18 07:01:08634 "test/ordered_simple_task_runner.cc",
635 "test/ordered_simple_task_runner.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24636 "test/ordered_texture_map.cc",
637 "test/ordered_texture_map.h",
638 "test/paths.cc",
639 "test/paths.h",
640 "test/pixel_comparator.cc",
641 "test/pixel_comparator.h",
642 "test/pixel_test.cc",
643 "test/pixel_test.h",
644 "test/pixel_test_output_surface.cc",
645 "test/pixel_test_output_surface.h",
646 "test/pixel_test_software_output_device.cc",
647 "test/pixel_test_software_output_device.h",
648 "test/pixel_test_utils.cc",
649 "test/pixel_test_utils.h",
650 "test/render_pass_test_common.cc",
651 "test/render_pass_test_common.h",
652 "test/render_pass_test_utils.cc",
653 "test/render_pass_test_utils.h",
654 "test/scheduler_test_common.cc",
655 "test/scheduler_test_common.h",
656 "test/skia_common.cc",
657 "test/skia_common.h",
658 "test/solid_color_content_layer_client.cc",
659 "test/solid_color_content_layer_client.h",
660 "test/test_context_provider.cc",
661 "test/test_context_provider.h",
662 "test/test_context_support.cc",
663 "test/test_context_support.h",
664 "test/test_gles2_interface.cc",
665 "test/test_gles2_interface.h",
reveman22dd9292014-10-13 20:52:05666 "test/test_gpu_memory_buffer_manager.cc",
667 "test/test_gpu_memory_buffer_manager.h",
reveman2232bce2014-10-29 01:28:05668 "test/test_image_factory.cc",
669 "test/test_image_factory.h",
satorux457770e2015-02-18 18:33:39670 "test/test_in_process_context_provider.cc",
671 "test/test_in_process_context_provider.h",
mithro0c0ac6a2014-09-10 01:03:36672 "test/test_now_source.cc",
673 "test/test_now_source.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24674 "test/test_occlusion_tracker.h",
675 "test/test_shared_bitmap_manager.cc",
676 "test/test_shared_bitmap_manager.h",
reveman34b7a1522015-03-23 20:27:47677 "test/test_task_graph_runner.cc",
678 "test/test_task_graph_runner.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24679 "test/test_texture.cc",
680 "test/test_texture.h",
681 "test/test_tile_priorities.cc",
682 "test/test_tile_priorities.h",
683 "test/test_web_graphics_context_3d.cc",
684 "test/test_web_graphics_context_3d.h",
685 "test/tiled_layer_test_common.cc",
686 "test/tiled_layer_test_common.h",
687 ]
688
brettw1deb76bc2015-02-18 19:28:20689 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
690
brettw@chromium.orgd05751a22014-05-29 20:54:24691 include_dirs = [
692 ".",
693 "test",
694 ]
695
Brett Wilson0380637c2014-09-19 21:24:40696 public_deps = [
697 ":cc",
Brett Wilsone53895272014-09-23 23:41:46698 "//gpu:test_support",
Brett Wilson0380637c2014-09-19 21:24:40699 ]
brettw@chromium.orgd05751a22014-05-29 20:54:24700 deps = [
701 "//base",
jamesr16c04ff2014-11-24 22:24:57702 "//base/test:test_support",
brettw@chromium.orgd05751a22014-05-29 20:54:24703 "//base/third_party/dynamic_annotations",
brettw@chromium.orgd05751a22014-05-29 20:54:24704 "//gpu/command_buffer/client:gles2_c_lib",
705 "//gpu/command_buffer/client:gles2_implementation",
706 "//gpu/command_buffer/client:gl_in_process_context",
oetuaho@nvidia.com845c4e32014-08-13 11:50:40707 "//gpu/command_buffer/common:gles2_utils",
brettw@chromium.orgd05751a22014-05-29 20:54:24708 "//gpu/skia_bindings",
jamesr16c04ff2014-11-24 22:24:57709 "//media",
brettw@chromium.orgd05751a22014-05-29 20:54:24710 "//skia",
711 "//testing/gmock",
712 "//testing/gtest",
brettw@chromium.orgd05751a22014-05-29 20:54:24713 "//ui/gfx",
714 "//ui/gfx/geometry",
tfarina@chromium.orge54a1f522014-07-22 23:26:48715 "//ui/gfx:test_support",
brettw@chromium.orgd05751a22014-05-29 20:54:24716 "//ui/gl",
717 ]
brettw@chromium.orgc7990db2014-07-23 22:35:10718
719 if (!is_android) { # TODO(GYP) Enable on Android when osmesa links.
720 deps += [ "//third_party/mesa:osmesa" ]
721 }
brettw@chromium.orgd05751a22014-05-29 20:54:24722}
723
brettw4897a612015-03-02 23:13:15724test("cc_unittests") {
725 sources = [
726 "animation/animation_unittest.cc",
727 "animation/keyframed_animation_curve_unittest.cc",
728 "animation/layer_animation_controller_unittest.cc",
729 "animation/scroll_offset_animation_curve_unittest.cc",
730 "animation/scrollbar_animation_controller_linear_fade_unittest.cc",
731 "animation/scrollbar_animation_controller_thinning_unittest.cc",
732 "animation/transform_operations_unittest.cc",
733 "base/float_quad_unittest.cc",
jbroman187bc57e2015-04-16 00:38:42734 "base/histograms_unittest.cc",
brettw4897a612015-03-02 23:13:15735 "base/math_util_unittest.cc",
736 "base/region_unittest.cc",
737 "base/rolling_time_delta_history_unittest.cc",
738 "base/scoped_ptr_vector_unittest.cc",
739 "base/simple_enclosed_region_unittest.cc",
740 "base/tiling_data_unittest.cc",
741 "base/util_unittest.cc",
742 "debug/frame_timing_tracker_unittest.cc",
743 "debug/micro_benchmark_controller_unittest.cc",
744 "input/top_controls_manager_unittest.cc",
745 "layers/contents_scaling_layer_unittest.cc",
746 "layers/delegated_frame_provider_unittest.cc",
747 "layers/delegated_frame_resource_collection_unittest.cc",
748 "layers/delegated_renderer_layer_impl_unittest.cc",
749 "layers/delegated_renderer_layer_unittest.cc",
750 "layers/heads_up_display_layer_impl_unittest.cc",
751 "layers/heads_up_display_unittest.cc",
752 "layers/io_surface_layer_impl_unittest.cc",
753 "layers/layer_impl_unittest.cc",
754 "layers/layer_iterator_unittest.cc",
755 "layers/layer_position_constraint_unittest.cc",
756 "layers/layer_unittest.cc",
757 "layers/layer_utils_unittest.cc",
758 "layers/nine_patch_layer_impl_unittest.cc",
759 "layers/nine_patch_layer_unittest.cc",
760 "layers/painted_scrollbar_layer_impl_unittest.cc",
761 "layers/picture_image_layer_impl_unittest.cc",
762 "layers/picture_image_layer_unittest.cc",
763 "layers/picture_layer_impl_unittest.cc",
764 "layers/picture_layer_unittest.cc",
765 "layers/render_surface_impl_unittest.cc",
766 "layers/render_surface_unittest.cc",
767 "layers/scrollbar_layer_unittest.cc",
768 "layers/solid_color_layer_impl_unittest.cc",
769 "layers/solid_color_scrollbar_layer_impl_unittest.cc",
770 "layers/surface_layer_impl_unittest.cc",
771 "layers/surface_layer_unittest.cc",
772 "layers/texture_layer_impl_unittest.cc",
773 "layers/texture_layer_unittest.cc",
774 "layers/tiled_layer_impl_unittest.cc",
775 "layers/tiled_layer_unittest.cc",
776 "layers/ui_resource_layer_impl_unittest.cc",
777 "layers/ui_resource_layer_unittest.cc",
778 "layers/video_layer_impl_unittest.cc",
779 "output/begin_frame_args_unittest.cc",
780 "output/delegating_renderer_unittest.cc",
781 "output/filter_operations_unittest.cc",
782 "output/gl_renderer_unittest.cc",
783 "output/output_surface_unittest.cc",
784 "output/overlay_unittest.cc",
785 "output/renderer_pixeltest.cc",
786 "output/renderer_unittest.cc",
787 "output/shader_unittest.cc",
788 "output/software_renderer_unittest.cc",
789 "quads/draw_quad_unittest.cc",
790 "quads/list_container_unittest.cc",
791 "quads/render_pass_unittest.cc",
792 "resources/display_item_list_unittest.cc",
weiliangc0a2945c2015-04-03 05:29:44793 "resources/display_list_recording_source_unittest.cc",
brettw4897a612015-03-02 23:13:15794 "resources/layer_quad_unittest.cc",
795 "resources/picture_layer_tiling_set_unittest.cc",
796 "resources/picture_layer_tiling_unittest.cc",
797 "resources/picture_pile_impl_unittest.cc",
798 "resources/picture_pile_unittest.cc",
799 "resources/picture_unittest.cc",
weiliangc7e508dd2015-03-10 17:15:19800 "resources/pixel_ref_map_unittest.cc",
brettw4897a612015-03-02 23:13:15801 "resources/platform_color_unittest.cc",
802 "resources/prioritized_resource_unittest.cc",
weiliangc0a2945c2015-04-03 05:29:44803 "resources/recording_source_unittest.cc",
brettw4897a612015-03-02 23:13:15804 "resources/resource_provider_unittest.cc",
805 "resources/resource_update_controller_unittest.cc",
806 "resources/scoped_gpu_raster_unittest.cc",
807 "resources/scoped_resource_unittest.cc",
808 "resources/task_graph_runner_unittest.cc",
809 "resources/texture_mailbox_deleter_unittest.cc",
810 "resources/texture_uploader_unittest.cc",
811 "resources/tile_manager_unittest.cc",
812 "resources/tile_priority_unittest.cc",
813 "resources/tile_task_worker_pool_unittest.cc",
814 "resources/video_resource_updater_unittest.cc",
815 "scheduler/begin_frame_source_unittest.cc",
816 "scheduler/delay_based_time_source_unittest.cc",
817 "scheduler/scheduler_state_machine_unittest.cc",
818 "scheduler/scheduler_unittest.cc",
819 "test/layer_tree_json_parser_unittest.cc",
820 "test/test_web_graphics_context_3d_unittest.cc",
821 "trees/blocking_task_runner_unittest.cc",
822 "trees/damage_tracker_unittest.cc",
brettw4897a612015-03-02 23:13:15823 "trees/layer_tree_host_common_unittest.cc",
824 "trees/layer_tree_host_impl_unittest.cc",
825 "trees/layer_tree_host_pixeltest_blending.cc",
826 "trees/layer_tree_host_pixeltest_filters.cc",
827 "trees/layer_tree_host_pixeltest_masks.cc",
828 "trees/layer_tree_host_pixeltest_readback.cc",
829 "trees/layer_tree_host_pixeltest_synchronous.cc",
830 "trees/layer_tree_host_unittest.cc",
831 "trees/layer_tree_host_unittest_animation.cc",
832 "trees/layer_tree_host_unittest_context.cc",
833 "trees/layer_tree_host_unittest_copyrequest.cc",
834 "trees/layer_tree_host_unittest_damage.cc",
835 "trees/layer_tree_host_unittest_delegated.cc",
836 "trees/layer_tree_host_unittest_no_message_loop.cc",
837 "trees/layer_tree_host_unittest_occlusion.cc",
838 "trees/layer_tree_host_unittest_picture.cc",
839 "trees/layer_tree_host_unittest_proxy.cc",
840 "trees/layer_tree_host_unittest_scroll.cc",
841 "trees/layer_tree_host_unittest_video.cc",
842 "trees/layer_tree_impl_unittest.cc",
843 "trees/occlusion_tracker_unittest.cc",
844 "trees/occlusion_unittest.cc",
845 "trees/property_tree_unittest.cc",
846 "trees/tree_synchronizer_unittest.cc",
brettw@chromium.orgd05751a22014-05-29 20:54:24847
brettw4897a612015-03-02 23:13:15848 # Surfaces test files.
849 "surfaces/surface_aggregator_test_helpers.cc",
850 "surfaces/surface_aggregator_test_helpers.h",
851 "surfaces/surface_aggregator_unittest.cc",
852 "surfaces/surface_unittest.cc",
853 "surfaces/surfaces_pixeltest.cc",
brettw@chromium.orgd05751a22014-05-29 20:54:24854
brettw4897a612015-03-02 23:13:15855 # Setup.
856 "test/cc_test_suite.cc",
857 "test/run_all_unittests.cc",
858 ]
brettw@chromium.orgd05751a22014-05-29 20:54:24859
brettw4897a612015-03-02 23:13:15860 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
dpranke8ec93a3a2015-02-20 23:36:08861
brettw4897a612015-03-02 23:13:15862 deps = [
863 ":cc",
864 ":test_support",
865 "//base/test:test_support",
866 "//cc/surfaces",
867 "//cc/surfaces:surface_id",
868 "//gpu",
869 "//gpu:test_support",
870 "//gpu/command_buffer/client:gles2_interface",
871 "//gpu/command_buffer/common:gles2_utils",
872 "//media",
873 "//testing/gmock",
874 "//testing/gtest",
875 "//ui/events:events_base",
876 "//ui/gfx",
877 "//ui/gfx/geometry",
878 "//ui/gfx:test_support",
879 "//ui/gl",
880 ]
brettw@chromium.orgd05751a22014-05-29 20:54:24881}
882
883test("cc_perftests") {
brettw@chromium.org6e44c302014-07-22 21:51:37884 sources = [
885 "layers/layer_perftest.cc",
886 "layers/picture_layer_impl_perftest.cc",
887 "resources/picture_layer_tiling_perftest.cc",
888 "resources/picture_pile_impl_perftest.cc",
brettw@chromium.org6e44c302014-07-22 21:51:37889 "resources/task_graph_runner_perftest.cc",
christiank7957c6df2015-03-23 16:19:51890 "resources/texture_compressor_perftest.cc",
brettw@chromium.org6e44c302014-07-22 21:51:37891 "resources/tile_manager_perftest.cc",
satorux457770e2015-02-18 18:33:39892 "resources/tile_task_worker_pool_perftest.cc",
jbauman39be2012015-04-16 01:33:08893 "surfaces/surface_aggregator_perftest.cc",
brettw@chromium.org6e44c302014-07-22 21:51:37894 "test/cc_test_suite.cc",
895 "test/run_all_perftests.cc",
896 "trees/layer_tree_host_common_perftest.cc",
897 "trees/layer_tree_host_perftest.cc",
898 "trees/occlusion_tracker_perftest.cc",
899 ]
brettw@chromium.orgd05751a22014-05-29 20:54:24900
dpranke8ec93a3a2015-02-20 23:36:08901 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
902
brettw@chromium.org6e44c302014-07-22 21:51:37903 deps = [
904 ":cc",
905 ":test_support",
906 "//base",
jamesr16c04ff2014-11-24 22:24:57907 "//base/test:test_support",
jbauman39be2012015-04-16 01:33:08908 "//cc/surfaces",
909 "//cc/surfaces:surface_id",
brettw@chromium.org6e44c302014-07-22 21:51:37910 "//gpu",
brettw@chromium.orgc7990db2014-07-23 22:35:10911 "//gpu:test_support",
oetuaho@nvidia.com845c4e32014-08-13 11:50:40912 "//gpu/command_buffer/common:gles2_utils",
brettw@chromium.org6e44c302014-07-22 21:51:37913 "//media",
914 "//skia",
915 "//testing/gmock",
916 "//testing/gtest",
917 "//testing/perf",
918 "//ui/gfx",
919 "//ui/gfx/geometry",
jamesr16c04ff2014-11-24 22:24:57920 "//ui/gl",
brettw@chromium.org6e44c302014-07-22 21:51:37921 ]
922}
sunnypse619a362015-03-07 00:03:17923# When adding support for isolates, please have a look at run-time dependencies
924# in the cc_unittests_run target in cc_tests.gyp.