blob: 92308e6b7e92cb4b1c505b1774437eed75714510 [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",
[email protected]d05751a22014-05-29 20:54:2429 "animation/scrollbar_animation_controller.cc",
satorux457770e2015-02-18 18:33:3930 "animation/scrollbar_animation_controller.h",
[email protected]d05751a22014-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",
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",
vmpstr3d1d72c2015-01-26 18:27:4083 "debug/frame_timing_request.cc",
84 "debug/frame_timing_request.h",
michaelblain1bcdf892015-01-17 01:24:3085 "debug/frame_timing_tracker.cc",
86 "debug/frame_timing_tracker.h",
hendrikw9385e492014-12-17 21:42:5987 "debug/frame_viewer_instrumentation.cc",
[email protected]d05751a22014-05-29 20:54:2488 "debug/frame_viewer_instrumentation.h",
[email protected]d5ba08c2014-06-18 07:01:0889 "debug/invalidation_benchmark.cc",
90 "debug/invalidation_benchmark.h",
[email protected]d05751a22014-05-29 20:54:2491 "debug/lap_timer.cc",
92 "debug/lap_timer.h",
93 "debug/layer_tree_debug_state.cc",
94 "debug/layer_tree_debug_state.h",
95 "debug/micro_benchmark.cc",
96 "debug/micro_benchmark.h",
[email protected]d05751a22014-05-29 20:54:2497 "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",
satorux457770e2015-02-18 18:33:39101 "debug/micro_benchmark_impl.cc",
102 "debug/micro_benchmark_impl.h",
[email protected]d05751a22014-05-29 20:54:24103 "debug/paint_time_counter.cc",
104 "debug/paint_time_counter.h",
ajumad7dd21a2015-01-09 00:57:31105 "debug/picture_debug_util.cc",
106 "debug/picture_debug_util.h",
[email protected]d05751a22014-05-29 20:54:24107 "debug/picture_record_benchmark.cc",
108 "debug/picture_record_benchmark.h",
109 "debug/rasterize_and_record_benchmark.cc",
110 "debug/rasterize_and_record_benchmark.h",
111 "debug/rasterize_and_record_benchmark_impl.cc",
112 "debug/rasterize_and_record_benchmark_impl.h",
113 "debug/rendering_stats.cc",
114 "debug/rendering_stats.h",
115 "debug/rendering_stats_instrumentation.cc",
116 "debug/rendering_stats_instrumentation.h",
117 "debug/ring_buffer.h",
118 "debug/traced_picture.cc",
119 "debug/traced_picture.h",
120 "debug/traced_value.cc",
121 "debug/traced_value.h",
122 "debug/unittest_only_benchmark.cc",
123 "debug/unittest_only_benchmark.h",
124 "debug/unittest_only_benchmark_impl.cc",
125 "debug/unittest_only_benchmark_impl.h",
ccameron36d091f2014-11-07 03:18:50126 "input/input_handler.cc",
[email protected]d05751a22014-05-29 20:54:24127 "input/input_handler.h",
[email protected]b2ba2d42014-07-03 18:14:50128 "input/layer_selection_bound.cc",
129 "input/layer_selection_bound.h",
satorux457770e2015-02-18 18:33:39130 "input/page_scale_animation.cc",
131 "input/page_scale_animation.h",
ccameron4163cc352014-11-13 19:06:36132 "input/scroll_elasticity_helper.cc",
133 "input/scroll_elasticity_helper.h",
[email protected]b2ba2d42014-07-03 18:14:50134 "input/selection_bound_type.h",
[email protected]d05751a22014-05-29 20:54:24135 "input/top_controls_manager.cc",
136 "input/top_controls_manager.h",
137 "input/top_controls_manager_client.h",
138 "layers/append_quads_data.h",
139 "layers/content_layer.cc",
140 "layers/content_layer.h",
141 "layers/content_layer_client.h",
142 "layers/contents_scaling_layer.cc",
143 "layers/contents_scaling_layer.h",
144 "layers/delegated_frame_provider.cc",
145 "layers/delegated_frame_provider.h",
146 "layers/delegated_frame_resource_collection.cc",
147 "layers/delegated_frame_resource_collection.h",
148 "layers/delegated_renderer_layer.cc",
149 "layers/delegated_renderer_layer.h",
150 "layers/delegated_renderer_layer_impl.cc",
151 "layers/delegated_renderer_layer_impl.h",
152 "layers/draw_properties.h",
153 "layers/heads_up_display_layer.cc",
154 "layers/heads_up_display_layer.h",
155 "layers/heads_up_display_layer_impl.cc",
156 "layers/heads_up_display_layer_impl.h",
157 "layers/image_layer.cc",
158 "layers/image_layer.h",
159 "layers/io_surface_layer.cc",
160 "layers/io_surface_layer.h",
161 "layers/io_surface_layer_impl.cc",
162 "layers/io_surface_layer_impl.h",
163 "layers/layer.cc",
164 "layers/layer.h",
165 "layers/layer_client.h",
166 "layers/layer_impl.cc",
167 "layers/layer_impl.h",
168 "layers/layer_iterator.h",
169 "layers/layer_lists.cc",
170 "layers/layer_lists.h",
171 "layers/layer_position_constraint.cc",
172 "layers/layer_position_constraint.h",
173 "layers/layer_utils.cc",
174 "layers/layer_utils.h",
175 "layers/nine_patch_layer.cc",
176 "layers/nine_patch_layer.h",
177 "layers/nine_patch_layer_impl.cc",
178 "layers/nine_patch_layer_impl.h",
179 "layers/paint_properties.h",
180 "layers/painted_scrollbar_layer.cc",
181 "layers/painted_scrollbar_layer.h",
182 "layers/painted_scrollbar_layer_impl.cc",
183 "layers/painted_scrollbar_layer_impl.h",
184 "layers/picture_image_layer.cc",
185 "layers/picture_image_layer.h",
186 "layers/picture_image_layer_impl.cc",
187 "layers/picture_image_layer_impl.h",
188 "layers/picture_layer.cc",
189 "layers/picture_layer.h",
190 "layers/picture_layer_impl.cc",
191 "layers/picture_layer_impl.h",
[email protected]d05751a22014-05-29 20:54:24192 "layers/render_pass_sink.h",
193 "layers/render_surface.cc",
194 "layers/render_surface.h",
195 "layers/render_surface_impl.cc",
196 "layers/render_surface_impl.h",
197 "layers/scrollbar_layer_impl_base.cc",
198 "layers/scrollbar_layer_impl_base.h",
199 "layers/scrollbar_layer_interface.h",
200 "layers/solid_color_layer.cc",
201 "layers/solid_color_layer.h",
202 "layers/solid_color_layer_impl.cc",
203 "layers/solid_color_layer_impl.h",
204 "layers/solid_color_scrollbar_layer.cc",
205 "layers/solid_color_scrollbar_layer.h",
206 "layers/solid_color_scrollbar_layer_impl.cc",
207 "layers/solid_color_scrollbar_layer_impl.h",
208 "layers/surface_layer.cc",
209 "layers/surface_layer.h",
210 "layers/surface_layer_impl.cc",
211 "layers/surface_layer_impl.h",
212 "layers/texture_layer.cc",
213 "layers/texture_layer.h",
214 "layers/texture_layer_client.h",
215 "layers/texture_layer_impl.cc",
216 "layers/texture_layer_impl.h",
217 "layers/tiled_layer.cc",
218 "layers/tiled_layer.h",
219 "layers/tiled_layer_impl.cc",
220 "layers/tiled_layer_impl.h",
221 "layers/ui_resource_layer.cc",
222 "layers/ui_resource_layer.h",
223 "layers/ui_resource_layer_impl.cc",
224 "layers/ui_resource_layer_impl.h",
225 "layers/video_frame_provider.h",
226 "layers/video_frame_provider_client_impl.cc",
227 "layers/video_frame_provider_client_impl.h",
228 "layers/video_layer.cc",
229 "layers/video_layer.h",
230 "layers/video_layer_impl.cc",
231 "layers/video_layer_impl.h",
232 "output/begin_frame_args.cc",
233 "output/begin_frame_args.h",
[email protected]2a021fb7b2014-08-02 07:53:49234 "output/bsp_tree.cc",
235 "output/bsp_tree.h",
236 "output/bsp_walk_action.cc",
237 "output/bsp_walk_action.h",
[email protected]d05751a22014-05-29 20:54:24238 "output/compositor_frame.cc",
239 "output/compositor_frame.h",
240 "output/compositor_frame_ack.cc",
241 "output/compositor_frame_ack.h",
242 "output/compositor_frame_metadata.cc",
243 "output/compositor_frame_metadata.h",
244 "output/context_provider.cc",
245 "output/context_provider.h",
246 "output/copy_output_request.cc",
247 "output/copy_output_request.h",
248 "output/copy_output_result.cc",
249 "output/copy_output_result.h",
[email protected]d05751a22014-05-29 20:54:24250 "output/delegated_frame_data.cc",
[email protected]b2ba2d42014-07-03 18:14:50251 "output/delegated_frame_data.h",
[email protected]d05751a22014-05-29 20:54:24252 "output/delegating_renderer.cc",
253 "output/delegating_renderer.h",
254 "output/direct_renderer.cc",
255 "output/direct_renderer.h",
256 "output/filter_operation.cc",
257 "output/filter_operation.h",
258 "output/filter_operations.cc",
259 "output/filter_operations.h",
260 "output/geometry_binding.cc",
261 "output/geometry_binding.h",
[email protected]d05751a22014-05-29 20:54:24262 "output/gl_frame_data.cc",
[email protected]b2ba2d42014-07-03 18:14:50263 "output/gl_frame_data.h",
[email protected]d05751a22014-05-29 20:54:24264 "output/gl_renderer.cc",
265 "output/gl_renderer.h",
266 "output/gl_renderer_draw_cache.cc",
267 "output/gl_renderer_draw_cache.h",
268 "output/managed_memory_policy.cc",
269 "output/managed_memory_policy.h",
270 "output/output_surface.cc",
271 "output/output_surface.h",
272 "output/output_surface_client.h",
273 "output/overlay_candidate.cc",
274 "output/overlay_candidate.h",
275 "output/overlay_candidate_validator.h",
276 "output/overlay_processor.cc",
277 "output/overlay_processor.h",
278 "output/overlay_strategy_single_on_top.cc",
279 "output/overlay_strategy_single_on_top.h",
280 "output/program_binding.cc",
281 "output/program_binding.h",
282 "output/render_surface_filters.cc",
283 "output/render_surface_filters.h",
284 "output/renderer.cc",
285 "output/renderer.h",
jbaumanc5be44c2014-11-20 22:17:12286 "output/renderer_settings.cc",
287 "output/renderer_settings.h",
[email protected]d05751a22014-05-29 20:54:24288 "output/shader.cc",
289 "output/shader.h",
290 "output/software_frame_data.cc",
291 "output/software_frame_data.h",
292 "output/software_output_device.cc",
293 "output/software_output_device.h",
294 "output/software_renderer.cc",
295 "output/software_renderer.h",
[email protected]b2ba2d42014-07-03 18:14:50296 "output/viewport_selection_bound.cc",
297 "output/viewport_selection_bound.h",
mithroc34fc0b12014-09-30 09:10:41298 "output/vsync_parameter_observer.h",
[email protected]d05751a22014-05-29 20:54:24299 "quads/checkerboard_draw_quad.cc",
300 "quads/checkerboard_draw_quad.h",
301 "quads/content_draw_quad_base.cc",
302 "quads/content_draw_quad_base.h",
303 "quads/debug_border_draw_quad.cc",
304 "quads/debug_border_draw_quad.h",
[email protected]2a021fb7b2014-08-02 07:53:49305 "quads/draw_polygon.cc",
306 "quads/draw_polygon.h",
[email protected]d05751a22014-05-29 20:54:24307 "quads/draw_quad.cc",
308 "quads/draw_quad.h",
309 "quads/io_surface_draw_quad.cc",
310 "quads/io_surface_draw_quad.h",
weiliangcfe7b51e2014-11-05 18:20:27311 "quads/largest_draw_quad.cc",
satorux457770e2015-02-18 18:33:39312 "quads/largest_draw_quad.h",
weiliangcd1f5016c2014-09-23 14:29:03313 "quads/list_container.cc",
314 "quads/list_container.h",
[email protected]d05751a22014-05-29 20:54:24315 "quads/picture_draw_quad.cc",
316 "quads/picture_draw_quad.h",
317 "quads/render_pass.cc",
318 "quads/render_pass.h",
319 "quads/render_pass_draw_quad.cc",
320 "quads/render_pass_draw_quad.h",
[email protected]0cd7d6f72014-08-22 14:50:51321 "quads/render_pass_id.cc",
322 "quads/render_pass_id.h",
[email protected]d05751a22014-05-29 20:54:24323 "quads/shared_quad_state.cc",
324 "quads/shared_quad_state.h",
325 "quads/solid_color_draw_quad.cc",
326 "quads/solid_color_draw_quad.h",
327 "quads/stream_video_draw_quad.cc",
328 "quads/stream_video_draw_quad.h",
329 "quads/surface_draw_quad.cc",
330 "quads/surface_draw_quad.h",
331 "quads/texture_draw_quad.cc",
332 "quads/texture_draw_quad.h",
333 "quads/tile_draw_quad.cc",
334 "quads/tile_draw_quad.h",
335 "quads/yuv_video_draw_quad.cc",
336 "quads/yuv_video_draw_quad.h",
337 "resources/bitmap_content_layer_updater.cc",
338 "resources/bitmap_content_layer_updater.h",
339 "resources/bitmap_skpicture_content_layer_updater.cc",
340 "resources/bitmap_skpicture_content_layer_updater.h",
satorux457770e2015-02-18 18:33:39341 "resources/bitmap_tile_task_worker_pool.cc",
342 "resources/bitmap_tile_task_worker_pool.h",
ajuma5e77f7d42014-11-27 14:19:14343 "resources/clip_display_item.cc",
344 "resources/clip_display_item.h",
leviwf97853532015-01-16 23:08:00345 "resources/clip_path_display_item.cc",
346 "resources/clip_path_display_item.h",
pdrce0b7022015-02-24 22:38:32347 "resources/compositing_display_item.cc",
348 "resources/compositing_display_item.h",
[email protected]d05751a22014-05-29 20:54:24349 "resources/content_layer_updater.cc",
350 "resources/content_layer_updater.h",
ajuma5e77f7d42014-11-27 14:19:14351 "resources/display_item.cc",
352 "resources/display_item.h",
353 "resources/display_item_list.cc",
354 "resources/display_item_list.h",
355 "resources/display_list_raster_source.cc",
356 "resources/display_list_raster_source.h",
357 "resources/display_list_recording_source.cc",
358 "resources/display_list_recording_source.h",
359 "resources/drawing_display_item.cc",
360 "resources/drawing_display_item.h",
[email protected]bf050582014-07-24 11:10:58361 "resources/eviction_tile_priority_queue.cc",
362 "resources/eviction_tile_priority_queue.h",
ajuma5e77f7d42014-11-27 14:19:14363 "resources/filter_display_item.cc",
364 "resources/filter_display_item.h",
ajumad1e57c92015-01-06 13:57:23365 "resources/float_clip_display_item.cc",
366 "resources/float_clip_display_item.h",
hendrikw2f32e4e2015-01-03 00:22:34367 "resources/gpu_rasterizer.cc",
368 "resources/gpu_rasterizer.h",
vmiuraa30e1ea2014-12-09 19:23:51369 "resources/gpu_tile_task_worker_pool.cc",
370 "resources/gpu_tile_task_worker_pool.h",
[email protected]d05751a22014-05-29 20:54:24371 "resources/image_layer_updater.cc",
372 "resources/image_layer_updater.h",
[email protected]d05751a22014-05-29 20:54:24373 "resources/layer_painter.h",
374 "resources/layer_quad.cc",
375 "resources/layer_quad.h",
376 "resources/layer_tiling_data.cc",
377 "resources/layer_tiling_data.h",
378 "resources/layer_updater.cc",
379 "resources/layer_updater.h",
[email protected]d05751a22014-05-29 20:54:24380 "resources/memory_history.cc",
381 "resources/memory_history.h",
vmiuraa30e1ea2014-12-09 19:23:51382 "resources/one_copy_tile_task_worker_pool.cc",
383 "resources/one_copy_tile_task_worker_pool.h",
[email protected]d05751a22014-05-29 20:54:24384 "resources/picture.cc",
385 "resources/picture.h",
386 "resources/picture_layer_tiling.cc",
387 "resources/picture_layer_tiling.h",
388 "resources/picture_layer_tiling_set.cc",
389 "resources/picture_layer_tiling_set.h",
[email protected]bf050582014-07-24 11:10:58390 "resources/picture_pile.cc",
391 "resources/picture_pile.h",
[email protected]d05751a22014-05-29 20:54:24392 "resources/picture_pile_impl.cc",
393 "resources/picture_pile_impl.h",
vmiuraa30e1ea2014-12-09 19:23:51394 "resources/pixel_buffer_tile_task_worker_pool.cc",
395 "resources/pixel_buffer_tile_task_worker_pool.h",
[email protected]d05751a22014-05-29 20:54:24396 "resources/platform_color.h",
397 "resources/prioritized_resource.cc",
398 "resources/prioritized_resource.h",
399 "resources/prioritized_resource_manager.cc",
400 "resources/prioritized_resource_manager.h",
[email protected]d05751a22014-05-29 20:54:24401 "resources/priority_calculator.cc",
402 "resources/priority_calculator.h",
reveman47560ab2014-09-18 19:39:21403 "resources/raster_buffer.cc",
404 "resources/raster_buffer.h",
vmpstr394e2b52014-10-28 18:38:10405 "resources/raster_source.h",
ajuma5e77f7d42014-11-27 14:19:14406 "resources/raster_source_helper.cc",
407 "resources/raster_source_helper.h",
satorux457770e2015-02-18 18:33:39408 "resources/raster_tile_priority_queue.cc",
409 "resources/raster_tile_priority_queue.h",
vmpstrb4040632015-01-23 17:53:41410 "resources/raster_tile_priority_queue_all.cc",
411 "resources/raster_tile_priority_queue_all.h",
412 "resources/raster_tile_priority_queue_required.cc",
413 "resources/raster_tile_priority_queue_required.h",
hendrikw2f32e4e2015-01-03 00:22:34414 "resources/rasterizer.h",
[email protected]d05751a22014-05-29 20:54:24415 "resources/release_callback.h",
416 "resources/resource.cc",
reveman423e7da2014-09-23 16:57:44417 "resources/resource.h",
[email protected]c6f0cf62014-07-22 02:44:41418 "resources/resource_format.cc",
[email protected]bf050582014-07-24 11:10:58419 "resources/resource_format.h",
[email protected]d05751a22014-05-29 20:54:24420 "resources/resource_pool.cc",
421 "resources/resource_pool.h",
422 "resources/resource_provider.cc",
423 "resources/resource_provider.h",
424 "resources/resource_update.cc",
reveman423e7da2014-09-23 16:57:44425 "resources/resource_update.h",
[email protected]d05751a22014-05-29 20:54:24426 "resources/resource_update_controller.cc",
427 "resources/resource_update_controller.h",
428 "resources/resource_update_queue.cc",
429 "resources/resource_update_queue.h",
430 "resources/returned_resource.h",
[email protected]110fcc0e2014-07-16 15:52:47431 "resources/scoped_gpu_raster.cc",
432 "resources/scoped_gpu_raster.h",
[email protected]d05751a22014-05-29 20:54:24433 "resources/scoped_resource.cc",
434 "resources/scoped_resource.h",
435 "resources/scoped_ui_resource.cc",
436 "resources/scoped_ui_resource.h",
437 "resources/shared_bitmap.cc",
438 "resources/shared_bitmap.h",
439 "resources/shared_bitmap_manager.h",
440 "resources/single_release_callback.cc",
441 "resources/single_release_callback.h",
skyostil3976a3f2014-09-04 22:07:23442 "resources/single_release_callback_impl.cc",
443 "resources/single_release_callback_impl.h",
[email protected]d05751a22014-05-29 20:54:24444 "resources/skpicture_content_layer_updater.cc",
445 "resources/skpicture_content_layer_updater.h",
satorux457770e2015-02-18 18:33:39446 "resources/software_rasterizer.cc",
447 "resources/software_rasterizer.h",
[email protected]d05751a22014-05-29 20:54:24448 "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",
satorux457770e2015-02-18 18:33:39464 "resources/tile_task_runner.cc",
465 "resources/tile_task_runner.h",
466 "resources/tile_task_worker_pool.cc",
467 "resources/tile_task_worker_pool.h",
e.hakkinenada8f5da2014-11-27 09:41:36468 "resources/tiling_set_eviction_queue.cc",
469 "resources/tiling_set_eviction_queue.h",
vmpstrfe477d5a2015-01-12 22:20:49470 "resources/tiling_set_raster_queue_all.cc",
471 "resources/tiling_set_raster_queue_all.h",
472 "resources/tiling_set_raster_queue_required.cc",
473 "resources/tiling_set_raster_queue_required.h",
[email protected]d05751a22014-05-29 20:54:24474 "resources/transferable_resource.cc",
475 "resources/transferable_resource.h",
ajuma5e77f7d42014-11-27 14:19:14476 "resources/transform_display_item.cc",
477 "resources/transform_display_item.h",
[email protected]d05751a22014-05-29 20:54:24478 "resources/ui_resource_bitmap.cc",
479 "resources/ui_resource_bitmap.h",
480 "resources/ui_resource_client.h",
481 "resources/ui_resource_request.cc",
482 "resources/ui_resource_request.h",
483 "resources/video_resource_updater.cc",
484 "resources/video_resource_updater.h",
vmiuraa30e1ea2014-12-09 19:23:51485 "resources/zero_copy_tile_task_worker_pool.cc",
486 "resources/zero_copy_tile_task_worker_pool.h",
mithroc34fc0b12014-09-30 09:10:41487 "scheduler/begin_frame_source.cc",
488 "scheduler/begin_frame_source.h",
mithrof7a21502014-12-17 03:24:48489 "scheduler/commit_earlyout_reason.h",
[email protected]d05751a22014-05-29 20:54:24490 "scheduler/delay_based_time_source.cc",
491 "scheduler/delay_based_time_source.h",
492 "scheduler/draw_result.h",
493 "scheduler/scheduler.cc",
494 "scheduler/scheduler.h",
495 "scheduler/scheduler_settings.cc",
496 "scheduler/scheduler_settings.h",
497 "scheduler/scheduler_state_machine.cc",
498 "scheduler/scheduler_state_machine.h",
[email protected]d05751a22014-05-29 20:54:24499 "trees/blocking_task_runner.cc",
500 "trees/blocking_task_runner.h",
501 "trees/damage_tracker.cc",
502 "trees/damage_tracker.h",
vollick51ed1a22014-12-17 02:03:00503 "trees/draw_property_utils.cc",
504 "trees/draw_property_utils.h",
eroman822f0dc32015-02-27 22:12:26505 "trees/layer_sorter.cc",
506 "trees/layer_sorter.h",
[email protected]d05751a22014-05-29 20:54:24507 "trees/layer_tree_host.cc",
508 "trees/layer_tree_host.h",
509 "trees/layer_tree_host_client.h",
510 "trees/layer_tree_host_common.cc",
511 "trees/layer_tree_host_common.h",
512 "trees/layer_tree_host_impl.cc",
513 "trees/layer_tree_host_impl.h",
514 "trees/layer_tree_impl.cc",
515 "trees/layer_tree_impl.h",
516 "trees/layer_tree_settings.cc",
517 "trees/layer_tree_settings.h",
vmpstrcdcb5f72014-09-11 00:58:37518 "trees/occlusion.cc",
519 "trees/occlusion.h",
[email protected]d05751a22014-05-29 20:54:24520 "trees/occlusion_tracker.cc",
521 "trees/occlusion_tracker.h",
vollick51ed1a22014-12-17 02:03:00522 "trees/property_tree.cc",
523 "trees/property_tree.h",
524 "trees/property_tree_builder.cc",
525 "trees/property_tree_builder.h",
[email protected]d05751a22014-05-29 20:54:24526 "trees/proxy.cc",
527 "trees/proxy.h",
528 "trees/proxy_timing_history.cc",
529 "trees/proxy_timing_history.h",
[email protected]aeeedad2014-08-22 18:16:22530 "trees/scoped_abort_remaining_swap_promises.h",
[email protected]d05751a22014-05-29 20:54:24531 "trees/single_thread_proxy.cc",
532 "trees/single_thread_proxy.h",
533 "trees/thread_proxy.cc",
534 "trees/thread_proxy.h",
535 "trees/tree_synchronizer.cc",
536 "trees/tree_synchronizer.h",
537 ]
538
brettwd1c719a2015-02-19 23:17:04539 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
540 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
[email protected]d05751a22014-05-29 20:54:24541
Brett Wilsone53895272014-09-23 23:41:46542 public_deps = [
543 "//skia",
544 ]
[email protected]d05751a22014-05-29 20:54:24545 deps = [
546 "//base",
547 "//base/third_party/dynamic_annotations",
jamesr16c04ff2014-11-24 22:24:57548 "//cc/surfaces:surface_id",
[email protected]d05751a22014-05-29 20:54:24549 "//gpu",
jbromancba3d2fe2014-09-16 01:04:24550 "//gpu/command_buffer/client:gles2_interface",
revemanf9a8a2342014-10-28 17:54:52551 "//gpu/command_buffer/client:gpu_memory_buffer_manager",
[email protected]6e44c302014-07-22 21:51:37552 "//media",
[email protected]d05751a22014-05-29 20:54:24553 "//ui/events:events_base",
554 "//ui/gfx",
555 "//ui/gfx/geometry",
[email protected]d05751a22014-05-29 20:54:24556 ]
[email protected]d05751a22014-05-29 20:54:24557
[email protected]3ffa36a2014-07-24 21:01:50558 defines = [ "CC_IMPLEMENTATION=1" ]
[email protected]d05751a22014-05-29 20:54:24559
fdegans75b3d092014-09-17 18:35:55560 if (!is_debug && (is_win || is_android)) {
[email protected]d05751a22014-05-29 20:54:24561 configs -= [ "//build/config/compiler:optimize" ]
562 configs += [ "//build/config/compiler:optimize_max" ]
563 }
564}
565
[email protected]d05751a22014-05-29 20:54:24566source_set("test_support") {
Brett Wilson8f80ad0b2014-09-08 19:50:24567 testonly = true
[email protected]d05751a22014-05-29 20:54:24568 sources = [
569 "test/animation_test_common.cc",
570 "test/animation_test_common.h",
571 "test/begin_frame_args_test.cc",
572 "test/begin_frame_args_test.h",
satorux457770e2015-02-18 18:33:39573 "test/failure_output_surface.cc",
574 "test/failure_output_surface.h",
[email protected]d05751a22014-05-29 20:54:24575 "test/fake_content_layer.cc",
576 "test/fake_content_layer.h",
577 "test/fake_content_layer_client.cc",
578 "test/fake_content_layer_client.h",
579 "test/fake_content_layer_impl.cc",
580 "test/fake_content_layer_impl.h",
581 "test/fake_delegated_renderer_layer.cc",
582 "test/fake_delegated_renderer_layer.h",
583 "test/fake_delegated_renderer_layer_impl.cc",
584 "test/fake_delegated_renderer_layer_impl.h",
danakj6e3bf8012014-12-16 18:27:53585 "test/fake_external_begin_frame_source.cc",
586 "test/fake_external_begin_frame_source.h",
[email protected]d05751a22014-05-29 20:54:24587 "test/fake_impl_proxy.h",
588 "test/fake_layer_tree_host.cc",
589 "test/fake_layer_tree_host.h",
590 "test/fake_layer_tree_host_client.cc",
591 "test/fake_layer_tree_host_client.h",
592 "test/fake_layer_tree_host_impl.cc",
593 "test/fake_layer_tree_host_impl.h",
594 "test/fake_layer_tree_host_impl_client.cc",
595 "test/fake_layer_tree_host_impl_client.h",
596 "test/fake_output_surface.cc",
597 "test/fake_output_surface.h",
598 "test/fake_output_surface_client.cc",
599 "test/fake_output_surface_client.h",
600 "test/fake_painted_scrollbar_layer.cc",
601 "test/fake_painted_scrollbar_layer.h",
602 "test/fake_picture_layer.cc",
603 "test/fake_picture_layer.h",
604 "test/fake_picture_layer_impl.cc",
605 "test/fake_picture_layer_impl.h",
606 "test/fake_picture_layer_tiling_client.cc",
607 "test/fake_picture_layer_tiling_client.h",
danakja819c2552014-11-14 02:05:04608 "test/fake_picture_pile.cc",
hendrikw312ee8ac2014-11-12 23:24:34609 "test/fake_picture_pile.h",
[email protected]d05751a22014-05-29 20:54:24610 "test/fake_picture_pile_impl.cc",
611 "test/fake_picture_pile_impl.h",
612 "test/fake_proxy.cc",
613 "test/fake_proxy.h",
614 "test/fake_renderer_client.cc",
615 "test/fake_renderer_client.h",
616 "test/fake_rendering_stats_instrumentation.h",
617 "test/fake_scoped_ui_resource.cc",
618 "test/fake_scoped_ui_resource.h",
619 "test/fake_scrollbar.cc",
620 "test/fake_scrollbar.h",
621 "test/fake_tile_manager.cc",
622 "test/fake_tile_manager.h",
623 "test/fake_tile_manager_client.cc",
624 "test/fake_tile_manager_client.h",
625 "test/fake_ui_resource_layer_tree_host_impl.cc",
626 "test/fake_ui_resource_layer_tree_host_impl.h",
627 "test/fake_video_frame_provider.cc",
628 "test/fake_video_frame_provider.h",
629 "test/geometry_test_utils.cc",
630 "test/geometry_test_utils.h",
[email protected]d05751a22014-05-29 20:54:24631 "test/impl_side_painting_settings.h",
632 "test/layer_test_common.cc",
633 "test/layer_test_common.h",
634 "test/layer_tree_host_common_test.cc",
635 "test/layer_tree_host_common_test.h",
636 "test/layer_tree_json_parser.cc",
637 "test/layer_tree_json_parser.h",
enne03dbe8ae2014-10-30 01:32:55638 "test/layer_tree_pixel_resource_test.cc",
639 "test/layer_tree_pixel_resource_test.h",
[email protected]d05751a22014-05-29 20:54:24640 "test/layer_tree_pixel_test.cc",
641 "test/layer_tree_pixel_test.h",
642 "test/layer_tree_test.cc",
643 "test/layer_tree_test.h",
[email protected]ba16cce2014-06-17 17:03:50644 "test/mock_occlusion_tracker.h",
[email protected]d5ba08c2014-06-18 07:01:08645 "test/ordered_simple_task_runner.cc",
646 "test/ordered_simple_task_runner.h",
[email protected]d05751a22014-05-29 20:54:24647 "test/ordered_texture_map.cc",
648 "test/ordered_texture_map.h",
649 "test/paths.cc",
650 "test/paths.h",
651 "test/pixel_comparator.cc",
652 "test/pixel_comparator.h",
653 "test/pixel_test.cc",
654 "test/pixel_test.h",
655 "test/pixel_test_output_surface.cc",
656 "test/pixel_test_output_surface.h",
657 "test/pixel_test_software_output_device.cc",
658 "test/pixel_test_software_output_device.h",
659 "test/pixel_test_utils.cc",
660 "test/pixel_test_utils.h",
661 "test/render_pass_test_common.cc",
662 "test/render_pass_test_common.h",
663 "test/render_pass_test_utils.cc",
664 "test/render_pass_test_utils.h",
665 "test/scheduler_test_common.cc",
666 "test/scheduler_test_common.h",
667 "test/skia_common.cc",
668 "test/skia_common.h",
669 "test/solid_color_content_layer_client.cc",
670 "test/solid_color_content_layer_client.h",
671 "test/test_context_provider.cc",
672 "test/test_context_provider.h",
673 "test/test_context_support.cc",
674 "test/test_context_support.h",
675 "test/test_gles2_interface.cc",
676 "test/test_gles2_interface.h",
reveman22dd9292014-10-13 20:52:05677 "test/test_gpu_memory_buffer_manager.cc",
678 "test/test_gpu_memory_buffer_manager.h",
reveman2232bce2014-10-29 01:28:05679 "test/test_image_factory.cc",
680 "test/test_image_factory.h",
satorux457770e2015-02-18 18:33:39681 "test/test_in_process_context_provider.cc",
682 "test/test_in_process_context_provider.h",
mithro0c0ac6a2014-09-10 01:03:36683 "test/test_now_source.cc",
684 "test/test_now_source.h",
[email protected]d05751a22014-05-29 20:54:24685 "test/test_occlusion_tracker.h",
686 "test/test_shared_bitmap_manager.cc",
687 "test/test_shared_bitmap_manager.h",
688 "test/test_texture.cc",
689 "test/test_texture.h",
690 "test/test_tile_priorities.cc",
691 "test/test_tile_priorities.h",
692 "test/test_web_graphics_context_3d.cc",
693 "test/test_web_graphics_context_3d.h",
694 "test/tiled_layer_test_common.cc",
695 "test/tiled_layer_test_common.h",
696 ]
697
brettw1deb76bc2015-02-18 19:28:20698 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
699
[email protected]d05751a22014-05-29 20:54:24700 include_dirs = [
701 ".",
702 "test",
703 ]
704
Brett Wilson0380637c2014-09-19 21:24:40705 public_deps = [
706 ":cc",
Brett Wilsone53895272014-09-23 23:41:46707 "//gpu:test_support",
Brett Wilson0380637c2014-09-19 21:24:40708 ]
[email protected]d05751a22014-05-29 20:54:24709 deps = [
710 "//base",
jamesr16c04ff2014-11-24 22:24:57711 "//base/test:test_support",
[email protected]d05751a22014-05-29 20:54:24712 "//base/third_party/dynamic_annotations",
[email protected]d05751a22014-05-29 20:54:24713 "//gpu/command_buffer/client:gles2_c_lib",
714 "//gpu/command_buffer/client:gles2_implementation",
revemanf9a8a2342014-10-28 17:54:52715 "//gpu/command_buffer/client:gpu_memory_buffer_manager",
[email protected]d05751a22014-05-29 20:54:24716 "//gpu/command_buffer/client:gl_in_process_context",
[email protected]845c4e32014-08-13 11:50:40717 "//gpu/command_buffer/common:gles2_utils",
[email protected]d05751a22014-05-29 20:54:24718 "//gpu/skia_bindings",
jamesr16c04ff2014-11-24 22:24:57719 "//media",
[email protected]d05751a22014-05-29 20:54:24720 "//skia",
721 "//testing/gmock",
722 "//testing/gtest",
[email protected]d05751a22014-05-29 20:54:24723 "//ui/gfx",
724 "//ui/gfx/geometry",
[email protected]e54a1f522014-07-22 23:26:48725 "//ui/gfx:test_support",
[email protected]d05751a22014-05-29 20:54:24726 "//ui/gl",
727 ]
[email protected]c7990dbf2014-07-23 22:35:10728
729 if (!is_android) { # TODO(GYP) Enable on Android when osmesa links.
730 deps += [ "//third_party/mesa:osmesa" ]
731 }
[email protected]d05751a22014-05-29 20:54:24732}
733
brettw4897a612015-03-02 23:13:15734test("cc_unittests") {
735 sources = [
736 "animation/animation_unittest.cc",
737 "animation/keyframed_animation_curve_unittest.cc",
738 "animation/layer_animation_controller_unittest.cc",
739 "animation/scroll_offset_animation_curve_unittest.cc",
740 "animation/scrollbar_animation_controller_linear_fade_unittest.cc",
741 "animation/scrollbar_animation_controller_thinning_unittest.cc",
742 "animation/transform_operations_unittest.cc",
743 "base/float_quad_unittest.cc",
744 "base/math_util_unittest.cc",
745 "base/region_unittest.cc",
746 "base/rolling_time_delta_history_unittest.cc",
747 "base/scoped_ptr_vector_unittest.cc",
748 "base/simple_enclosed_region_unittest.cc",
749 "base/tiling_data_unittest.cc",
750 "base/util_unittest.cc",
751 "debug/frame_timing_tracker_unittest.cc",
752 "debug/micro_benchmark_controller_unittest.cc",
753 "input/top_controls_manager_unittest.cc",
754 "layers/contents_scaling_layer_unittest.cc",
755 "layers/delegated_frame_provider_unittest.cc",
756 "layers/delegated_frame_resource_collection_unittest.cc",
757 "layers/delegated_renderer_layer_impl_unittest.cc",
758 "layers/delegated_renderer_layer_unittest.cc",
759 "layers/heads_up_display_layer_impl_unittest.cc",
760 "layers/heads_up_display_unittest.cc",
761 "layers/io_surface_layer_impl_unittest.cc",
762 "layers/layer_impl_unittest.cc",
763 "layers/layer_iterator_unittest.cc",
764 "layers/layer_position_constraint_unittest.cc",
765 "layers/layer_unittest.cc",
766 "layers/layer_utils_unittest.cc",
767 "layers/nine_patch_layer_impl_unittest.cc",
768 "layers/nine_patch_layer_unittest.cc",
769 "layers/painted_scrollbar_layer_impl_unittest.cc",
770 "layers/picture_image_layer_impl_unittest.cc",
771 "layers/picture_image_layer_unittest.cc",
772 "layers/picture_layer_impl_unittest.cc",
773 "layers/picture_layer_unittest.cc",
774 "layers/render_surface_impl_unittest.cc",
775 "layers/render_surface_unittest.cc",
776 "layers/scrollbar_layer_unittest.cc",
777 "layers/solid_color_layer_impl_unittest.cc",
778 "layers/solid_color_scrollbar_layer_impl_unittest.cc",
779 "layers/surface_layer_impl_unittest.cc",
780 "layers/surface_layer_unittest.cc",
781 "layers/texture_layer_impl_unittest.cc",
782 "layers/texture_layer_unittest.cc",
783 "layers/tiled_layer_impl_unittest.cc",
784 "layers/tiled_layer_unittest.cc",
785 "layers/ui_resource_layer_impl_unittest.cc",
786 "layers/ui_resource_layer_unittest.cc",
787 "layers/video_layer_impl_unittest.cc",
788 "output/begin_frame_args_unittest.cc",
789 "output/delegating_renderer_unittest.cc",
790 "output/filter_operations_unittest.cc",
791 "output/gl_renderer_unittest.cc",
792 "output/output_surface_unittest.cc",
793 "output/overlay_unittest.cc",
794 "output/renderer_pixeltest.cc",
795 "output/renderer_unittest.cc",
796 "output/shader_unittest.cc",
797 "output/software_renderer_unittest.cc",
798 "quads/draw_quad_unittest.cc",
799 "quads/list_container_unittest.cc",
800 "quads/render_pass_unittest.cc",
801 "resources/display_item_list_unittest.cc",
802 "resources/layer_quad_unittest.cc",
803 "resources/picture_layer_tiling_set_unittest.cc",
804 "resources/picture_layer_tiling_unittest.cc",
805 "resources/picture_pile_impl_unittest.cc",
806 "resources/picture_pile_unittest.cc",
807 "resources/picture_unittest.cc",
808 "resources/platform_color_unittest.cc",
809 "resources/prioritized_resource_unittest.cc",
810 "resources/resource_provider_unittest.cc",
811 "resources/resource_update_controller_unittest.cc",
812 "resources/scoped_gpu_raster_unittest.cc",
813 "resources/scoped_resource_unittest.cc",
814 "resources/task_graph_runner_unittest.cc",
815 "resources/texture_mailbox_deleter_unittest.cc",
816 "resources/texture_uploader_unittest.cc",
817 "resources/tile_manager_unittest.cc",
818 "resources/tile_priority_unittest.cc",
819 "resources/tile_task_worker_pool_unittest.cc",
820 "resources/video_resource_updater_unittest.cc",
821 "scheduler/begin_frame_source_unittest.cc",
822 "scheduler/delay_based_time_source_unittest.cc",
823 "scheduler/scheduler_state_machine_unittest.cc",
824 "scheduler/scheduler_unittest.cc",
825 "test/layer_tree_json_parser_unittest.cc",
826 "test/test_web_graphics_context_3d_unittest.cc",
827 "trees/blocking_task_runner_unittest.cc",
828 "trees/damage_tracker_unittest.cc",
829 "trees/layer_sorter_unittest.cc",
830 "trees/layer_tree_host_common_unittest.cc",
831 "trees/layer_tree_host_impl_unittest.cc",
832 "trees/layer_tree_host_pixeltest_blending.cc",
833 "trees/layer_tree_host_pixeltest_filters.cc",
834 "trees/layer_tree_host_pixeltest_masks.cc",
835 "trees/layer_tree_host_pixeltest_readback.cc",
836 "trees/layer_tree_host_pixeltest_synchronous.cc",
837 "trees/layer_tree_host_unittest.cc",
838 "trees/layer_tree_host_unittest_animation.cc",
839 "trees/layer_tree_host_unittest_context.cc",
840 "trees/layer_tree_host_unittest_copyrequest.cc",
841 "trees/layer_tree_host_unittest_damage.cc",
842 "trees/layer_tree_host_unittest_delegated.cc",
843 "trees/layer_tree_host_unittest_no_message_loop.cc",
844 "trees/layer_tree_host_unittest_occlusion.cc",
845 "trees/layer_tree_host_unittest_picture.cc",
846 "trees/layer_tree_host_unittest_proxy.cc",
847 "trees/layer_tree_host_unittest_scroll.cc",
848 "trees/layer_tree_host_unittest_video.cc",
849 "trees/layer_tree_impl_unittest.cc",
850 "trees/occlusion_tracker_unittest.cc",
851 "trees/occlusion_unittest.cc",
852 "trees/property_tree_unittest.cc",
853 "trees/tree_synchronizer_unittest.cc",
[email protected]d05751a22014-05-29 20:54:24854
brettw4897a612015-03-02 23:13:15855 # Surfaces test files.
856 "surfaces/surface_aggregator_test_helpers.cc",
857 "surfaces/surface_aggregator_test_helpers.h",
858 "surfaces/surface_aggregator_unittest.cc",
859 "surfaces/surface_unittest.cc",
860 "surfaces/surfaces_pixeltest.cc",
[email protected]d05751a22014-05-29 20:54:24861
brettw4897a612015-03-02 23:13:15862 # Setup.
863 "test/cc_test_suite.cc",
864 "test/run_all_unittests.cc",
865 ]
[email protected]d05751a22014-05-29 20:54:24866
brettw4897a612015-03-02 23:13:15867 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
dpranke8ec93a3a2015-02-20 23:36:08868
brettw4897a612015-03-02 23:13:15869 deps = [
870 ":cc",
871 ":test_support",
872 "//base/test:test_support",
873 "//cc/surfaces",
874 "//cc/surfaces:surface_id",
875 "//gpu",
876 "//gpu:test_support",
877 "//gpu/command_buffer/client:gles2_interface",
878 "//gpu/command_buffer/common:gles2_utils",
879 "//media",
880 "//testing/gmock",
881 "//testing/gtest",
882 "//ui/events:events_base",
883 "//ui/gfx",
884 "//ui/gfx/geometry",
885 "//ui/gfx:test_support",
886 "//ui/gl",
887 ]
[email protected]d05751a22014-05-29 20:54:24888}
889
890test("cc_perftests") {
[email protected]6e44c302014-07-22 21:51:37891 sources = [
892 "layers/layer_perftest.cc",
893 "layers/picture_layer_impl_perftest.cc",
894 "resources/picture_layer_tiling_perftest.cc",
895 "resources/picture_pile_impl_perftest.cc",
[email protected]6e44c302014-07-22 21:51:37896 "resources/task_graph_runner_perftest.cc",
897 "resources/tile_manager_perftest.cc",
satorux457770e2015-02-18 18:33:39898 "resources/tile_task_worker_pool_perftest.cc",
[email protected]6e44c302014-07-22 21:51:37899 "test/cc_test_suite.cc",
900 "test/run_all_perftests.cc",
901 "trees/layer_tree_host_common_perftest.cc",
902 "trees/layer_tree_host_perftest.cc",
903 "trees/occlusion_tracker_perftest.cc",
904 ]
[email protected]d05751a22014-05-29 20:54:24905
dpranke8ec93a3a2015-02-20 23:36:08906 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
907
[email protected]6e44c302014-07-22 21:51:37908 deps = [
909 ":cc",
910 ":test_support",
911 "//base",
jamesr16c04ff2014-11-24 22:24:57912 "//base/test:test_support",
[email protected]6e44c302014-07-22 21:51:37913 "//gpu",
[email protected]c7990dbf2014-07-23 22:35:10914 "//gpu:test_support",
[email protected]845c4e32014-08-13 11:50:40915 "//gpu/command_buffer/common:gles2_utils",
[email protected]6e44c302014-07-22 21:51:37916 "//media",
917 "//skia",
918 "//testing/gmock",
919 "//testing/gtest",
920 "//testing/perf",
921 "//ui/gfx",
922 "//ui/gfx/geometry",
jamesr16c04ff2014-11-24 22:24:57923 "//ui/gl",
[email protected]6e44c302014-07-22 21:51:37924 ]
925}
sunnypse619a362015-03-07 00:03:17926# When adding support for isolates, please have a look at run-time dependencies
927# in the cc_unittests_run target in cc_tests.gyp.