[Android] Mark testNotificationDeleteIntentClosesNotification instrumentation test...
[chromium-blink-merge.git] / cc / BUILD.gn
blob5354b7c2ce476b2382822c4e785a6170e0375c9c
1 # 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.
5 import("//testing/test.gni")
7 component("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.cc",
30     "animation/scrollbar_animation_controller.h",
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     "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",
50     "debug/frame_timing_request.cc",
51     "debug/frame_timing_request.h",
52     "debug/frame_timing_tracker.cc",
53     "debug/frame_timing_tracker.h",
54     "debug/frame_viewer_instrumentation.cc",
55     "debug/frame_viewer_instrumentation.h",
56     "debug/invalidation_benchmark.cc",
57     "debug/invalidation_benchmark.h",
58     "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",
64     "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",
68     "debug/micro_benchmark_impl.cc",
69     "debug/micro_benchmark_impl.h",
70     "debug/paint_time_counter.cc",
71     "debug/paint_time_counter.h",
72     "debug/picture_debug_util.cc",
73     "debug/picture_debug_util.h",
74     "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",
93     "input/input_handler.cc",
94     "input/input_handler.h",
95     "input/layer_selection_bound.cc",
96     "input/layer_selection_bound.h",
97     "input/page_scale_animation.cc",
98     "input/page_scale_animation.h",
99     "input/scroll_elasticity_helper.cc",
100     "input/scroll_elasticity_helper.h",
101     "input/selection_bound_type.h",
102     "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",
159     "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",
199     "layers/viewport.cc",
200     "layers/viewport.h",
201     "output/begin_frame_args.cc",
202     "output/begin_frame_args.h",
203     "output/bsp_tree.cc",
204     "output/bsp_tree.h",
205     "output/bsp_walk_action.cc",
206     "output/bsp_walk_action.h",
207     "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",
219     "output/delegated_frame_data.cc",
220     "output/delegated_frame_data.h",
221     "output/delegating_renderer.cc",
222     "output/delegating_renderer.h",
223     "output/direct_renderer.cc",
224     "output/direct_renderer.h",
225     "output/dynamic_geometry_binding.cc",
226     "output/dynamic_geometry_binding.h",
227     "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",
233     "output/gl_frame_data.cc",
234     "output/gl_frame_data.h",
235     "output/gl_renderer.cc",
236     "output/gl_renderer.h",
237     "output/gl_renderer_draw_cache.cc",
238     "output/gl_renderer_draw_cache.h",
239     "output/latency_info_swap_promise.cc",
240     "output/latency_info_swap_promise.h",
241     "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",
251     "output/overlay_strategy_single_on_top.cc",
252     "output/overlay_strategy_single_on_top.h",
253     "output/program_binding.cc",
254     "output/program_binding.h",
255     "output/render_surface_filters.cc",
256     "output/render_surface_filters.h",
257     "output/renderer.cc",
258     "output/renderer.h",
259     "output/renderer_capabilities.cc",
260     "output/renderer_capabilities.h",
261     "output/renderer_settings.cc",
262     "output/renderer_settings.h",
263     "output/shader.cc",
264     "output/shader.h",
265     "output/software_frame_data.cc",
266     "output/software_frame_data.h",
267     "output/software_output_device.cc",
268     "output/software_output_device.h",
269     "output/software_renderer.cc",
270     "output/software_renderer.h",
271     "output/static_geometry_binding.cc",
272     "output/static_geometry_binding.h",
273     "output/swap_promise.h",
274     "output/viewport_selection_bound.cc",
275     "output/viewport_selection_bound.h",
276     "output/vsync_parameter_observer.h",
277     "quads/checkerboard_draw_quad.cc",
278     "quads/checkerboard_draw_quad.h",
279     "quads/content_draw_quad_base.cc",
280     "quads/content_draw_quad_base.h",
281     "quads/debug_border_draw_quad.cc",
282     "quads/debug_border_draw_quad.h",
283     "quads/draw_polygon.cc",
284     "quads/draw_polygon.h",
285     "quads/draw_quad.cc",
286     "quads/draw_quad.h",
287     "quads/io_surface_draw_quad.cc",
288     "quads/io_surface_draw_quad.h",
289     "quads/largest_draw_quad.cc",
290     "quads/largest_draw_quad.h",
291     "quads/list_container.cc",
292     "quads/list_container.h",
293     "quads/picture_draw_quad.cc",
294     "quads/picture_draw_quad.h",
295     "quads/render_pass.cc",
296     "quads/render_pass.h",
297     "quads/render_pass_draw_quad.cc",
298     "quads/render_pass_draw_quad.h",
299     "quads/render_pass_id.cc",
300     "quads/render_pass_id.h",
301     "quads/shared_quad_state.cc",
302     "quads/shared_quad_state.h",
303     "quads/solid_color_draw_quad.cc",
304     "quads/solid_color_draw_quad.h",
305     "quads/stream_video_draw_quad.cc",
306     "quads/stream_video_draw_quad.h",
307     "quads/surface_draw_quad.cc",
308     "quads/surface_draw_quad.h",
309     "quads/texture_draw_quad.cc",
310     "quads/texture_draw_quad.h",
311     "quads/tile_draw_quad.cc",
312     "quads/tile_draw_quad.h",
313     "quads/yuv_video_draw_quad.cc",
314     "quads/yuv_video_draw_quad.h",
315     "resources/bitmap_content_layer_updater.cc",
316     "resources/bitmap_content_layer_updater.h",
317     "resources/bitmap_skpicture_content_layer_updater.cc",
318     "resources/bitmap_skpicture_content_layer_updater.h",
319     "resources/bitmap_tile_task_worker_pool.cc",
320     "resources/bitmap_tile_task_worker_pool.h",
321     "resources/clip_display_item.cc",
322     "resources/clip_display_item.h",
323     "resources/clip_path_display_item.cc",
324     "resources/clip_path_display_item.h",
325     "resources/compositing_display_item.cc",
326     "resources/compositing_display_item.h",
327     "resources/content_layer_updater.cc",
328     "resources/content_layer_updater.h",
329     "resources/display_item.cc",
330     "resources/display_item.h",
331     "resources/display_item_list.cc",
332     "resources/display_item_list.h",
333     "resources/display_list_raster_source.cc",
334     "resources/display_list_raster_source.h",
335     "resources/display_list_recording_source.cc",
336     "resources/display_list_recording_source.h",
337     "resources/drawing_display_item.cc",
338     "resources/drawing_display_item.h",
339     "resources/eviction_tile_priority_queue.cc",
340     "resources/eviction_tile_priority_queue.h",
341     "resources/filter_display_item.cc",
342     "resources/filter_display_item.h",
343     "resources/float_clip_display_item.cc",
344     "resources/float_clip_display_item.h",
345     "resources/gpu_rasterizer.cc",
346     "resources/gpu_rasterizer.h",
347     "resources/gpu_tile_task_worker_pool.cc",
348     "resources/gpu_tile_task_worker_pool.h",
349     "resources/image_layer_updater.cc",
350     "resources/image_layer_updater.h",
351     "resources/layer_painter.h",
352     "resources/layer_quad.cc",
353     "resources/layer_quad.h",
354     "resources/layer_tiling_data.cc",
355     "resources/layer_tiling_data.h",
356     "resources/layer_updater.cc",
357     "resources/layer_updater.h",
358     "resources/memory_history.cc",
359     "resources/memory_history.h",
360     "resources/one_copy_tile_task_worker_pool.cc",
361     "resources/one_copy_tile_task_worker_pool.h",
362     "resources/picture.cc",
363     "resources/picture.h",
364     "resources/picture_layer_tiling.cc",
365     "resources/picture_layer_tiling.h",
366     "resources/picture_layer_tiling_set.cc",
367     "resources/picture_layer_tiling_set.h",
368     "resources/picture_pile.cc",
369     "resources/picture_pile.h",
370     "resources/picture_pile_impl.cc",
371     "resources/picture_pile_impl.h",
372     "resources/pixel_buffer_tile_task_worker_pool.cc",
373     "resources/pixel_buffer_tile_task_worker_pool.h",
374     "resources/pixel_ref_map.cc",
375     "resources/pixel_ref_map.h",
376     "resources/platform_color.h",
377     "resources/prioritized_resource.cc",
378     "resources/prioritized_resource.h",
379     "resources/prioritized_resource_manager.cc",
380     "resources/prioritized_resource_manager.h",
381     "resources/priority_calculator.cc",
382     "resources/priority_calculator.h",
383     "resources/raster_buffer.cc",
384     "resources/raster_buffer.h",
385     "resources/raster_source.h",
386     "resources/raster_source_helper.cc",
387     "resources/raster_source_helper.h",
388     "resources/raster_tile_priority_queue.cc",
389     "resources/raster_tile_priority_queue.h",
390     "resources/raster_tile_priority_queue_all.cc",
391     "resources/raster_tile_priority_queue_all.h",
392     "resources/raster_tile_priority_queue_required.cc",
393     "resources/raster_tile_priority_queue_required.h",
394     "resources/rasterizer.h",
395     "resources/release_callback.h",
396     "resources/resource.cc",
397     "resources/resource.h",
398     "resources/resource_format.cc",
399     "resources/resource_format.h",
400     "resources/resource_pool.cc",
401     "resources/resource_pool.h",
402     "resources/resource_provider.cc",
403     "resources/resource_provider.h",
404     "resources/resource_update.cc",
405     "resources/resource_update.h",
406     "resources/resource_update_controller.cc",
407     "resources/resource_update_controller.h",
408     "resources/resource_update_queue.cc",
409     "resources/resource_update_queue.h",
410     "resources/returned_resource.h",
411     "resources/scoped_gpu_raster.cc",
412     "resources/scoped_gpu_raster.h",
413     "resources/scoped_resource.cc",
414     "resources/scoped_resource.h",
415     "resources/scoped_ui_resource.cc",
416     "resources/scoped_ui_resource.h",
417     "resources/shared_bitmap.cc",
418     "resources/shared_bitmap.h",
419     "resources/shared_bitmap_manager.h",
420     "resources/single_release_callback.cc",
421     "resources/single_release_callback.h",
422     "resources/single_release_callback_impl.cc",
423     "resources/single_release_callback_impl.h",
424     "resources/skpicture_content_layer_updater.cc",
425     "resources/skpicture_content_layer_updater.h",
426     "resources/software_rasterizer.cc",
427     "resources/software_rasterizer.h",
428     "resources/task_graph_runner.cc",
429     "resources/task_graph_runner.h",
430     "resources/texture_compressor.cc",
431     "resources/texture_compressor.h",
432     "resources/texture_compressor_etc1.cc",
433     "resources/texture_compressor_etc1.h",
434     "resources/texture_mailbox.cc",
435     "resources/texture_mailbox.h",
436     "resources/texture_mailbox_deleter.cc",
437     "resources/texture_mailbox_deleter.h",
438     "resources/texture_uploader.cc",
439     "resources/texture_uploader.h",
440     "resources/tile.cc",
441     "resources/tile.h",
442     "resources/tile_draw_info.cc",
443     "resources/tile_draw_info.h",
444     "resources/tile_manager.cc",
445     "resources/tile_manager.h",
446     "resources/tile_priority.cc",
447     "resources/tile_priority.h",
448     "resources/tile_task_runner.cc",
449     "resources/tile_task_runner.h",
450     "resources/tile_task_worker_pool.cc",
451     "resources/tile_task_worker_pool.h",
452     "resources/tiling_set_eviction_queue.cc",
453     "resources/tiling_set_eviction_queue.h",
454     "resources/tiling_set_raster_queue_all.cc",
455     "resources/tiling_set_raster_queue_all.h",
456     "resources/tiling_set_raster_queue_required.cc",
457     "resources/tiling_set_raster_queue_required.h",
458     "resources/transferable_resource.cc",
459     "resources/transferable_resource.h",
460     "resources/transform_display_item.cc",
461     "resources/transform_display_item.h",
462     "resources/ui_resource_bitmap.cc",
463     "resources/ui_resource_bitmap.h",
464     "resources/ui_resource_client.h",
465     "resources/ui_resource_request.cc",
466     "resources/ui_resource_request.h",
467     "resources/video_resource_updater.cc",
468     "resources/video_resource_updater.h",
469     "resources/zero_copy_tile_task_worker_pool.cc",
470     "resources/zero_copy_tile_task_worker_pool.h",
471     "scheduler/begin_frame_source.cc",
472     "scheduler/begin_frame_source.h",
473     "scheduler/commit_earlyout_reason.h",
474     "scheduler/delay_based_time_source.cc",
475     "scheduler/delay_based_time_source.h",
476     "scheduler/draw_result.h",
477     "scheduler/scheduler.cc",
478     "scheduler/scheduler.h",
479     "scheduler/scheduler_settings.cc",
480     "scheduler/scheduler_settings.h",
481     "scheduler/scheduler_state_machine.cc",
482     "scheduler/scheduler_state_machine.h",
483     "trees/blocking_task_runner.cc",
484     "trees/blocking_task_runner.h",
485     "trees/damage_tracker.cc",
486     "trees/damage_tracker.h",
487     "trees/draw_property_utils.cc",
488     "trees/draw_property_utils.h",
489     "trees/latency_info_swap_promise_monitor.cc",
490     "trees/latency_info_swap_promise_monitor.h",
491     "trees/layer_tree_host.cc",
492     "trees/layer_tree_host.h",
493     "trees/layer_tree_host_client.h",
494     "trees/layer_tree_host_common.cc",
495     "trees/layer_tree_host_common.h",
496     "trees/layer_tree_host_impl.cc",
497     "trees/layer_tree_host_impl.h",
498     "trees/layer_tree_host_single_thread_client.h",
499     "trees/layer_tree_impl.cc",
500     "trees/layer_tree_impl.h",
501     "trees/layer_tree_settings.cc",
502     "trees/layer_tree_settings.h",
503     "trees/occlusion.cc",
504     "trees/occlusion.h",
505     "trees/occlusion_tracker.cc",
506     "trees/occlusion_tracker.h",
507     "trees/property_tree.cc",
508     "trees/property_tree.h",
509     "trees/property_tree_builder.cc",
510     "trees/property_tree_builder.h",
511     "trees/proxy.cc",
512     "trees/proxy.h",
513     "trees/proxy_timing_history.cc",
514     "trees/proxy_timing_history.h",
515     "trees/scoped_abort_remaining_swap_promises.h",
516     "trees/single_thread_proxy.cc",
517     "trees/single_thread_proxy.h",
518     "trees/swap_promise_monitor.cc",
519     "trees/swap_promise_monitor.h",
520     "trees/thread_proxy.cc",
521     "trees/thread_proxy.h",
522     "trees/tree_synchronizer.cc",
523     "trees/tree_synchronizer.h",
524   ]
526   # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
527   configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
529   public_deps = [
530     "//cc/base",
531     "//skia",
532   ]
533   deps = [
534     "//base",
535     "//base/third_party/dynamic_annotations",
536     "//cc/surfaces:surface_id",
537     "//gpu",
538     "//gpu/command_buffer/client:gles2_interface",
539     "//gpu/command_buffer/client:gpu_memory_buffer_manager",
540     "//media",
541     "//ui/events:events_base",
542     "//ui/gfx",
543     "//ui/gfx/geometry",
544   ]
546   defines = [ "CC_IMPLEMENTATION=1" ]
548   if (!is_debug && (is_win || is_android)) {
549     configs -= [ "//build/config/compiler:optimize" ]
550     configs += [ "//build/config/compiler:optimize_max" ]
551   }
554 source_set("test_support") {
555   testonly = true
556   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",
561     "test/failure_output_surface.cc",
562     "test/failure_output_surface.h",
563     "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",
573     "test/fake_external_begin_frame_source.cc",
574     "test/fake_external_begin_frame_source.h",
575     "test/fake_impl_proxy.h",
576     "test/fake_layer_tree_host.cc",
577     "test/fake_layer_tree_host.h",
578     "test/fake_layer_tree_host_client.cc",
579     "test/fake_layer_tree_host_client.h",
580     "test/fake_layer_tree_host_impl.cc",
581     "test/fake_layer_tree_host_impl.h",
582     "test/fake_layer_tree_host_impl_client.cc",
583     "test/fake_layer_tree_host_impl_client.h",
584     "test/fake_output_surface.cc",
585     "test/fake_output_surface.h",
586     "test/fake_output_surface_client.cc",
587     "test/fake_output_surface_client.h",
588     "test/fake_painted_scrollbar_layer.cc",
589     "test/fake_painted_scrollbar_layer.h",
590     "test/fake_picture_layer.cc",
591     "test/fake_picture_layer.h",
592     "test/fake_picture_layer_impl.cc",
593     "test/fake_picture_layer_impl.h",
594     "test/fake_picture_layer_tiling_client.cc",
595     "test/fake_picture_layer_tiling_client.h",
596     "test/fake_picture_pile.cc",
597     "test/fake_picture_pile.h",
598     "test/fake_picture_pile_impl.cc",
599     "test/fake_picture_pile_impl.h",
600     "test/fake_proxy.cc",
601     "test/fake_proxy.h",
602     "test/fake_renderer_client.cc",
603     "test/fake_renderer_client.h",
604     "test/fake_rendering_stats_instrumentation.h",
605     "test/fake_scoped_ui_resource.cc",
606     "test/fake_scoped_ui_resource.h",
607     "test/fake_scrollbar.cc",
608     "test/fake_scrollbar.h",
609     "test/fake_tile_manager.cc",
610     "test/fake_tile_manager.h",
611     "test/fake_tile_manager_client.cc",
612     "test/fake_tile_manager_client.h",
613     "test/fake_ui_resource_layer_tree_host_impl.cc",
614     "test/fake_ui_resource_layer_tree_host_impl.h",
615     "test/fake_video_frame_provider.cc",
616     "test/fake_video_frame_provider.h",
617     "test/geometry_test_utils.cc",
618     "test/geometry_test_utils.h",
619     "test/impl_side_painting_settings.h",
620     "test/layer_test_common.cc",
621     "test/layer_test_common.h",
622     "test/layer_tree_host_common_test.cc",
623     "test/layer_tree_host_common_test.h",
624     "test/layer_tree_json_parser.cc",
625     "test/layer_tree_json_parser.h",
626     "test/layer_tree_pixel_resource_test.cc",
627     "test/layer_tree_pixel_resource_test.h",
628     "test/layer_tree_pixel_test.cc",
629     "test/layer_tree_pixel_test.h",
630     "test/layer_tree_test.cc",
631     "test/layer_tree_test.h",
632     "test/mock_occlusion_tracker.h",
633     "test/ordered_simple_task_runner.cc",
634     "test/ordered_simple_task_runner.h",
635     "test/ordered_texture_map.cc",
636     "test/ordered_texture_map.h",
637     "test/paths.cc",
638     "test/paths.h",
639     "test/pixel_comparator.cc",
640     "test/pixel_comparator.h",
641     "test/pixel_test.cc",
642     "test/pixel_test.h",
643     "test/pixel_test_output_surface.cc",
644     "test/pixel_test_output_surface.h",
645     "test/pixel_test_software_output_device.cc",
646     "test/pixel_test_software_output_device.h",
647     "test/pixel_test_utils.cc",
648     "test/pixel_test_utils.h",
649     "test/render_pass_test_common.cc",
650     "test/render_pass_test_common.h",
651     "test/render_pass_test_utils.cc",
652     "test/render_pass_test_utils.h",
653     "test/scheduler_test_common.cc",
654     "test/scheduler_test_common.h",
655     "test/skia_common.cc",
656     "test/skia_common.h",
657     "test/solid_color_content_layer_client.cc",
658     "test/solid_color_content_layer_client.h",
659     "test/test_context_provider.cc",
660     "test/test_context_provider.h",
661     "test/test_context_support.cc",
662     "test/test_context_support.h",
663     "test/test_gles2_interface.cc",
664     "test/test_gles2_interface.h",
665     "test/test_gpu_memory_buffer_manager.cc",
666     "test/test_gpu_memory_buffer_manager.h",
667     "test/test_image_factory.cc",
668     "test/test_image_factory.h",
669     "test/test_in_process_context_provider.cc",
670     "test/test_in_process_context_provider.h",
671     "test/test_now_source.cc",
672     "test/test_now_source.h",
673     "test/test_occlusion_tracker.h",
674     "test/test_shared_bitmap_manager.cc",
675     "test/test_shared_bitmap_manager.h",
676     "test/test_task_graph_runner.cc",
677     "test/test_task_graph_runner.h",
678     "test/test_texture.cc",
679     "test/test_texture.h",
680     "test/test_tile_priorities.cc",
681     "test/test_tile_priorities.h",
682     "test/test_web_graphics_context_3d.cc",
683     "test/test_web_graphics_context_3d.h",
684     "test/tiled_layer_test_common.cc",
685     "test/tiled_layer_test_common.h",
686   ]
688   configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
690   include_dirs = [
691     ".",
692     "test",
693   ]
695   public_deps = [
696     ":cc",
697     "//gpu:test_support",
698   ]
699   deps = [
700     "//base",
701     "//base/test:test_support",
702     "//base/third_party/dynamic_annotations",
703     "//gpu/command_buffer/client:gles2_c_lib",
704     "//gpu/command_buffer/client:gles2_implementation",
705     "//gpu/command_buffer/client:gpu_memory_buffer_manager",
706     "//gpu/command_buffer/client:gl_in_process_context",
707     "//gpu/command_buffer/common:gles2_utils",
708     "//gpu/skia_bindings",
709     "//media",
710     "//skia",
711     "//testing/gmock",
712     "//testing/gtest",
713     "//ui/gfx",
714     "//ui/gfx/geometry",
715     "//ui/gfx:test_support",
716     "//ui/gl",
717   ]
719   if (!is_android) {  # TODO(GYP) Enable on Android when osmesa links.
720     deps += [ "//third_party/mesa:osmesa" ]
721   }
724 test("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",
734     "base/math_util_unittest.cc",
735     "base/region_unittest.cc",
736     "base/rolling_time_delta_history_unittest.cc",
737     "base/scoped_ptr_vector_unittest.cc",
738     "base/simple_enclosed_region_unittest.cc",
739     "base/tiling_data_unittest.cc",
740     "base/util_unittest.cc",
741     "debug/frame_timing_tracker_unittest.cc",
742     "debug/micro_benchmark_controller_unittest.cc",
743     "input/top_controls_manager_unittest.cc",
744     "layers/contents_scaling_layer_unittest.cc",
745     "layers/delegated_frame_provider_unittest.cc",
746     "layers/delegated_frame_resource_collection_unittest.cc",
747     "layers/delegated_renderer_layer_impl_unittest.cc",
748     "layers/delegated_renderer_layer_unittest.cc",
749     "layers/heads_up_display_layer_impl_unittest.cc",
750     "layers/heads_up_display_unittest.cc",
751     "layers/io_surface_layer_impl_unittest.cc",
752     "layers/layer_impl_unittest.cc",
753     "layers/layer_iterator_unittest.cc",
754     "layers/layer_position_constraint_unittest.cc",
755     "layers/layer_unittest.cc",
756     "layers/layer_utils_unittest.cc",
757     "layers/nine_patch_layer_impl_unittest.cc",
758     "layers/nine_patch_layer_unittest.cc",
759     "layers/painted_scrollbar_layer_impl_unittest.cc",
760     "layers/picture_image_layer_impl_unittest.cc",
761     "layers/picture_image_layer_unittest.cc",
762     "layers/picture_layer_impl_unittest.cc",
763     "layers/picture_layer_unittest.cc",
764     "layers/render_surface_impl_unittest.cc",
765     "layers/render_surface_unittest.cc",
766     "layers/scrollbar_layer_unittest.cc",
767     "layers/solid_color_layer_impl_unittest.cc",
768     "layers/solid_color_scrollbar_layer_impl_unittest.cc",
769     "layers/surface_layer_impl_unittest.cc",
770     "layers/surface_layer_unittest.cc",
771     "layers/texture_layer_impl_unittest.cc",
772     "layers/texture_layer_unittest.cc",
773     "layers/tiled_layer_impl_unittest.cc",
774     "layers/tiled_layer_unittest.cc",
775     "layers/ui_resource_layer_impl_unittest.cc",
776     "layers/ui_resource_layer_unittest.cc",
777     "layers/video_layer_impl_unittest.cc",
778     "output/begin_frame_args_unittest.cc",
779     "output/delegating_renderer_unittest.cc",
780     "output/filter_operations_unittest.cc",
781     "output/gl_renderer_unittest.cc",
782     "output/output_surface_unittest.cc",
783     "output/overlay_unittest.cc",
784     "output/renderer_pixeltest.cc",
785     "output/renderer_unittest.cc",
786     "output/shader_unittest.cc",
787     "output/software_renderer_unittest.cc",
788     "quads/draw_quad_unittest.cc",
789     "quads/list_container_unittest.cc",
790     "quads/render_pass_unittest.cc",
791     "resources/display_item_list_unittest.cc",
792     "resources/layer_quad_unittest.cc",
793     "resources/picture_layer_tiling_set_unittest.cc",
794     "resources/picture_layer_tiling_unittest.cc",
795     "resources/picture_pile_impl_unittest.cc",
796     "resources/picture_pile_unittest.cc",
797     "resources/picture_unittest.cc",
798     "resources/pixel_ref_map_unittest.cc",
799     "resources/platform_color_unittest.cc",
800     "resources/prioritized_resource_unittest.cc",
801     "resources/resource_provider_unittest.cc",
802     "resources/resource_update_controller_unittest.cc",
803     "resources/scoped_gpu_raster_unittest.cc",
804     "resources/scoped_resource_unittest.cc",
805     "resources/task_graph_runner_unittest.cc",
806     "resources/texture_mailbox_deleter_unittest.cc",
807     "resources/texture_uploader_unittest.cc",
808     "resources/tile_manager_unittest.cc",
809     "resources/tile_priority_unittest.cc",
810     "resources/tile_task_worker_pool_unittest.cc",
811     "resources/video_resource_updater_unittest.cc",
812     "scheduler/begin_frame_source_unittest.cc",
813     "scheduler/delay_based_time_source_unittest.cc",
814     "scheduler/scheduler_state_machine_unittest.cc",
815     "scheduler/scheduler_unittest.cc",
816     "test/layer_tree_json_parser_unittest.cc",
817     "test/test_web_graphics_context_3d_unittest.cc",
818     "trees/blocking_task_runner_unittest.cc",
819     "trees/damage_tracker_unittest.cc",
820     "trees/layer_tree_host_common_unittest.cc",
821     "trees/layer_tree_host_impl_unittest.cc",
822     "trees/layer_tree_host_pixeltest_blending.cc",
823     "trees/layer_tree_host_pixeltest_filters.cc",
824     "trees/layer_tree_host_pixeltest_masks.cc",
825     "trees/layer_tree_host_pixeltest_readback.cc",
826     "trees/layer_tree_host_pixeltest_synchronous.cc",
827     "trees/layer_tree_host_unittest.cc",
828     "trees/layer_tree_host_unittest_animation.cc",
829     "trees/layer_tree_host_unittest_context.cc",
830     "trees/layer_tree_host_unittest_copyrequest.cc",
831     "trees/layer_tree_host_unittest_damage.cc",
832     "trees/layer_tree_host_unittest_delegated.cc",
833     "trees/layer_tree_host_unittest_no_message_loop.cc",
834     "trees/layer_tree_host_unittest_occlusion.cc",
835     "trees/layer_tree_host_unittest_picture.cc",
836     "trees/layer_tree_host_unittest_proxy.cc",
837     "trees/layer_tree_host_unittest_scroll.cc",
838     "trees/layer_tree_host_unittest_video.cc",
839     "trees/layer_tree_impl_unittest.cc",
840     "trees/occlusion_tracker_unittest.cc",
841     "trees/occlusion_unittest.cc",
842     "trees/property_tree_unittest.cc",
843     "trees/tree_synchronizer_unittest.cc",
845     # Surfaces test files.
846     "surfaces/surface_aggregator_test_helpers.cc",
847     "surfaces/surface_aggregator_test_helpers.h",
848     "surfaces/surface_aggregator_unittest.cc",
849     "surfaces/surface_unittest.cc",
850     "surfaces/surfaces_pixeltest.cc",
852     # Setup.
853     "test/cc_test_suite.cc",
854     "test/run_all_unittests.cc",
855   ]
857   configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
859   deps = [
860     ":cc",
861     ":test_support",
862     "//base/test:test_support",
863     "//cc/surfaces",
864     "//cc/surfaces:surface_id",
865     "//gpu",
866     "//gpu:test_support",
867     "//gpu/command_buffer/client:gles2_interface",
868     "//gpu/command_buffer/common:gles2_utils",
869     "//media",
870     "//testing/gmock",
871     "//testing/gtest",
872     "//ui/events:events_base",
873     "//ui/gfx",
874     "//ui/gfx/geometry",
875     "//ui/gfx:test_support",
876     "//ui/gl",
877   ]
880 test("cc_perftests") {
881   sources = [
882     "layers/layer_perftest.cc",
883     "layers/picture_layer_impl_perftest.cc",
884     "resources/picture_layer_tiling_perftest.cc",
885     "resources/picture_pile_impl_perftest.cc",
886     "resources/task_graph_runner_perftest.cc",
887     "resources/texture_compressor_perftest.cc",
888     "resources/tile_manager_perftest.cc",
889     "resources/tile_task_worker_pool_perftest.cc",
890     "test/cc_test_suite.cc",
891     "test/run_all_perftests.cc",
892     "trees/layer_tree_host_common_perftest.cc",
893     "trees/layer_tree_host_perftest.cc",
894     "trees/occlusion_tracker_perftest.cc",
895   ]
897   configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
899   deps = [
900     ":cc",
901     ":test_support",
902     "//base",
903     "//base/test:test_support",
904     "//gpu",
905     "//gpu:test_support",
906     "//gpu/command_buffer/common:gles2_utils",
907     "//media",
908     "//skia",
909     "//testing/gmock",
910     "//testing/gtest",
911     "//testing/perf",
912     "//ui/gfx",
913     "//ui/gfx/geometry",
914     "//ui/gl",
915   ]
917 # When adding support for isolates, please have a look at run-time dependencies
918 # in the cc_unittests_run target in cc_tests.gyp.