blob: c7758d6bb9a8fc7de56d4edc30f67aec169cf4f9 [file] [log] [blame]
[email protected]d05751a22014-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
[email protected]d05751a22014-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",
29 "animation/scrollbar_animation_controller.h",
30 "animation/scrollbar_animation_controller.cc",
31 "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",
41 "base/completion_event.h",
[email protected]d5ba08c2014-06-18 07:01:0842 "base/delayed_unique_notifier.cc",
43 "base/delayed_unique_notifier.h",
[email protected]d05751a22014-05-29 20:54:2444 "base/invalidation_region.cc",
45 "base/invalidation_region.h",
46 "base/latency_info_swap_promise.cc",
47 "base/latency_info_swap_promise.h",
48 "base/latency_info_swap_promise_monitor.cc",
49 "base/latency_info_swap_promise_monitor.h",
50 "base/math_util.cc",
51 "base/math_util.h",
52 "base/ref_counted_managed.h",
53 "base/region.cc",
54 "base/region.h",
55 "base/rolling_time_delta_history.cc",
56 "base/rolling_time_delta_history.h",
57 "base/scoped_ptr_algorithm.h",
58 "base/scoped_ptr_deque.h",
59 "base/scoped_ptr_vector.h",
[email protected]d5467eb72014-08-22 01:16:4360 "base/simple_enclosed_region.cc",
61 "base/simple_enclosed_region.h",
[email protected]d05751a22014-05-29 20:54:2462 "base/swap_promise.h",
63 "base/swap_promise_monitor.cc",
64 "base/swap_promise_monitor.h",
65 "base/switches.cc",
66 "base/switches.h",
aelias58eec0812014-12-04 01:04:4067 "base/synced_property.h",
[email protected]d05751a22014-05-29 20:54:2468 "base/tiling_data.cc",
69 "base/tiling_data.h",
behara.ms71ff07f32014-11-12 05:09:0870 "base/time_util.h",
[email protected]d5ba08c2014-06-18 07:01:0871 "base/unique_notifier.cc",
72 "base/unique_notifier.h",
[email protected]d05751a22014-05-29 20:54:2473 "base/util.h",
74 "debug/benchmark_instrumentation.cc",
75 "debug/benchmark_instrumentation.h",
76 "debug/debug_colors.cc",
77 "debug/debug_colors.h",
78 "debug/debug_rect_history.cc",
79 "debug/debug_rect_history.h",
80 "debug/devtools_instrumentation.h",
81 "debug/frame_rate_counter.cc",
82 "debug/frame_rate_counter.h",
michaelblain1bcdf892015-01-17 01:24:3083 "debug/frame_timing_tracker.cc",
84 "debug/frame_timing_tracker.h",
hendrikw9385e492014-12-17 21:42:5985 "debug/frame_viewer_instrumentation.cc",
[email protected]d05751a22014-05-29 20:54:2486 "debug/frame_viewer_instrumentation.h",
[email protected]d5ba08c2014-06-18 07:01:0887 "debug/invalidation_benchmark.cc",
88 "debug/invalidation_benchmark.h",
[email protected]d05751a22014-05-29 20:54:2489 "debug/lap_timer.cc",
90 "debug/lap_timer.h",
91 "debug/layer_tree_debug_state.cc",
92 "debug/layer_tree_debug_state.h",
93 "debug/micro_benchmark.cc",
94 "debug/micro_benchmark.h",
95 "debug/micro_benchmark_impl.cc",
96 "debug/micro_benchmark_impl.h",
97 "debug/micro_benchmark_controller.cc",
98 "debug/micro_benchmark_controller.h",
99 "debug/micro_benchmark_controller_impl.cc",
100 "debug/micro_benchmark_controller_impl.h",
101 "debug/paint_time_counter.cc",
102 "debug/paint_time_counter.h",
ajumad7dd21a2015-01-09 00:57:31103 "debug/picture_debug_util.cc",
104 "debug/picture_debug_util.h",
[email protected]d05751a22014-05-29 20:54:24105 "debug/picture_record_benchmark.cc",
106 "debug/picture_record_benchmark.h",
107 "debug/rasterize_and_record_benchmark.cc",
108 "debug/rasterize_and_record_benchmark.h",
109 "debug/rasterize_and_record_benchmark_impl.cc",
110 "debug/rasterize_and_record_benchmark_impl.h",
111 "debug/rendering_stats.cc",
112 "debug/rendering_stats.h",
113 "debug/rendering_stats_instrumentation.cc",
114 "debug/rendering_stats_instrumentation.h",
115 "debug/ring_buffer.h",
116 "debug/traced_picture.cc",
117 "debug/traced_picture.h",
118 "debug/traced_value.cc",
119 "debug/traced_value.h",
120 "debug/unittest_only_benchmark.cc",
121 "debug/unittest_only_benchmark.h",
122 "debug/unittest_only_benchmark_impl.cc",
123 "debug/unittest_only_benchmark_impl.h",
ccameron36d091f2014-11-07 03:18:50124 "input/input_handler.cc",
[email protected]d05751a22014-05-29 20:54:24125 "input/input_handler.h",
126 "input/page_scale_animation.cc",
127 "input/page_scale_animation.h",
[email protected]b2ba2d42014-07-03 18:14:50128 "input/layer_selection_bound.cc",
129 "input/layer_selection_bound.h",
ccameron4163cc352014-11-13 19:06:36130 "input/scroll_elasticity_helper.cc",
131 "input/scroll_elasticity_helper.h",
[email protected]b2ba2d42014-07-03 18:14:50132 "input/selection_bound_type.h",
[email protected]d05751a22014-05-29 20:54:24133 "input/top_controls_manager.cc",
134 "input/top_controls_manager.h",
135 "input/top_controls_manager_client.h",
136 "layers/append_quads_data.h",
137 "layers/content_layer.cc",
138 "layers/content_layer.h",
139 "layers/content_layer_client.h",
140 "layers/contents_scaling_layer.cc",
141 "layers/contents_scaling_layer.h",
142 "layers/delegated_frame_provider.cc",
143 "layers/delegated_frame_provider.h",
144 "layers/delegated_frame_resource_collection.cc",
145 "layers/delegated_frame_resource_collection.h",
146 "layers/delegated_renderer_layer.cc",
147 "layers/delegated_renderer_layer.h",
148 "layers/delegated_renderer_layer_impl.cc",
149 "layers/delegated_renderer_layer_impl.h",
150 "layers/draw_properties.h",
151 "layers/heads_up_display_layer.cc",
152 "layers/heads_up_display_layer.h",
153 "layers/heads_up_display_layer_impl.cc",
154 "layers/heads_up_display_layer_impl.h",
155 "layers/image_layer.cc",
156 "layers/image_layer.h",
157 "layers/io_surface_layer.cc",
158 "layers/io_surface_layer.h",
159 "layers/io_surface_layer_impl.cc",
160 "layers/io_surface_layer_impl.h",
161 "layers/layer.cc",
162 "layers/layer.h",
163 "layers/layer_client.h",
164 "layers/layer_impl.cc",
165 "layers/layer_impl.h",
166 "layers/layer_iterator.h",
167 "layers/layer_lists.cc",
168 "layers/layer_lists.h",
169 "layers/layer_position_constraint.cc",
170 "layers/layer_position_constraint.h",
171 "layers/layer_utils.cc",
172 "layers/layer_utils.h",
173 "layers/nine_patch_layer.cc",
174 "layers/nine_patch_layer.h",
175 "layers/nine_patch_layer_impl.cc",
176 "layers/nine_patch_layer_impl.h",
177 "layers/paint_properties.h",
178 "layers/painted_scrollbar_layer.cc",
179 "layers/painted_scrollbar_layer.h",
180 "layers/painted_scrollbar_layer_impl.cc",
181 "layers/painted_scrollbar_layer_impl.h",
182 "layers/picture_image_layer.cc",
183 "layers/picture_image_layer.h",
184 "layers/picture_image_layer_impl.cc",
185 "layers/picture_image_layer_impl.h",
186 "layers/picture_layer.cc",
187 "layers/picture_layer.h",
188 "layers/picture_layer_impl.cc",
189 "layers/picture_layer_impl.h",
[email protected]d05751a22014-05-29 20:54:24190 "layers/render_pass_sink.h",
191 "layers/render_surface.cc",
192 "layers/render_surface.h",
193 "layers/render_surface_impl.cc",
194 "layers/render_surface_impl.h",
195 "layers/scrollbar_layer_impl_base.cc",
196 "layers/scrollbar_layer_impl_base.h",
197 "layers/scrollbar_layer_interface.h",
198 "layers/solid_color_layer.cc",
199 "layers/solid_color_layer.h",
200 "layers/solid_color_layer_impl.cc",
201 "layers/solid_color_layer_impl.h",
202 "layers/solid_color_scrollbar_layer.cc",
203 "layers/solid_color_scrollbar_layer.h",
204 "layers/solid_color_scrollbar_layer_impl.cc",
205 "layers/solid_color_scrollbar_layer_impl.h",
206 "layers/surface_layer.cc",
207 "layers/surface_layer.h",
208 "layers/surface_layer_impl.cc",
209 "layers/surface_layer_impl.h",
210 "layers/texture_layer.cc",
211 "layers/texture_layer.h",
212 "layers/texture_layer_client.h",
213 "layers/texture_layer_impl.cc",
214 "layers/texture_layer_impl.h",
215 "layers/tiled_layer.cc",
216 "layers/tiled_layer.h",
217 "layers/tiled_layer_impl.cc",
218 "layers/tiled_layer_impl.h",
219 "layers/ui_resource_layer.cc",
220 "layers/ui_resource_layer.h",
221 "layers/ui_resource_layer_impl.cc",
222 "layers/ui_resource_layer_impl.h",
223 "layers/video_frame_provider.h",
224 "layers/video_frame_provider_client_impl.cc",
225 "layers/video_frame_provider_client_impl.h",
226 "layers/video_layer.cc",
227 "layers/video_layer.h",
228 "layers/video_layer_impl.cc",
229 "layers/video_layer_impl.h",
230 "output/begin_frame_args.cc",
231 "output/begin_frame_args.h",
[email protected]2a021fb7b2014-08-02 07:53:49232 "output/bsp_tree.cc",
233 "output/bsp_tree.h",
234 "output/bsp_walk_action.cc",
235 "output/bsp_walk_action.h",
[email protected]d05751a22014-05-29 20:54:24236 "output/compositor_frame.cc",
237 "output/compositor_frame.h",
238 "output/compositor_frame_ack.cc",
239 "output/compositor_frame_ack.h",
240 "output/compositor_frame_metadata.cc",
241 "output/compositor_frame_metadata.h",
242 "output/context_provider.cc",
243 "output/context_provider.h",
244 "output/copy_output_request.cc",
245 "output/copy_output_request.h",
246 "output/copy_output_result.cc",
247 "output/copy_output_result.h",
[email protected]d05751a22014-05-29 20:54:24248 "output/delegated_frame_data.cc",
[email protected]b2ba2d42014-07-03 18:14:50249 "output/delegated_frame_data.h",
[email protected]d05751a22014-05-29 20:54:24250 "output/delegating_renderer.cc",
251 "output/delegating_renderer.h",
252 "output/direct_renderer.cc",
253 "output/direct_renderer.h",
254 "output/filter_operation.cc",
255 "output/filter_operation.h",
256 "output/filter_operations.cc",
257 "output/filter_operations.h",
258 "output/geometry_binding.cc",
259 "output/geometry_binding.h",
[email protected]d05751a22014-05-29 20:54:24260 "output/gl_frame_data.cc",
[email protected]b2ba2d42014-07-03 18:14:50261 "output/gl_frame_data.h",
[email protected]d05751a22014-05-29 20:54:24262 "output/gl_renderer.cc",
263 "output/gl_renderer.h",
264 "output/gl_renderer_draw_cache.cc",
265 "output/gl_renderer_draw_cache.h",
266 "output/managed_memory_policy.cc",
267 "output/managed_memory_policy.h",
268 "output/output_surface.cc",
269 "output/output_surface.h",
270 "output/output_surface_client.h",
271 "output/overlay_candidate.cc",
272 "output/overlay_candidate.h",
273 "output/overlay_candidate_validator.h",
274 "output/overlay_processor.cc",
275 "output/overlay_processor.h",
276 "output/overlay_strategy_single_on_top.cc",
277 "output/overlay_strategy_single_on_top.h",
278 "output/program_binding.cc",
279 "output/program_binding.h",
280 "output/render_surface_filters.cc",
281 "output/render_surface_filters.h",
282 "output/renderer.cc",
283 "output/renderer.h",
jbaumanc5be44c2014-11-20 22:17:12284 "output/renderer_settings.cc",
285 "output/renderer_settings.h",
[email protected]d05751a22014-05-29 20:54:24286 "output/shader.cc",
287 "output/shader.h",
288 "output/software_frame_data.cc",
289 "output/software_frame_data.h",
290 "output/software_output_device.cc",
291 "output/software_output_device.h",
292 "output/software_renderer.cc",
293 "output/software_renderer.h",
[email protected]b2ba2d42014-07-03 18:14:50294 "output/viewport_selection_bound.cc",
295 "output/viewport_selection_bound.h",
mithroc34fc0b12014-09-30 09:10:41296 "output/vsync_parameter_observer.h",
[email protected]d05751a22014-05-29 20:54:24297 "quads/checkerboard_draw_quad.cc",
298 "quads/checkerboard_draw_quad.h",
299 "quads/content_draw_quad_base.cc",
300 "quads/content_draw_quad_base.h",
301 "quads/debug_border_draw_quad.cc",
302 "quads/debug_border_draw_quad.h",
[email protected]2a021fb7b2014-08-02 07:53:49303 "quads/draw_polygon.cc",
304 "quads/draw_polygon.h",
[email protected]d05751a22014-05-29 20:54:24305 "quads/draw_quad.cc",
306 "quads/draw_quad.h",
307 "quads/io_surface_draw_quad.cc",
308 "quads/io_surface_draw_quad.h",
[email protected]620aaedc2014-08-12 22:41:20309 "quads/largest_draw_quad.h",
weiliangcfe7b51e2014-11-05 18:20:27310 "quads/largest_draw_quad.cc",
weiliangcd1f5016c2014-09-23 14:29:03311 "quads/list_container.cc",
312 "quads/list_container.h",
[email protected]d05751a22014-05-29 20:54:24313 "quads/picture_draw_quad.cc",
314 "quads/picture_draw_quad.h",
315 "quads/render_pass.cc",
316 "quads/render_pass.h",
317 "quads/render_pass_draw_quad.cc",
318 "quads/render_pass_draw_quad.h",
[email protected]0cd7d6f72014-08-22 14:50:51319 "quads/render_pass_id.cc",
320 "quads/render_pass_id.h",
[email protected]d05751a22014-05-29 20:54:24321 "quads/shared_quad_state.cc",
322 "quads/shared_quad_state.h",
323 "quads/solid_color_draw_quad.cc",
324 "quads/solid_color_draw_quad.h",
325 "quads/stream_video_draw_quad.cc",
326 "quads/stream_video_draw_quad.h",
327 "quads/surface_draw_quad.cc",
328 "quads/surface_draw_quad.h",
329 "quads/texture_draw_quad.cc",
330 "quads/texture_draw_quad.h",
331 "quads/tile_draw_quad.cc",
332 "quads/tile_draw_quad.h",
333 "quads/yuv_video_draw_quad.cc",
334 "quads/yuv_video_draw_quad.h",
335 "resources/bitmap_content_layer_updater.cc",
336 "resources/bitmap_content_layer_updater.h",
vmiuraa30e1ea2014-12-09 19:23:51337 "resources/bitmap_tile_task_worker_pool.cc",
338 "resources/bitmap_tile_task_worker_pool.h",
[email protected]d05751a22014-05-29 20:54:24339 "resources/bitmap_skpicture_content_layer_updater.cc",
340 "resources/bitmap_skpicture_content_layer_updater.h",
ajuma5e77f7d42014-11-27 14:19:14341 "resources/clip_display_item.cc",
342 "resources/clip_display_item.h",
leviwf97853532015-01-16 23:08:00343 "resources/clip_path_display_item.cc",
344 "resources/clip_path_display_item.h",
[email protected]d05751a22014-05-29 20:54:24345 "resources/content_layer_updater.cc",
346 "resources/content_layer_updater.h",
ajuma5e77f7d42014-11-27 14:19:14347 "resources/display_item.cc",
348 "resources/display_item.h",
349 "resources/display_item_list.cc",
350 "resources/display_item_list.h",
351 "resources/display_list_raster_source.cc",
352 "resources/display_list_raster_source.h",
353 "resources/display_list_recording_source.cc",
354 "resources/display_list_recording_source.h",
355 "resources/drawing_display_item.cc",
356 "resources/drawing_display_item.h",
[email protected]bf050582014-07-24 11:10:58357 "resources/eviction_tile_priority_queue.cc",
358 "resources/eviction_tile_priority_queue.h",
ajuma5e77f7d42014-11-27 14:19:14359 "resources/filter_display_item.cc",
360 "resources/filter_display_item.h",
ajumad1e57c92015-01-06 13:57:23361 "resources/float_clip_display_item.cc",
362 "resources/float_clip_display_item.h",
hendrikw2f32e4e2015-01-03 00:22:34363 "resources/gpu_rasterizer.cc",
364 "resources/gpu_rasterizer.h",
vmiuraa30e1ea2014-12-09 19:23:51365 "resources/gpu_tile_task_worker_pool.cc",
366 "resources/gpu_tile_task_worker_pool.h",
[email protected]d05751a22014-05-29 20:54:24367 "resources/image_layer_updater.cc",
368 "resources/image_layer_updater.h",
[email protected]d05751a22014-05-29 20:54:24369 "resources/layer_painter.h",
370 "resources/layer_quad.cc",
371 "resources/layer_quad.h",
372 "resources/layer_tiling_data.cc",
373 "resources/layer_tiling_data.h",
374 "resources/layer_updater.cc",
375 "resources/layer_updater.h",
[email protected]d05751a22014-05-29 20:54:24376 "resources/memory_history.cc",
377 "resources/memory_history.h",
vmiuraa30e1ea2014-12-09 19:23:51378 "resources/one_copy_tile_task_worker_pool.cc",
379 "resources/one_copy_tile_task_worker_pool.h",
[email protected]d05751a22014-05-29 20:54:24380 "resources/picture.cc",
381 "resources/picture.h",
382 "resources/picture_layer_tiling.cc",
383 "resources/picture_layer_tiling.h",
384 "resources/picture_layer_tiling_set.cc",
385 "resources/picture_layer_tiling_set.h",
[email protected]bf050582014-07-24 11:10:58386 "resources/picture_pile.cc",
387 "resources/picture_pile.h",
[email protected]d05751a22014-05-29 20:54:24388 "resources/picture_pile_impl.cc",
389 "resources/picture_pile_impl.h",
vmiuraa30e1ea2014-12-09 19:23:51390 "resources/pixel_buffer_tile_task_worker_pool.cc",
391 "resources/pixel_buffer_tile_task_worker_pool.h",
[email protected]d05751a22014-05-29 20:54:24392 "resources/platform_color.h",
393 "resources/prioritized_resource.cc",
394 "resources/prioritized_resource.h",
395 "resources/prioritized_resource_manager.cc",
396 "resources/prioritized_resource_manager.h",
[email protected]d05751a22014-05-29 20:54:24397 "resources/priority_calculator.cc",
398 "resources/priority_calculator.h",
reveman47560ab2014-09-18 19:39:21399 "resources/raster_buffer.cc",
400 "resources/raster_buffer.h",
vmpstr394e2b52014-10-28 18:38:10401 "resources/raster_source.h",
ajuma5e77f7d42014-11-27 14:19:14402 "resources/raster_source_helper.cc",
403 "resources/raster_source_helper.h",
vmpstrb4040632015-01-23 17:53:41404 "resources/raster_tile_priority_queue_all.cc",
405 "resources/raster_tile_priority_queue_all.h",
406 "resources/raster_tile_priority_queue_required.cc",
407 "resources/raster_tile_priority_queue_required.h",
[email protected]bf050582014-07-24 11:10:58408 "resources/raster_tile_priority_queue.cc",
409 "resources/raster_tile_priority_queue.h",
hendrikw2f32e4e2015-01-03 00:22:34410 "resources/rasterizer.h",
411 "resources/software_rasterizer.cc",
412 "resources/software_rasterizer.h",
vmiuraa30e1ea2014-12-09 19:23:51413 "resources/tile_task_worker_pool.cc",
414 "resources/tile_task_worker_pool.h",
415 "resources/tile_task_runner.cc",
416 "resources/tile_task_runner.h",
[email protected]d05751a22014-05-29 20:54:24417 "resources/release_callback.h",
418 "resources/resource.cc",
reveman423e7da2014-09-23 16:57:44419 "resources/resource.h",
[email protected]c6f0cf62014-07-22 02:44:41420 "resources/resource_format.cc",
[email protected]bf050582014-07-24 11:10:58421 "resources/resource_format.h",
[email protected]d05751a22014-05-29 20:54:24422 "resources/resource_pool.cc",
423 "resources/resource_pool.h",
424 "resources/resource_provider.cc",
425 "resources/resource_provider.h",
426 "resources/resource_update.cc",
reveman423e7da2014-09-23 16:57:44427 "resources/resource_update.h",
[email protected]d05751a22014-05-29 20:54:24428 "resources/resource_update_controller.cc",
429 "resources/resource_update_controller.h",
430 "resources/resource_update_queue.cc",
431 "resources/resource_update_queue.h",
432 "resources/returned_resource.h",
[email protected]110fcc0e2014-07-16 15:52:47433 "resources/scoped_gpu_raster.cc",
434 "resources/scoped_gpu_raster.h",
[email protected]d05751a22014-05-29 20:54:24435 "resources/scoped_resource.cc",
436 "resources/scoped_resource.h",
437 "resources/scoped_ui_resource.cc",
438 "resources/scoped_ui_resource.h",
439 "resources/shared_bitmap.cc",
440 "resources/shared_bitmap.h",
441 "resources/shared_bitmap_manager.h",
442 "resources/single_release_callback.cc",
443 "resources/single_release_callback.h",
skyostil3976a3f2014-09-04 22:07:23444 "resources/single_release_callback_impl.cc",
445 "resources/single_release_callback_impl.h",
[email protected]d05751a22014-05-29 20:54:24446 "resources/skpicture_content_layer_updater.cc",
447 "resources/skpicture_content_layer_updater.h",
448 "resources/task_graph_runner.cc",
449 "resources/task_graph_runner.h",
450 "resources/texture_mailbox.cc",
reveman423e7da2014-09-23 16:57:44451 "resources/texture_mailbox.h",
[email protected]d05751a22014-05-29 20:54:24452 "resources/texture_mailbox_deleter.cc",
453 "resources/texture_mailbox_deleter.h",
454 "resources/texture_uploader.cc",
455 "resources/texture_uploader.h",
456 "resources/tile.cc",
457 "resources/tile.h",
jungjik.leea4496712014-12-20 16:08:21458 "resources/tile_draw_info.cc",
459 "resources/tile_draw_info.h",
[email protected]d05751a22014-05-29 20:54:24460 "resources/tile_manager.cc",
461 "resources/tile_manager.h",
462 "resources/tile_priority.cc",
463 "resources/tile_priority.h",
e.hakkinenada8f5da2014-11-27 09:41:36464 "resources/tiling_set_eviction_queue.cc",
465 "resources/tiling_set_eviction_queue.h",
vmpstrfe477d5a2015-01-12 22:20:49466 "resources/tiling_set_raster_queue_all.cc",
467 "resources/tiling_set_raster_queue_all.h",
468 "resources/tiling_set_raster_queue_required.cc",
469 "resources/tiling_set_raster_queue_required.h",
vmpstrbc22bb72014-12-08 18:38:14470 "resources/tiling_set_raster_queue.h",
[email protected]d05751a22014-05-29 20:54:24471 "resources/transferable_resource.cc",
472 "resources/transferable_resource.h",
ajuma5e77f7d42014-11-27 14:19:14473 "resources/transform_display_item.cc",
474 "resources/transform_display_item.h",
475 "resources/transparency_display_item.cc",
476 "resources/transparency_display_item.h",
[email protected]d05751a22014-05-29 20:54:24477 "resources/ui_resource_bitmap.cc",
478 "resources/ui_resource_bitmap.h",
479 "resources/ui_resource_client.h",
480 "resources/ui_resource_request.cc",
481 "resources/ui_resource_request.h",
482 "resources/video_resource_updater.cc",
483 "resources/video_resource_updater.h",
vmiuraa30e1ea2014-12-09 19:23:51484 "resources/zero_copy_tile_task_worker_pool.cc",
485 "resources/zero_copy_tile_task_worker_pool.h",
mithroc34fc0b12014-09-30 09:10:41486 "scheduler/begin_frame_source.cc",
487 "scheduler/begin_frame_source.h",
mithrof7a21502014-12-17 03:24:48488 "scheduler/commit_earlyout_reason.h",
[email protected]d05751a22014-05-29 20:54:24489 "scheduler/delay_based_time_source.cc",
490 "scheduler/delay_based_time_source.h",
491 "scheduler/draw_result.h",
492 "scheduler/scheduler.cc",
493 "scheduler/scheduler.h",
494 "scheduler/scheduler_settings.cc",
495 "scheduler/scheduler_settings.h",
496 "scheduler/scheduler_state_machine.cc",
497 "scheduler/scheduler_state_machine.h",
[email protected]d05751a22014-05-29 20:54:24498 "trees/blocking_task_runner.cc",
499 "trees/blocking_task_runner.h",
500 "trees/damage_tracker.cc",
501 "trees/damage_tracker.h",
vollick51ed1a22014-12-17 02:03:00502 "trees/draw_property_utils.cc",
503 "trees/draw_property_utils.h",
[email protected]d05751a22014-05-29 20:54:24504 "trees/layer_sorter.cc",
505 "trees/layer_sorter.h",
506 "trees/layer_tree_host.cc",
507 "trees/layer_tree_host.h",
508 "trees/layer_tree_host_client.h",
509 "trees/layer_tree_host_common.cc",
510 "trees/layer_tree_host_common.h",
511 "trees/layer_tree_host_impl.cc",
512 "trees/layer_tree_host_impl.h",
513 "trees/layer_tree_impl.cc",
514 "trees/layer_tree_impl.h",
515 "trees/layer_tree_settings.cc",
516 "trees/layer_tree_settings.h",
vmpstrcdcb5f72014-09-11 00:58:37517 "trees/occlusion.cc",
518 "trees/occlusion.h",
[email protected]d05751a22014-05-29 20:54:24519 "trees/occlusion_tracker.cc",
520 "trees/occlusion_tracker.h",
vollick51ed1a22014-12-17 02:03:00521 "trees/property_tree.cc",
522 "trees/property_tree.h",
523 "trees/property_tree_builder.cc",
524 "trees/property_tree_builder.h",
[email protected]d05751a22014-05-29 20:54:24525 "trees/proxy.cc",
526 "trees/proxy.h",
527 "trees/proxy_timing_history.cc",
528 "trees/proxy_timing_history.h",
[email protected]aeeedad2014-08-22 18:16:22529 "trees/scoped_abort_remaining_swap_promises.h",
[email protected]d05751a22014-05-29 20:54:24530 "trees/single_thread_proxy.cc",
531 "trees/single_thread_proxy.h",
532 "trees/thread_proxy.cc",
533 "trees/thread_proxy.h",
534 "trees/tree_synchronizer.cc",
535 "trees/tree_synchronizer.h",
536 ]
537
538 if (is_win) {
539 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
540 cflags = [ "/wd4267" ] # size_t -> int
541 }
542
Brett Wilsone53895272014-09-23 23:41:46543 public_deps = [
544 "//skia",
545 ]
[email protected]d05751a22014-05-29 20:54:24546 deps = [
547 "//base",
548 "//base/third_party/dynamic_annotations",
jamesr16c04ff2014-11-24 22:24:57549 "//cc/surfaces:surface_id",
[email protected]d05751a22014-05-29 20:54:24550 "//gpu",
jbromancba3d2fe2014-09-16 01:04:24551 "//gpu/command_buffer/client:gles2_interface",
revemanf9a8a2342014-10-28 17:54:52552 "//gpu/command_buffer/client:gpu_memory_buffer_manager",
[email protected]6e44c302014-07-22 21:51:37553 "//media",
[email protected]d05751a22014-05-29 20:54:24554 "//ui/events:events_base",
555 "//ui/gfx",
556 "//ui/gfx/geometry",
[email protected]d05751a22014-05-29 20:54:24557 ]
[email protected]d05751a22014-05-29 20:54:24558
[email protected]3ffa36a2014-07-24 21:01:50559 defines = [ "CC_IMPLEMENTATION=1" ]
[email protected]d05751a22014-05-29 20:54:24560
fdegans75b3d092014-09-17 18:35:55561 if (!is_debug && (is_win || is_android)) {
[email protected]d05751a22014-05-29 20:54:24562 configs -= [ "//build/config/compiler:optimize" ]
563 configs += [ "//build/config/compiler:optimize_max" ]
564 }
565}
566
[email protected]d05751a22014-05-29 20:54:24567source_set("test_support") {
Brett Wilson8f80ad0b2014-09-08 19:50:24568 testonly = true
[email protected]d05751a22014-05-29 20:54:24569 sources = [
570 "test/animation_test_common.cc",
571 "test/animation_test_common.h",
572 "test/begin_frame_args_test.cc",
573 "test/begin_frame_args_test.h",
574 "test/fake_content_layer.cc",
575 "test/fake_content_layer.h",
576 "test/fake_content_layer_client.cc",
577 "test/fake_content_layer_client.h",
578 "test/fake_content_layer_impl.cc",
579 "test/fake_content_layer_impl.h",
580 "test/fake_delegated_renderer_layer.cc",
581 "test/fake_delegated_renderer_layer.h",
582 "test/fake_delegated_renderer_layer_impl.cc",
583 "test/fake_delegated_renderer_layer_impl.h",
danakj6e3bf8012014-12-16 18:27:53584 "test/fake_external_begin_frame_source.cc",
585 "test/fake_external_begin_frame_source.h",
[email protected]d05751a22014-05-29 20:54:24586 "test/fake_impl_proxy.h",
587 "test/fake_layer_tree_host.cc",
588 "test/fake_layer_tree_host.h",
589 "test/fake_layer_tree_host_client.cc",
590 "test/fake_layer_tree_host_client.h",
591 "test/fake_layer_tree_host_impl.cc",
592 "test/fake_layer_tree_host_impl.h",
593 "test/fake_layer_tree_host_impl_client.cc",
594 "test/fake_layer_tree_host_impl_client.h",
595 "test/fake_output_surface.cc",
596 "test/fake_output_surface.h",
597 "test/fake_output_surface_client.cc",
598 "test/fake_output_surface_client.h",
599 "test/fake_painted_scrollbar_layer.cc",
600 "test/fake_painted_scrollbar_layer.h",
601 "test/fake_picture_layer.cc",
602 "test/fake_picture_layer.h",
603 "test/fake_picture_layer_impl.cc",
604 "test/fake_picture_layer_impl.h",
605 "test/fake_picture_layer_tiling_client.cc",
606 "test/fake_picture_layer_tiling_client.h",
danakja819c2552014-11-14 02:05:04607 "test/fake_picture_pile.cc",
hendrikw312ee8ac2014-11-12 23:24:34608 "test/fake_picture_pile.h",
[email protected]d05751a22014-05-29 20:54:24609 "test/fake_picture_pile_impl.cc",
610 "test/fake_picture_pile_impl.h",
611 "test/fake_proxy.cc",
612 "test/fake_proxy.h",
613 "test/fake_renderer_client.cc",
614 "test/fake_renderer_client.h",
615 "test/fake_rendering_stats_instrumentation.h",
616 "test/fake_scoped_ui_resource.cc",
617 "test/fake_scoped_ui_resource.h",
618 "test/fake_scrollbar.cc",
619 "test/fake_scrollbar.h",
620 "test/fake_tile_manager.cc",
621 "test/fake_tile_manager.h",
622 "test/fake_tile_manager_client.cc",
623 "test/fake_tile_manager_client.h",
624 "test/fake_ui_resource_layer_tree_host_impl.cc",
625 "test/fake_ui_resource_layer_tree_host_impl.h",
626 "test/fake_video_frame_provider.cc",
627 "test/fake_video_frame_provider.h",
enne7f8fdde2014-12-10 21:32:09628 "test/failure_output_surface.cc",
629 "test/failure_output_surface.h",
[email protected]d05751a22014-05-29 20:54:24630 "test/geometry_test_utils.cc",
631 "test/geometry_test_utils.h",
632 "test/test_in_process_context_provider.cc",
633 "test/test_in_process_context_provider.h",
634 "test/impl_side_painting_settings.h",
635 "test/layer_test_common.cc",
636 "test/layer_test_common.h",
637 "test/layer_tree_host_common_test.cc",
638 "test/layer_tree_host_common_test.h",
639 "test/layer_tree_json_parser.cc",
640 "test/layer_tree_json_parser.h",
enne03dbe8ae2014-10-30 01:32:55641 "test/layer_tree_pixel_resource_test.cc",
642 "test/layer_tree_pixel_resource_test.h",
[email protected]d05751a22014-05-29 20:54:24643 "test/layer_tree_pixel_test.cc",
644 "test/layer_tree_pixel_test.h",
645 "test/layer_tree_test.cc",
646 "test/layer_tree_test.h",
[email protected]ba16cce2014-06-17 17:03:50647 "test/mock_occlusion_tracker.h",
[email protected]d5ba08c2014-06-18 07:01:08648 "test/ordered_simple_task_runner.cc",
649 "test/ordered_simple_task_runner.h",
[email protected]d05751a22014-05-29 20:54:24650 "test/ordered_texture_map.cc",
651 "test/ordered_texture_map.h",
652 "test/paths.cc",
653 "test/paths.h",
654 "test/pixel_comparator.cc",
655 "test/pixel_comparator.h",
656 "test/pixel_test.cc",
657 "test/pixel_test.h",
658 "test/pixel_test_output_surface.cc",
659 "test/pixel_test_output_surface.h",
660 "test/pixel_test_software_output_device.cc",
661 "test/pixel_test_software_output_device.h",
662 "test/pixel_test_utils.cc",
663 "test/pixel_test_utils.h",
664 "test/render_pass_test_common.cc",
665 "test/render_pass_test_common.h",
666 "test/render_pass_test_utils.cc",
667 "test/render_pass_test_utils.h",
668 "test/scheduler_test_common.cc",
669 "test/scheduler_test_common.h",
670 "test/skia_common.cc",
671 "test/skia_common.h",
672 "test/solid_color_content_layer_client.cc",
673 "test/solid_color_content_layer_client.h",
674 "test/test_context_provider.cc",
675 "test/test_context_provider.h",
676 "test/test_context_support.cc",
677 "test/test_context_support.h",
678 "test/test_gles2_interface.cc",
679 "test/test_gles2_interface.h",
reveman22dd9292014-10-13 20:52:05680 "test/test_gpu_memory_buffer_manager.cc",
681 "test/test_gpu_memory_buffer_manager.h",
reveman2232bce2014-10-29 01:28:05682 "test/test_image_factory.cc",
683 "test/test_image_factory.h",
mithro0c0ac6a2014-09-10 01:03:36684 "test/test_now_source.cc",
685 "test/test_now_source.h",
[email protected]d05751a22014-05-29 20:54:24686 "test/test_occlusion_tracker.h",
687 "test/test_shared_bitmap_manager.cc",
688 "test/test_shared_bitmap_manager.h",
689 "test/test_texture.cc",
690 "test/test_texture.h",
691 "test/test_tile_priorities.cc",
692 "test/test_tile_priorities.h",
693 "test/test_web_graphics_context_3d.cc",
694 "test/test_web_graphics_context_3d.h",
695 "test/tiled_layer_test_common.cc",
696 "test/tiled_layer_test_common.h",
697 ]
698
699 include_dirs = [
700 ".",
701 "test",
702 ]
703
Brett Wilson0380637c2014-09-19 21:24:40704 public_deps = [
705 ":cc",
Brett Wilsone53895272014-09-23 23:41:46706 "//gpu:test_support",
Brett Wilson0380637c2014-09-19 21:24:40707 ]
[email protected]d05751a22014-05-29 20:54:24708 deps = [
709 "//base",
jamesr16c04ff2014-11-24 22:24:57710 "//base/test:test_support",
[email protected]d05751a22014-05-29 20:54:24711 "//base/third_party/dynamic_annotations",
[email protected]d05751a22014-05-29 20:54:24712 "//gpu/command_buffer/client:gles2_c_lib",
713 "//gpu/command_buffer/client:gles2_implementation",
revemanf9a8a2342014-10-28 17:54:52714 "//gpu/command_buffer/client:gpu_memory_buffer_manager",
[email protected]d05751a22014-05-29 20:54:24715 "//gpu/command_buffer/client:gl_in_process_context",
[email protected]845c4e32014-08-13 11:50:40716 "//gpu/command_buffer/common:gles2_utils",
[email protected]d05751a22014-05-29 20:54:24717 "//gpu/skia_bindings",
jamesr16c04ff2014-11-24 22:24:57718 "//media",
[email protected]d05751a22014-05-29 20:54:24719 "//skia",
720 "//testing/gmock",
721 "//testing/gtest",
[email protected]d05751a22014-05-29 20:54:24722 "//ui/gfx",
723 "//ui/gfx/geometry",
[email protected]e54a1f522014-07-22 23:26:48724 "//ui/gfx:test_support",
[email protected]d05751a22014-05-29 20:54:24725 "//ui/gl",
726 ]
[email protected]c7990dbf2014-07-23 22:35:10727
728 if (!is_android) { # TODO(GYP) Enable on Android when osmesa links.
729 deps += [ "//third_party/mesa:osmesa" ]
730 }
[email protected]d05751a22014-05-29 20:54:24731}
732
[email protected]d05751a22014-05-29 20:54:24733test("cc_unittests") {
734 sources = [
735 "animation/animation_unittest.cc",
736 "animation/keyframed_animation_curve_unittest.cc",
737 "animation/layer_animation_controller_unittest.cc",
738 "animation/scroll_offset_animation_curve_unittest.cc",
739 "animation/scrollbar_animation_controller_linear_fade_unittest.cc",
740 "animation/scrollbar_animation_controller_thinning_unittest.cc",
741 "animation/transform_operations_unittest.cc",
742 "base/float_quad_unittest.cc",
743 "base/math_util_unittest.cc",
744 "base/region_unittest.cc",
745 "base/rolling_time_delta_history_unittest.cc",
746 "base/scoped_ptr_vector_unittest.cc",
[email protected]d5467eb72014-08-22 01:16:43747 "base/simple_enclosed_region_unittest.cc",
[email protected]d05751a22014-05-29 20:54:24748 "base/tiling_data_unittest.cc",
749 "base/util_unittest.cc",
michaelblain1bcdf892015-01-17 01:24:30750 "debug/frame_timing_tracker_unittest.cc",
[email protected]d05751a22014-05-29 20:54:24751 "debug/micro_benchmark_controller_unittest.cc",
752 "input/top_controls_manager_unittest.cc",
[email protected]d05751a22014-05-29 20:54:24753 "layers/contents_scaling_layer_unittest.cc",
754 "layers/delegated_frame_provider_unittest.cc",
755 "layers/delegated_frame_resource_collection_unittest.cc",
756 "layers/delegated_renderer_layer_impl_unittest.cc",
[email protected]ad63b2f2014-08-11 17:39:54757 "layers/delegated_renderer_layer_unittest.cc",
[email protected]d05751a22014-05-29 20:54:24758 "layers/heads_up_display_unittest.cc",
759 "layers/heads_up_display_layer_impl_unittest.cc",
760 "layers/io_surface_layer_impl_unittest.cc",
761 "layers/layer_impl_unittest.cc",
762 "layers/layer_iterator_unittest.cc",
763 "layers/layer_position_constraint_unittest.cc",
764 "layers/layer_unittest.cc",
765 "layers/layer_utils_unittest.cc",
766 "layers/nine_patch_layer_impl_unittest.cc",
767 "layers/nine_patch_layer_unittest.cc",
768 "layers/painted_scrollbar_layer_impl_unittest.cc",
769 "layers/picture_image_layer_impl_unittest.cc",
ajuma979c57f2015-01-14 16:40:24770 "layers/picture_image_layer_unittest.cc",
[email protected]d05751a22014-05-29 20:54:24771 "layers/picture_layer_impl_unittest.cc",
772 "layers/picture_layer_unittest.cc",
773 "layers/render_surface_unittest.cc",
774 "layers/render_surface_impl_unittest.cc",
775 "layers/scrollbar_layer_unittest.cc",
776 "layers/solid_color_layer_impl_unittest.cc",
777 "layers/solid_color_scrollbar_layer_impl_unittest.cc",
jbaumandbccae1ab2014-11-06 23:26:44778 "layers/surface_layer_unittest.cc",
[email protected]d05751a22014-05-29 20:54:24779 "layers/surface_layer_impl_unittest.cc",
780 "layers/texture_layer_unittest.cc",
781 "layers/texture_layer_impl_unittest.cc",
782 "layers/tiled_layer_impl_unittest.cc",
783 "layers/tiled_layer_unittest.cc",
784 "layers/ui_resource_layer_impl_unittest.cc",
785 "layers/ui_resource_layer_unittest.cc",
786 "layers/video_layer_impl_unittest.cc",
787 "output/begin_frame_args_unittest.cc",
788 "output/delegating_renderer_unittest.cc",
789 "output/filter_operations_unittest.cc",
790 "output/gl_renderer_unittest.cc",
791 "output/output_surface_unittest.cc",
792 "output/overlay_unittest.cc",
793 "output/renderer_pixeltest.cc",
794 "output/renderer_unittest.cc",
795 "output/shader_unittest.cc",
796 "output/software_renderer_unittest.cc",
797 "quads/draw_quad_unittest.cc",
weiliangcd1f5016c2014-09-23 14:29:03798 "quads/list_container_unittest.cc",
[email protected]d05751a22014-05-29 20:54:24799 "quads/render_pass_unittest.cc",
ajuma5e77f7d42014-11-27 14:19:14800 "resources/display_item_list_unittest.cc",
[email protected]d05751a22014-05-29 20:54:24801 "resources/layer_quad_unittest.cc",
802 "resources/picture_layer_tiling_set_unittest.cc",
803 "resources/picture_layer_tiling_unittest.cc",
804 "resources/picture_pile_impl_unittest.cc",
805 "resources/picture_pile_unittest.cc",
806 "resources/picture_unittest.cc",
807 "resources/prioritized_resource_unittest.cc",
vmiuraa30e1ea2014-12-09 19:23:51808 "resources/tile_task_worker_pool_unittest.cc",
[email protected]d05751a22014-05-29 20:54:24809 "resources/resource_provider_unittest.cc",
810 "resources/resource_update_controller_unittest.cc",
vmiura188a15c2014-12-25 23:11:14811 "resources/scoped_gpu_raster_unittest.cc",
[email protected]d05751a22014-05-29 20:54:24812 "resources/scoped_resource_unittest.cc",
813 "resources/task_graph_runner_unittest.cc",
814 "resources/texture_mailbox_deleter_unittest.cc",
815 "resources/texture_uploader_unittest.cc",
816 "resources/tile_manager_unittest.cc",
817 "resources/tile_priority_unittest.cc",
818 "resources/video_resource_updater_unittest.cc",
mithroc34fc0b12014-09-30 09:10:41819 "scheduler/begin_frame_source_unittest.cc",
[email protected]d05751a22014-05-29 20:54:24820 "scheduler/delay_based_time_source_unittest.cc",
821 "scheduler/scheduler_state_machine_unittest.cc",
822 "scheduler/scheduler_unittest.cc",
823 "test/layer_tree_json_parser_unittest.cc",
824 "test/test_web_graphics_context_3d_unittest.cc",
skyostil3976a3f2014-09-04 22:07:23825 "trees/blocking_task_runner_unittest.cc",
[email protected]d05751a22014-05-29 20:54:24826 "trees/damage_tracker_unittest.cc",
827 "trees/layer_sorter_unittest.cc",
828 "trees/layer_tree_host_common_unittest.cc",
829 "trees/layer_tree_host_impl_unittest.cc",
830 "trees/layer_tree_host_pixeltest_blending.cc",
831 "trees/layer_tree_host_pixeltest_filters.cc",
832 "trees/layer_tree_host_pixeltest_masks.cc",
833 "trees/layer_tree_host_pixeltest_on_demand_raster.cc",
834 "trees/layer_tree_host_pixeltest_readback.cc",
enne69277cb2014-10-29 23:03:40835 "trees/layer_tree_host_pixeltest_synchronous.cc",
[email protected]d05751a22014-05-29 20:54:24836 "trees/layer_tree_host_unittest.cc",
837 "trees/layer_tree_host_unittest_animation.cc",
838 "trees/layer_tree_host_unittest_context.cc",
839 "trees/layer_tree_host_unittest_copyrequest.cc",
840 "trees/layer_tree_host_unittest_damage.cc",
841 "trees/layer_tree_host_unittest_delegated.cc",
842 "trees/layer_tree_host_unittest_occlusion.cc",
843 "trees/layer_tree_host_unittest_no_message_loop.cc",
844 "trees/layer_tree_host_unittest_picture.cc",
845 "trees/layer_tree_host_unittest_proxy.cc",
846 "trees/layer_tree_host_unittest_scroll.cc",
847 "trees/layer_tree_host_unittest_video.cc",
848 "trees/layer_tree_impl_unittest.cc",
849 "trees/occlusion_tracker_unittest.cc",
vmpstr61c35e8d2014-10-07 06:34:33850 "trees/occlusion_unittest.cc",
vollick51ed1a22014-12-17 02:03:00851 "trees/property_tree_unittest.cc",
[email protected]d05751a22014-05-29 20:54:24852 "trees/tree_synchronizer_unittest.cc",
853
854 # Surfaces test files.
855 "surfaces/surface_aggregator_test_helpers.cc",
856 "surfaces/surface_aggregator_test_helpers.h",
857 "surfaces/surface_aggregator_unittest.cc",
858 "surfaces/surface_unittest.cc",
859 "surfaces/surfaces_pixeltest.cc",
860
861 # Setup.
862 "test/run_all_unittests.cc",
863 "test/cc_test_suite.cc",
864 ]
865
866 deps = [
867 ":cc",
[email protected]d05751a22014-05-29 20:54:24868 ":test_support",
869 "//base/test:test_support",
[email protected]6e44c302014-07-22 21:51:37870 "//cc/surfaces",
jamesr16c04ff2014-11-24 22:24:57871 "//cc/surfaces:surface_id",
[email protected]d05751a22014-05-29 20:54:24872 "//gpu",
[email protected]c7990dbf2014-07-23 22:35:10873 "//gpu:test_support",
jbromancba3d2fe2014-09-16 01:04:24874 "//gpu/command_buffer/client:gles2_interface",
[email protected]845c4e32014-08-13 11:50:40875 "//gpu/command_buffer/common:gles2_utils",
[email protected]6e44c302014-07-22 21:51:37876 "//media",
[email protected]d05751a22014-05-29 20:54:24877 "//testing/gmock",
878 "//testing/gtest",
879 "//ui/events:events_base",
880 "//ui/gfx",
881 "//ui/gfx/geometry",
jamesr16c04ff2014-11-24 22:24:57882 "//ui/gfx:test_support",
883 "//ui/gl",
[email protected]d05751a22014-05-29 20:54:24884 ]
885}
886
887test("cc_perftests") {
[email protected]6e44c302014-07-22 21:51:37888 sources = [
889 "layers/layer_perftest.cc",
890 "layers/picture_layer_impl_perftest.cc",
891 "resources/picture_layer_tiling_perftest.cc",
892 "resources/picture_pile_impl_perftest.cc",
vmiuraa30e1ea2014-12-09 19:23:51893 "resources/tile_task_worker_pool_perftest.cc",
[email protected]6e44c302014-07-22 21:51:37894 "resources/task_graph_runner_perftest.cc",
895 "resources/tile_manager_perftest.cc",
896 "test/cc_test_suite.cc",
897 "test/run_all_perftests.cc",
898 "trees/layer_tree_host_common_perftest.cc",
899 "trees/layer_tree_host_perftest.cc",
900 "trees/occlusion_tracker_perftest.cc",
901 ]
[email protected]d05751a22014-05-29 20:54:24902
[email protected]6e44c302014-07-22 21:51:37903 deps = [
904 ":cc",
905 ":test_support",
906 "//base",
jamesr16c04ff2014-11-24 22:24:57907 "//base/test:test_support",
[email protected]6e44c302014-07-22 21:51:37908 "//gpu",
[email protected]c7990dbf2014-07-23 22:35:10909 "//gpu:test_support",
[email protected]845c4e32014-08-13 11:50:40910 "//gpu/command_buffer/common:gles2_utils",
[email protected]6e44c302014-07-22 21:51:37911 "//media",
912 "//skia",
913 "//testing/gmock",
914 "//testing/gtest",
915 "//testing/perf",
916 "//ui/gfx",
917 "//ui/gfx/geometry",
jamesr16c04ff2014-11-24 22:24:57918 "//ui/gl",
[email protected]6e44c302014-07-22 21:51:37919 ]
920}