| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 import("//testing/test.gni") | 5 import("//testing/test.gni") |
| 6 | 6 |
| 7 component("cc") { | 7 source_set("cc") { |
| 8 sources = [ | 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", | 9 "debug/frame_timing_request.cc", |
| 51 "debug/frame_timing_request.h", | 10 "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", | 11 "debug/lap_timer.cc", |
| 59 "debug/lap_timer.h", | 12 "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", | 13 "debug/paint_time_counter.cc", |
| 71 "debug/paint_time_counter.h", | 14 "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", | 15 "debug/rendering_stats.cc", |
| 81 "debug/rendering_stats.h", | 16 "debug/rendering_stats.h", |
| 82 "debug/rendering_stats_instrumentation.cc", | 17 "debug/rendering_stats_instrumentation.cc", |
| 83 "debug/rendering_stats_instrumentation.h", | 18 "debug/rendering_stats_instrumentation.h", |
| 84 "debug/ring_buffer.h", | 19 "debug/ring_buffer.h", |
| 85 "debug/traced_picture.cc", | |
| 86 "debug/traced_picture.h", | |
| 87 "debug/traced_value.cc", | 20 "debug/traced_value.cc", |
| 88 "debug/traced_value.h", | 21 "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 "output/begin_frame_args.cc", | 22 "output/begin_frame_args.cc", |
| 193 "output/begin_frame_args.h", | 23 "output/begin_frame_args.h", |
| 194 "output/bsp_tree.cc", | 24 "output/bsp_tree.cc", |
| 195 "output/bsp_tree.h", | 25 "output/bsp_tree.h", |
| 196 "output/bsp_walk_action.cc", | 26 "output/bsp_walk_action.cc", |
| 197 "output/bsp_walk_action.h", | 27 "output/bsp_walk_action.h", |
| 198 "output/compositor_frame.cc", | 28 "output/compositor_frame.cc", |
| 199 "output/compositor_frame.h", | 29 "output/compositor_frame.h", |
| 200 "output/compositor_frame_ack.cc", | 30 "output/compositor_frame_ack.cc", |
| 201 "output/compositor_frame_ack.h", | 31 "output/compositor_frame_ack.h", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 220 "output/filter_operations.cc", | 50 "output/filter_operations.cc", |
| 221 "output/filter_operations.h", | 51 "output/filter_operations.h", |
| 222 "output/geometry_binding.cc", | 52 "output/geometry_binding.cc", |
| 223 "output/geometry_binding.h", | 53 "output/geometry_binding.h", |
| 224 "output/gl_frame_data.cc", | 54 "output/gl_frame_data.cc", |
| 225 "output/gl_frame_data.h", | 55 "output/gl_frame_data.h", |
| 226 "output/gl_renderer.cc", | 56 "output/gl_renderer.cc", |
| 227 "output/gl_renderer.h", | 57 "output/gl_renderer.h", |
| 228 "output/gl_renderer_draw_cache.cc", | 58 "output/gl_renderer_draw_cache.cc", |
| 229 "output/gl_renderer_draw_cache.h", | 59 "output/gl_renderer_draw_cache.h", |
| 230 "output/latency_info_swap_promise.cc", | |
| 231 "output/latency_info_swap_promise.h", | |
| 232 "output/managed_memory_policy.cc", | |
| 233 "output/managed_memory_policy.h", | |
| 234 "output/output_surface.cc", | 60 "output/output_surface.cc", |
| 235 "output/output_surface.h", | 61 "output/output_surface.h", |
| 236 "output/output_surface_client.h", | 62 "output/output_surface_client.h", |
| 237 "output/overlay_candidate.cc", | 63 "output/overlay_candidate.cc", |
| 238 "output/overlay_candidate.h", | 64 "output/overlay_candidate.h", |
| 239 "output/overlay_candidate_validator.h", | 65 "output/overlay_candidate_validator.h", |
| 240 "output/overlay_processor.cc", | 66 "output/overlay_processor.cc", |
| 241 "output/overlay_processor.h", | 67 "output/overlay_processor.h", |
| 242 "output/overlay_strategy_single_on_top.cc", | 68 "output/overlay_strategy_single_on_top.cc", |
| 243 "output/overlay_strategy_single_on_top.h", | 69 "output/overlay_strategy_single_on_top.h", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 254 "output/shader.cc", | 80 "output/shader.cc", |
| 255 "output/shader.h", | 81 "output/shader.h", |
| 256 "output/software_frame_data.cc", | 82 "output/software_frame_data.cc", |
| 257 "output/software_frame_data.h", | 83 "output/software_frame_data.h", |
| 258 "output/software_output_device.cc", | 84 "output/software_output_device.cc", |
| 259 "output/software_output_device.h", | 85 "output/software_output_device.h", |
| 260 "output/software_renderer.cc", | 86 "output/software_renderer.cc", |
| 261 "output/software_renderer.h", | 87 "output/software_renderer.h", |
| 262 "output/static_geometry_binding.cc", | 88 "output/static_geometry_binding.cc", |
| 263 "output/static_geometry_binding.h", | 89 "output/static_geometry_binding.h", |
| 264 "output/swap_promise.h", | |
| 265 "output/viewport_selection_bound.cc", | |
| 266 "output/viewport_selection_bound.h", | |
| 267 "output/vsync_parameter_observer.h", | 90 "output/vsync_parameter_observer.h", |
| 268 "quads/checkerboard_draw_quad.cc", | 91 "quads/checkerboard_draw_quad.cc", |
| 269 "quads/checkerboard_draw_quad.h", | 92 "quads/checkerboard_draw_quad.h", |
| 270 "quads/content_draw_quad_base.cc", | 93 "quads/content_draw_quad_base.cc", |
| 271 "quads/content_draw_quad_base.h", | 94 "quads/content_draw_quad_base.h", |
| 272 "quads/debug_border_draw_quad.cc", | 95 "quads/debug_border_draw_quad.cc", |
| 273 "quads/debug_border_draw_quad.h", | 96 "quads/debug_border_draw_quad.h", |
| 274 "quads/draw_polygon.cc", | 97 "quads/draw_polygon.cc", |
| 275 "quads/draw_polygon.h", | 98 "quads/draw_polygon.h", |
| 276 "quads/draw_quad.cc", | 99 "quads/draw_quad.cc", |
| 277 "quads/draw_quad.h", | 100 "quads/draw_quad.h", |
| 278 "quads/io_surface_draw_quad.cc", | 101 "quads/io_surface_draw_quad.cc", |
| 279 "quads/io_surface_draw_quad.h", | 102 "quads/io_surface_draw_quad.h", |
| 280 "quads/largest_draw_quad.cc", | 103 "quads/largest_draw_quad.cc", |
| 281 "quads/largest_draw_quad.h", | 104 "quads/largest_draw_quad.h", |
| 282 "quads/list_container.cc", | 105 "quads/list_container.cc", |
| 283 "quads/list_container.h", | 106 "quads/list_container.h", |
| 284 "quads/picture_draw_quad.cc", | |
| 285 "quads/picture_draw_quad.h", | |
| 286 "quads/render_pass.cc", | 107 "quads/render_pass.cc", |
| 287 "quads/render_pass.h", | 108 "quads/render_pass.h", |
| 288 "quads/render_pass_draw_quad.cc", | 109 "quads/render_pass_draw_quad.cc", |
| 289 "quads/render_pass_draw_quad.h", | 110 "quads/render_pass_draw_quad.h", |
| 290 "quads/render_pass_id.cc", | 111 "quads/render_pass_id.cc", |
| 291 "quads/render_pass_id.h", | 112 "quads/render_pass_id.h", |
| 292 "quads/shared_quad_state.cc", | 113 "quads/shared_quad_state.cc", |
| 293 "quads/shared_quad_state.h", | 114 "quads/shared_quad_state.h", |
| 294 "quads/solid_color_draw_quad.cc", | 115 "quads/solid_color_draw_quad.cc", |
| 295 "quads/solid_color_draw_quad.h", | 116 "quads/solid_color_draw_quad.h", |
| 296 "quads/stream_video_draw_quad.cc", | 117 "quads/stream_video_draw_quad.cc", |
| 297 "quads/stream_video_draw_quad.h", | 118 "quads/stream_video_draw_quad.h", |
| 298 "quads/surface_draw_quad.cc", | 119 "quads/surface_draw_quad.cc", |
| 299 "quads/surface_draw_quad.h", | 120 "quads/surface_draw_quad.h", |
| 300 "quads/texture_draw_quad.cc", | 121 "quads/texture_draw_quad.cc", |
| 301 "quads/texture_draw_quad.h", | 122 "quads/texture_draw_quad.h", |
| 302 "quads/tile_draw_quad.cc", | 123 "quads/tile_draw_quad.cc", |
| 303 "quads/tile_draw_quad.h", | 124 "quads/tile_draw_quad.h", |
| 304 "quads/yuv_video_draw_quad.cc", | 125 "quads/yuv_video_draw_quad.cc", |
| 305 "quads/yuv_video_draw_quad.h", | 126 "quads/yuv_video_draw_quad.h", |
| 306 "resources/bitmap_content_layer_updater.cc", | |
| 307 "resources/bitmap_content_layer_updater.h", | |
| 308 "resources/bitmap_skpicture_content_layer_updater.cc", | |
| 309 "resources/bitmap_skpicture_content_layer_updater.h", | |
| 310 "resources/bitmap_tile_task_worker_pool.cc", | |
| 311 "resources/bitmap_tile_task_worker_pool.h", | |
| 312 "resources/clip_display_item.cc", | |
| 313 "resources/clip_display_item.h", | |
| 314 "resources/clip_path_display_item.cc", | |
| 315 "resources/clip_path_display_item.h", | |
| 316 "resources/compositing_display_item.cc", | |
| 317 "resources/compositing_display_item.h", | |
| 318 "resources/content_layer_updater.cc", | |
| 319 "resources/content_layer_updater.h", | |
| 320 "resources/display_item.cc", | |
| 321 "resources/display_item.h", | |
| 322 "resources/display_item_list.cc", | |
| 323 "resources/display_item_list.h", | |
| 324 "resources/display_list_raster_source.cc", | |
| 325 "resources/display_list_raster_source.h", | |
| 326 "resources/display_list_recording_source.cc", | |
| 327 "resources/display_list_recording_source.h", | |
| 328 "resources/drawing_display_item.cc", | |
| 329 "resources/drawing_display_item.h", | |
| 330 "resources/eviction_tile_priority_queue.cc", | |
| 331 "resources/eviction_tile_priority_queue.h", | |
| 332 "resources/filter_display_item.cc", | |
| 333 "resources/filter_display_item.h", | |
| 334 "resources/float_clip_display_item.cc", | |
| 335 "resources/float_clip_display_item.h", | |
| 336 "resources/gpu_rasterizer.cc", | |
| 337 "resources/gpu_rasterizer.h", | |
| 338 "resources/gpu_tile_task_worker_pool.cc", | |
| 339 "resources/gpu_tile_task_worker_pool.h", | |
| 340 "resources/image_layer_updater.cc", | |
| 341 "resources/image_layer_updater.h", | |
| 342 "resources/layer_painter.h", | 127 "resources/layer_painter.h", |
| 343 "resources/layer_quad.cc", | 128 "resources/layer_quad.cc", |
| 344 "resources/layer_quad.h", | 129 "resources/layer_quad.h", |
| 345 "resources/layer_tiling_data.cc", | |
| 346 "resources/layer_tiling_data.h", | |
| 347 "resources/layer_updater.cc", | |
| 348 "resources/layer_updater.h", | |
| 349 "resources/memory_history.cc", | |
| 350 "resources/memory_history.h", | |
| 351 "resources/one_copy_tile_task_worker_pool.cc", | |
| 352 "resources/one_copy_tile_task_worker_pool.h", | |
| 353 "resources/picture.cc", | |
| 354 "resources/picture.h", | |
| 355 "resources/picture_layer_tiling.cc", | |
| 356 "resources/picture_layer_tiling.h", | |
| 357 "resources/picture_layer_tiling_set.cc", | |
| 358 "resources/picture_layer_tiling_set.h", | |
| 359 "resources/picture_pile.cc", | |
| 360 "resources/picture_pile.h", | |
| 361 "resources/picture_pile_impl.cc", | |
| 362 "resources/picture_pile_impl.h", | |
| 363 "resources/pixel_buffer_tile_task_worker_pool.cc", | |
| 364 "resources/pixel_buffer_tile_task_worker_pool.h", | |
| 365 "resources/pixel_ref_map.cc", | |
| 366 "resources/pixel_ref_map.h", | |
| 367 "resources/platform_color.h", | 130 "resources/platform_color.h", |
| 368 "resources/prioritized_resource.cc", | |
| 369 "resources/prioritized_resource.h", | |
| 370 "resources/prioritized_resource_manager.cc", | |
| 371 "resources/prioritized_resource_manager.h", | |
| 372 "resources/priority_calculator.cc", | |
| 373 "resources/priority_calculator.h", | |
| 374 "resources/raster_buffer.cc", | |
| 375 "resources/raster_buffer.h", | |
| 376 "resources/raster_source.h", | |
| 377 "resources/raster_source_helper.cc", | |
| 378 "resources/raster_source_helper.h", | |
| 379 "resources/raster_tile_priority_queue.cc", | |
| 380 "resources/raster_tile_priority_queue.h", | |
| 381 "resources/raster_tile_priority_queue_all.cc", | |
| 382 "resources/raster_tile_priority_queue_all.h", | |
| 383 "resources/raster_tile_priority_queue_required.cc", | |
| 384 "resources/raster_tile_priority_queue_required.h", | |
| 385 "resources/rasterizer.h", | |
| 386 "resources/release_callback.h", | 131 "resources/release_callback.h", |
| 387 "resources/resource.cc", | 132 "resources/resource.cc", |
| 388 "resources/resource.h", | 133 "resources/resource.h", |
| 389 "resources/resource_format.cc", | 134 "resources/resource_format.cc", |
| 390 "resources/resource_format.h", | 135 "resources/resource_format.h", |
| 391 "resources/resource_pool.cc", | 136 "resources/resource_pool.cc", |
| 392 "resources/resource_pool.h", | 137 "resources/resource_pool.h", |
| 393 "resources/resource_provider.cc", | 138 "resources/resource_provider.cc", |
| 394 "resources/resource_provider.h", | 139 "resources/resource_provider.h", |
| 395 "resources/resource_update.cc", | |
| 396 "resources/resource_update.h", | |
| 397 "resources/resource_update_controller.cc", | |
| 398 "resources/resource_update_controller.h", | |
| 399 "resources/resource_update_queue.cc", | |
| 400 "resources/resource_update_queue.h", | |
| 401 "resources/returned_resource.h", | 140 "resources/returned_resource.h", |
| 402 "resources/scoped_gpu_raster.cc", | |
| 403 "resources/scoped_gpu_raster.h", | |
| 404 "resources/scoped_resource.cc", | 141 "resources/scoped_resource.cc", |
| 405 "resources/scoped_resource.h", | 142 "resources/scoped_resource.h", |
| 406 "resources/scoped_ui_resource.cc", | |
| 407 "resources/scoped_ui_resource.h", | |
| 408 "resources/shared_bitmap.cc", | 143 "resources/shared_bitmap.cc", |
| 409 "resources/shared_bitmap.h", | 144 "resources/shared_bitmap.h", |
| 410 "resources/shared_bitmap_manager.h", | 145 "resources/shared_bitmap_manager.h", |
| 411 "resources/single_release_callback.cc", | 146 "resources/single_release_callback.cc", |
| 412 "resources/single_release_callback.h", | 147 "resources/single_release_callback.h", |
| 413 "resources/single_release_callback_impl.cc", | 148 "resources/single_release_callback_impl.cc", |
| 414 "resources/single_release_callback_impl.h", | 149 "resources/single_release_callback_impl.h", |
| 415 "resources/skpicture_content_layer_updater.cc", | |
| 416 "resources/skpicture_content_layer_updater.h", | |
| 417 "resources/software_rasterizer.cc", | |
| 418 "resources/software_rasterizer.h", | |
| 419 "resources/task_graph_runner.cc", | |
| 420 "resources/task_graph_runner.h", | |
| 421 "resources/texture_compressor.cc", | 150 "resources/texture_compressor.cc", |
| 422 "resources/texture_compressor.h", | 151 "resources/texture_compressor.h", |
| 423 "resources/texture_compressor_etc1.cc", | 152 "resources/texture_compressor_etc1.cc", |
| 424 "resources/texture_compressor_etc1.h", | 153 "resources/texture_compressor_etc1.h", |
| 425 "resources/texture_mailbox.cc", | 154 "resources/texture_mailbox.cc", |
| 426 "resources/texture_mailbox.h", | 155 "resources/texture_mailbox.h", |
| 427 "resources/texture_mailbox_deleter.cc", | 156 "resources/texture_mailbox_deleter.cc", |
| 428 "resources/texture_mailbox_deleter.h", | 157 "resources/texture_mailbox_deleter.h", |
| 429 "resources/texture_uploader.cc", | 158 "resources/texture_uploader.cc", |
| 430 "resources/texture_uploader.h", | 159 "resources/texture_uploader.h", |
| 431 "resources/tile.cc", | |
| 432 "resources/tile.h", | |
| 433 "resources/tile_draw_info.cc", | |
| 434 "resources/tile_draw_info.h", | |
| 435 "resources/tile_manager.cc", | |
| 436 "resources/tile_manager.h", | |
| 437 "resources/tile_priority.cc", | |
| 438 "resources/tile_priority.h", | |
| 439 "resources/tile_task_runner.cc", | |
| 440 "resources/tile_task_runner.h", | |
| 441 "resources/tile_task_worker_pool.cc", | |
| 442 "resources/tile_task_worker_pool.h", | |
| 443 "resources/tiling_set_eviction_queue.cc", | |
| 444 "resources/tiling_set_eviction_queue.h", | |
| 445 "resources/tiling_set_raster_queue_all.cc", | |
| 446 "resources/tiling_set_raster_queue_all.h", | |
| 447 "resources/tiling_set_raster_queue_required.cc", | |
| 448 "resources/tiling_set_raster_queue_required.h", | |
| 449 "resources/transferable_resource.cc", | 160 "resources/transferable_resource.cc", |
| 450 "resources/transferable_resource.h", | 161 "resources/transferable_resource.h", |
| 451 "resources/transform_display_item.cc", | |
| 452 "resources/transform_display_item.h", | |
| 453 "resources/ui_resource_bitmap.cc", | |
| 454 "resources/ui_resource_bitmap.h", | |
| 455 "resources/ui_resource_client.h", | |
| 456 "resources/ui_resource_request.cc", | |
| 457 "resources/ui_resource_request.h", | |
| 458 "resources/zero_copy_tile_task_worker_pool.cc", | |
| 459 "resources/zero_copy_tile_task_worker_pool.h", | |
| 460 "scheduler/begin_frame_source.cc", | 162 "scheduler/begin_frame_source.cc", |
| 461 "scheduler/begin_frame_source.h", | 163 "scheduler/begin_frame_source.h", |
| 462 "scheduler/commit_earlyout_reason.h", | 164 "scheduler/commit_earlyout_reason.h", |
| 463 "scheduler/delay_based_time_source.cc", | 165 "scheduler/delay_based_time_source.cc", |
| 464 "scheduler/delay_based_time_source.h", | 166 "scheduler/delay_based_time_source.h", |
| 465 "scheduler/draw_result.h", | 167 "scheduler/draw_result.h", |
| 466 "scheduler/scheduler.cc", | 168 "scheduler/scheduler.cc", |
| 467 "scheduler/scheduler.h", | 169 "scheduler/scheduler.h", |
| 468 "scheduler/scheduler_settings.cc", | 170 "scheduler/scheduler_settings.cc", |
| 469 "scheduler/scheduler_settings.h", | 171 "scheduler/scheduler_settings.h", |
| 470 "scheduler/scheduler_state_machine.cc", | 172 "scheduler/scheduler_state_machine.cc", |
| 471 "scheduler/scheduler_state_machine.h", | 173 "scheduler/scheduler_state_machine.h", |
| 472 "trees/blocking_task_runner.cc", | |
| 473 "trees/blocking_task_runner.h", | |
| 474 "trees/damage_tracker.cc", | |
| 475 "trees/damage_tracker.h", | |
| 476 "trees/draw_property_utils.cc", | |
| 477 "trees/draw_property_utils.h", | |
| 478 "trees/latency_info_swap_promise_monitor.cc", | |
| 479 "trees/latency_info_swap_promise_monitor.h", | |
| 480 "trees/layer_tree_host.cc", | |
| 481 "trees/layer_tree_host.h", | |
| 482 "trees/layer_tree_host_client.h", | |
| 483 "trees/layer_tree_host_common.cc", | |
| 484 "trees/layer_tree_host_common.h", | |
| 485 "trees/layer_tree_host_impl.cc", | |
| 486 "trees/layer_tree_host_impl.h", | |
| 487 "trees/layer_tree_host_single_thread_client.h", | |
| 488 "trees/layer_tree_impl.cc", | |
| 489 "trees/layer_tree_impl.h", | |
| 490 "trees/layer_tree_settings.cc", | |
| 491 "trees/layer_tree_settings.h", | |
| 492 "trees/occlusion.cc", | |
| 493 "trees/occlusion.h", | |
| 494 "trees/occlusion_tracker.cc", | |
| 495 "trees/occlusion_tracker.h", | |
| 496 "trees/property_tree.cc", | |
| 497 "trees/property_tree.h", | |
| 498 "trees/property_tree_builder.cc", | |
| 499 "trees/property_tree_builder.h", | |
| 500 "trees/proxy.cc", | |
| 501 "trees/proxy.h", | |
| 502 "trees/proxy_timing_history.cc", | |
| 503 "trees/proxy_timing_history.h", | |
| 504 "trees/scoped_abort_remaining_swap_promises.h", | |
| 505 "trees/single_thread_proxy.cc", | |
| 506 "trees/single_thread_proxy.h", | |
| 507 "trees/swap_promise_monitor.cc", | |
| 508 "trees/swap_promise_monitor.h", | |
| 509 "trees/thread_proxy.cc", | |
| 510 "trees/thread_proxy.h", | |
| 511 "trees/tree_synchronizer.cc", | |
| 512 "trees/tree_synchronizer.h", | |
| 513 ] | 174 ] |
| 514 | 175 |
| 515 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 176 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 516 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] | 177 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] |
| 517 | 178 |
| 518 public_deps = [ | 179 public_deps = [ |
| 519 "//cc/base", | 180 "//cc/base", |
| 520 "//skia", | 181 "//skia", |
| 521 ] | 182 ] |
| 522 deps = [ | 183 deps = [ |
| (...skipping 12 matching lines...) Expand all Loading... |
| 535 | 196 |
| 536 if (!is_debug && (is_win || is_android)) { | 197 if (!is_debug && (is_win || is_android)) { |
| 537 configs -= [ "//build/config/compiler:optimize" ] | 198 configs -= [ "//build/config/compiler:optimize" ] |
| 538 configs += [ "//build/config/compiler:optimize_max" ] | 199 configs += [ "//build/config/compiler:optimize_max" ] |
| 539 } | 200 } |
| 540 } | 201 } |
| 541 | 202 |
| 542 source_set("test_support") { | 203 source_set("test_support") { |
| 543 testonly = true | 204 testonly = true |
| 544 sources = [ | 205 sources = [ |
| 545 "test/animation_test_common.cc", | |
| 546 "test/animation_test_common.h", | |
| 547 "test/begin_frame_args_test.cc", | 206 "test/begin_frame_args_test.cc", |
| 548 "test/begin_frame_args_test.h", | 207 "test/begin_frame_args_test.h", |
| 549 "test/failure_output_surface.cc", | 208 "test/failure_output_surface.cc", |
| 550 "test/failure_output_surface.h", | 209 "test/failure_output_surface.h", |
| 551 "test/fake_content_layer.cc", | |
| 552 "test/fake_content_layer.h", | |
| 553 "test/fake_content_layer_client.cc", | |
| 554 "test/fake_content_layer_client.h", | |
| 555 "test/fake_content_layer_impl.cc", | |
| 556 "test/fake_content_layer_impl.h", | |
| 557 "test/fake_delegated_renderer_layer.cc", | |
| 558 "test/fake_delegated_renderer_layer.h", | |
| 559 "test/fake_delegated_renderer_layer_impl.cc", | |
| 560 "test/fake_delegated_renderer_layer_impl.h", | |
| 561 "test/fake_external_begin_frame_source.cc", | 210 "test/fake_external_begin_frame_source.cc", |
| 562 "test/fake_external_begin_frame_source.h", | 211 "test/fake_external_begin_frame_source.h", |
| 563 "test/fake_impl_proxy.h", | |
| 564 "test/fake_layer_tree_host.cc", | |
| 565 "test/fake_layer_tree_host.h", | |
| 566 "test/fake_layer_tree_host_client.cc", | |
| 567 "test/fake_layer_tree_host_client.h", | |
| 568 "test/fake_layer_tree_host_impl.cc", | |
| 569 "test/fake_layer_tree_host_impl.h", | |
| 570 "test/fake_layer_tree_host_impl_client.cc", | |
| 571 "test/fake_layer_tree_host_impl_client.h", | |
| 572 "test/fake_output_surface.cc", | 212 "test/fake_output_surface.cc", |
| 573 "test/fake_output_surface.h", | 213 "test/fake_output_surface.h", |
| 574 "test/fake_output_surface_client.cc", | 214 "test/fake_output_surface_client.cc", |
| 575 "test/fake_output_surface_client.h", | 215 "test/fake_output_surface_client.h", |
| 576 "test/fake_painted_scrollbar_layer.cc", | |
| 577 "test/fake_painted_scrollbar_layer.h", | |
| 578 "test/fake_picture_layer.cc", | |
| 579 "test/fake_picture_layer.h", | |
| 580 "test/fake_picture_layer_impl.cc", | |
| 581 "test/fake_picture_layer_impl.h", | |
| 582 "test/fake_picture_layer_tiling_client.cc", | |
| 583 "test/fake_picture_layer_tiling_client.h", | |
| 584 "test/fake_picture_pile.cc", | |
| 585 "test/fake_picture_pile.h", | |
| 586 "test/fake_picture_pile_impl.cc", | |
| 587 "test/fake_picture_pile_impl.h", | |
| 588 "test/fake_proxy.cc", | |
| 589 "test/fake_proxy.h", | |
| 590 "test/fake_renderer_client.cc", | 216 "test/fake_renderer_client.cc", |
| 591 "test/fake_renderer_client.h", | 217 "test/fake_renderer_client.h", |
| 592 "test/fake_rendering_stats_instrumentation.h", | |
| 593 "test/fake_scoped_ui_resource.cc", | |
| 594 "test/fake_scoped_ui_resource.h", | |
| 595 "test/fake_scrollbar.cc", | |
| 596 "test/fake_scrollbar.h", | |
| 597 "test/fake_tile_manager.cc", | |
| 598 "test/fake_tile_manager.h", | |
| 599 "test/fake_tile_manager_client.cc", | |
| 600 "test/fake_tile_manager_client.h", | |
| 601 "test/fake_ui_resource_layer_tree_host_impl.cc", | |
| 602 "test/fake_ui_resource_layer_tree_host_impl.h", | |
| 603 "test/geometry_test_utils.cc", | 218 "test/geometry_test_utils.cc", |
| 604 "test/geometry_test_utils.h", | 219 "test/geometry_test_utils.h", |
| 605 "test/impl_side_painting_settings.h", | |
| 606 "test/layer_test_common.cc", | |
| 607 "test/layer_test_common.h", | |
| 608 "test/layer_tree_host_common_test.cc", | |
| 609 "test/layer_tree_host_common_test.h", | |
| 610 "test/layer_tree_json_parser.cc", | |
| 611 "test/layer_tree_json_parser.h", | |
| 612 "test/layer_tree_pixel_resource_test.cc", | |
| 613 "test/layer_tree_pixel_resource_test.h", | |
| 614 "test/layer_tree_pixel_test.cc", | |
| 615 "test/layer_tree_pixel_test.h", | |
| 616 "test/layer_tree_test.cc", | |
| 617 "test/layer_tree_test.h", | |
| 618 "test/mock_occlusion_tracker.h", | 220 "test/mock_occlusion_tracker.h", |
| 619 "test/ordered_simple_task_runner.cc", | 221 "test/ordered_simple_task_runner.cc", |
| 620 "test/ordered_simple_task_runner.h", | 222 "test/ordered_simple_task_runner.h", |
| 621 "test/ordered_texture_map.cc", | 223 "test/ordered_texture_map.cc", |
| 622 "test/ordered_texture_map.h", | 224 "test/ordered_texture_map.h", |
| 623 "test/paths.cc", | 225 "test/paths.cc", |
| 624 "test/paths.h", | 226 "test/paths.h", |
| 625 "test/pixel_comparator.cc", | 227 "test/pixel_comparator.cc", |
| 626 "test/pixel_comparator.h", | 228 "test/pixel_comparator.h", |
| 627 "test/pixel_test.cc", | 229 "test/pixel_test.cc", |
| 628 "test/pixel_test.h", | 230 "test/pixel_test.h", |
| 629 "test/pixel_test_output_surface.cc", | 231 "test/pixel_test_output_surface.cc", |
| 630 "test/pixel_test_output_surface.h", | 232 "test/pixel_test_output_surface.h", |
| 631 "test/pixel_test_software_output_device.cc", | 233 "test/pixel_test_software_output_device.cc", |
| 632 "test/pixel_test_software_output_device.h", | 234 "test/pixel_test_software_output_device.h", |
| 633 "test/pixel_test_utils.cc", | 235 "test/pixel_test_utils.cc", |
| 634 "test/pixel_test_utils.h", | 236 "test/pixel_test_utils.h", |
| 635 "test/render_pass_test_common.cc", | 237 "test/render_pass_test_common.cc", |
| 636 "test/render_pass_test_common.h", | 238 "test/render_pass_test_common.h", |
| 637 "test/render_pass_test_utils.cc", | 239 "test/render_pass_test_utils.cc", |
| 638 "test/render_pass_test_utils.h", | 240 "test/render_pass_test_utils.h", |
| 639 "test/scheduler_test_common.cc", | 241 "test/scheduler_test_common.cc", |
| 640 "test/scheduler_test_common.h", | 242 "test/scheduler_test_common.h", |
| 641 "test/skia_common.cc", | 243 "test/skia_common.cc", |
| 642 "test/skia_common.h", | 244 "test/skia_common.h", |
| 643 "test/solid_color_content_layer_client.cc", | |
| 644 "test/solid_color_content_layer_client.h", | |
| 645 "test/test_context_provider.cc", | 245 "test/test_context_provider.cc", |
| 646 "test/test_context_provider.h", | 246 "test/test_context_provider.h", |
| 647 "test/test_context_support.cc", | 247 "test/test_context_support.cc", |
| 648 "test/test_context_support.h", | 248 "test/test_context_support.h", |
| 649 "test/test_gles2_interface.cc", | 249 "test/test_gles2_interface.cc", |
| 650 "test/test_gles2_interface.h", | 250 "test/test_gles2_interface.h", |
| 651 "test/test_gpu_memory_buffer_manager.cc", | 251 "test/test_gpu_memory_buffer_manager.cc", |
| 652 "test/test_gpu_memory_buffer_manager.h", | 252 "test/test_gpu_memory_buffer_manager.h", |
| 653 "test/test_image_factory.cc", | 253 "test/test_image_factory.cc", |
| 654 "test/test_image_factory.h", | 254 "test/test_image_factory.h", |
| 655 "test/test_in_process_context_provider.cc", | 255 "test/test_in_process_context_provider.cc", |
| 656 "test/test_in_process_context_provider.h", | 256 "test/test_in_process_context_provider.h", |
| 657 "test/test_now_source.cc", | 257 "test/test_now_source.cc", |
| 658 "test/test_now_source.h", | 258 "test/test_now_source.h", |
| 659 "test/test_occlusion_tracker.h", | 259 "test/test_occlusion_tracker.h", |
| 660 "test/test_shared_bitmap_manager.cc", | 260 "test/test_shared_bitmap_manager.cc", |
| 661 "test/test_shared_bitmap_manager.h", | 261 "test/test_shared_bitmap_manager.h", |
| 662 "test/test_task_graph_runner.cc", | 262 "test/test_task_graph_runner.cc", |
| 663 "test/test_task_graph_runner.h", | 263 "test/test_task_graph_runner.h", |
| 664 "test/test_texture.cc", | 264 "test/test_texture.cc", |
| 665 "test/test_texture.h", | 265 "test/test_texture.h", |
| 666 "test/test_tile_priorities.cc", | |
| 667 "test/test_tile_priorities.h", | |
| 668 "test/test_web_graphics_context_3d.cc", | |
| 669 "test/test_web_graphics_context_3d.h", | |
| 670 "test/tiled_layer_test_common.cc", | |
| 671 "test/tiled_layer_test_common.h", | |
| 672 ] | 266 ] |
| 673 | 267 |
| 674 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] | 268 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] |
| 675 | 269 |
| 676 include_dirs = [ | 270 include_dirs = [ |
| 677 ".", | 271 ".", |
| 678 "test", | 272 "test", |
| 679 ] | 273 ] |
| 680 | 274 |
| 681 public_deps = [ | 275 public_deps = [ |
| (...skipping 19 matching lines...) Expand all Loading... |
| 701 "//ui/gl", | 295 "//ui/gl", |
| 702 ] | 296 ] |
| 703 | 297 |
| 704 if (!is_android) { # TODO(GYP) Enable on Android when osmesa links. | 298 if (!is_android) { # TODO(GYP) Enable on Android when osmesa links. |
| 705 deps += [ "//third_party/mesa:osmesa" ] | 299 deps += [ "//third_party/mesa:osmesa" ] |
| 706 } | 300 } |
| 707 } | 301 } |
| 708 | 302 |
| 709 test("cc_unittests") { | 303 test("cc_unittests") { |
| 710 sources = [ | 304 sources = [ |
| 711 "animation/animation_unittest.cc", | |
| 712 "animation/keyframed_animation_curve_unittest.cc", | |
| 713 "animation/layer_animation_controller_unittest.cc", | |
| 714 "animation/scroll_offset_animation_curve_unittest.cc", | |
| 715 "animation/scrollbar_animation_controller_linear_fade_unittest.cc", | |
| 716 "animation/scrollbar_animation_controller_thinning_unittest.cc", | |
| 717 "animation/transform_operations_unittest.cc", | |
| 718 "base/float_quad_unittest.cc", | 305 "base/float_quad_unittest.cc", |
| 719 "base/math_util_unittest.cc", | 306 "base/math_util_unittest.cc", |
| 720 "base/region_unittest.cc", | |
| 721 "base/rolling_time_delta_history_unittest.cc", | |
| 722 "base/scoped_ptr_vector_unittest.cc", | 307 "base/scoped_ptr_vector_unittest.cc", |
| 723 "base/simple_enclosed_region_unittest.cc", | |
| 724 "base/tiling_data_unittest.cc", | |
| 725 "base/util_unittest.cc", | 308 "base/util_unittest.cc", |
| 726 "debug/frame_timing_tracker_unittest.cc", | |
| 727 "debug/micro_benchmark_controller_unittest.cc", | |
| 728 "input/top_controls_manager_unittest.cc", | |
| 729 "layers/contents_scaling_layer_unittest.cc", | |
| 730 "layers/delegated_frame_provider_unittest.cc", | |
| 731 "layers/delegated_frame_resource_collection_unittest.cc", | |
| 732 "layers/delegated_renderer_layer_impl_unittest.cc", | |
| 733 "layers/delegated_renderer_layer_unittest.cc", | |
| 734 "layers/heads_up_display_layer_impl_unittest.cc", | |
| 735 "layers/heads_up_display_unittest.cc", | |
| 736 "layers/io_surface_layer_impl_unittest.cc", | |
| 737 "layers/layer_impl_unittest.cc", | |
| 738 "layers/layer_iterator_unittest.cc", | |
| 739 "layers/layer_position_constraint_unittest.cc", | |
| 740 "layers/layer_unittest.cc", | |
| 741 "layers/layer_utils_unittest.cc", | |
| 742 "layers/nine_patch_layer_impl_unittest.cc", | |
| 743 "layers/nine_patch_layer_unittest.cc", | |
| 744 "layers/painted_scrollbar_layer_impl_unittest.cc", | |
| 745 "layers/picture_image_layer_impl_unittest.cc", | |
| 746 "layers/picture_image_layer_unittest.cc", | |
| 747 "layers/picture_layer_impl_unittest.cc", | |
| 748 "layers/picture_layer_unittest.cc", | |
| 749 "layers/render_surface_impl_unittest.cc", | |
| 750 "layers/render_surface_unittest.cc", | |
| 751 "layers/scrollbar_layer_unittest.cc", | |
| 752 "layers/solid_color_layer_impl_unittest.cc", | |
| 753 "layers/solid_color_scrollbar_layer_impl_unittest.cc", | |
| 754 "layers/surface_layer_impl_unittest.cc", | |
| 755 "layers/surface_layer_unittest.cc", | |
| 756 "layers/texture_layer_impl_unittest.cc", | |
| 757 "layers/texture_layer_unittest.cc", | |
| 758 "layers/tiled_layer_impl_unittest.cc", | |
| 759 "layers/tiled_layer_unittest.cc", | |
| 760 "layers/ui_resource_layer_impl_unittest.cc", | |
| 761 "layers/ui_resource_layer_unittest.cc", | |
| 762 "output/begin_frame_args_unittest.cc", | 309 "output/begin_frame_args_unittest.cc", |
| 763 "output/delegating_renderer_unittest.cc", | 310 "output/delegating_renderer_unittest.cc", |
| 764 "output/filter_operations_unittest.cc", | 311 "output/filter_operations_unittest.cc", |
| 765 "output/gl_renderer_unittest.cc", | 312 "output/gl_renderer_unittest.cc", |
| 766 "output/output_surface_unittest.cc", | 313 "output/output_surface_unittest.cc", |
| 767 "output/overlay_unittest.cc", | 314 "output/overlay_unittest.cc", |
| 768 "output/renderer_pixeltest.cc", | 315 "output/renderer_pixeltest.cc", |
| 769 "output/renderer_unittest.cc", | 316 "output/renderer_unittest.cc", |
| 770 "output/shader_unittest.cc", | 317 "output/shader_unittest.cc", |
| 771 "output/software_renderer_unittest.cc", | 318 "output/software_renderer_unittest.cc", |
| 772 "quads/draw_quad_unittest.cc", | 319 "quads/draw_quad_unittest.cc", |
| 773 "quads/list_container_unittest.cc", | 320 "quads/list_container_unittest.cc", |
| 774 "quads/render_pass_unittest.cc", | 321 "quads/render_pass_unittest.cc", |
| 775 "resources/display_item_list_unittest.cc", | |
| 776 "resources/layer_quad_unittest.cc", | |
| 777 "resources/picture_layer_tiling_set_unittest.cc", | |
| 778 "resources/picture_layer_tiling_unittest.cc", | |
| 779 "resources/picture_pile_impl_unittest.cc", | |
| 780 "resources/picture_pile_unittest.cc", | |
| 781 "resources/picture_unittest.cc", | |
| 782 "resources/pixel_ref_map_unittest.cc", | |
| 783 "resources/platform_color_unittest.cc", | 322 "resources/platform_color_unittest.cc", |
| 784 "resources/prioritized_resource_unittest.cc", | |
| 785 "resources/resource_provider_unittest.cc", | 323 "resources/resource_provider_unittest.cc", |
| 786 "resources/resource_update_controller_unittest.cc", | |
| 787 "resources/scoped_gpu_raster_unittest.cc", | |
| 788 "resources/scoped_resource_unittest.cc", | |
| 789 "resources/task_graph_runner_unittest.cc", | |
| 790 "resources/texture_mailbox_deleter_unittest.cc", | |
| 791 "resources/texture_uploader_unittest.cc", | |
| 792 "resources/tile_manager_unittest.cc", | |
| 793 "resources/tile_priority_unittest.cc", | |
| 794 "resources/tile_task_worker_pool_unittest.cc", | |
| 795 "resources/video_resource_updater_unittest.cc", | |
| 796 "scheduler/begin_frame_source_unittest.cc", | 324 "scheduler/begin_frame_source_unittest.cc", |
| 797 "scheduler/delay_based_time_source_unittest.cc", | 325 "scheduler/delay_based_time_source_unittest.cc", |
| 798 "scheduler/scheduler_state_machine_unittest.cc", | 326 "scheduler/scheduler_state_machine_unittest.cc", |
| 799 "scheduler/scheduler_unittest.cc", | 327 "scheduler/scheduler_unittest.cc", |
| 800 "test/layer_tree_json_parser_unittest.cc", | |
| 801 "test/test_web_graphics_context_3d_unittest.cc", | |
| 802 "trees/blocking_task_runner_unittest.cc", | |
| 803 "trees/damage_tracker_unittest.cc", | |
| 804 "trees/layer_tree_host_common_unittest.cc", | |
| 805 "trees/layer_tree_host_impl_unittest.cc", | |
| 806 "trees/layer_tree_host_pixeltest_blending.cc", | |
| 807 "trees/layer_tree_host_pixeltest_filters.cc", | |
| 808 "trees/layer_tree_host_pixeltest_masks.cc", | |
| 809 "trees/layer_tree_host_pixeltest_readback.cc", | |
| 810 "trees/layer_tree_host_pixeltest_synchronous.cc", | |
| 811 "trees/layer_tree_host_unittest.cc", | |
| 812 "trees/layer_tree_host_unittest_animation.cc", | |
| 813 "trees/layer_tree_host_unittest_context.cc", | |
| 814 "trees/layer_tree_host_unittest_copyrequest.cc", | |
| 815 "trees/layer_tree_host_unittest_damage.cc", | |
| 816 "trees/layer_tree_host_unittest_delegated.cc", | |
| 817 "trees/layer_tree_host_unittest_no_message_loop.cc", | |
| 818 "trees/layer_tree_host_unittest_occlusion.cc", | |
| 819 "trees/layer_tree_host_unittest_picture.cc", | |
| 820 "trees/layer_tree_host_unittest_proxy.cc", | |
| 821 "trees/layer_tree_host_unittest_scroll.cc", | |
| 822 "trees/layer_tree_impl_unittest.cc", | |
| 823 "trees/occlusion_tracker_unittest.cc", | |
| 824 "trees/occlusion_unittest.cc", | |
| 825 "trees/property_tree_unittest.cc", | |
| 826 "trees/tree_synchronizer_unittest.cc", | |
| 827 | 328 |
| 828 # Surfaces test files. | 329 # Surfaces test files. |
| 829 "surfaces/surface_aggregator_test_helpers.cc", | 330 "surfaces/surface_aggregator_test_helpers.cc", |
| 830 "surfaces/surface_aggregator_test_helpers.h", | 331 "surfaces/surface_aggregator_test_helpers.h", |
| 831 "surfaces/surface_aggregator_unittest.cc", | 332 "surfaces/surface_aggregator_unittest.cc", |
| 832 "surfaces/surface_unittest.cc", | 333 "surfaces/surface_unittest.cc", |
| 833 "surfaces/surfaces_pixeltest.cc", | 334 "surfaces/surfaces_pixeltest.cc", |
| 834 | 335 |
| 835 # Setup. | 336 # Setup. |
| 836 "test/cc_test_suite.cc", | 337 "test/cc_test_suite.cc", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 854 "//ui/events:events_base", | 355 "//ui/events:events_base", |
| 855 "//ui/gfx", | 356 "//ui/gfx", |
| 856 "//ui/gfx/geometry", | 357 "//ui/gfx/geometry", |
| 857 "//ui/gfx:test_support", | 358 "//ui/gfx:test_support", |
| 858 "//ui/gl", | 359 "//ui/gl", |
| 859 ] | 360 ] |
| 860 } | 361 } |
| 861 | 362 |
| 862 test("cc_perftests") { | 363 test("cc_perftests") { |
| 863 sources = [ | 364 sources = [ |
| 864 "layers/layer_perftest.cc", | |
| 865 "layers/picture_layer_impl_perftest.cc", | |
| 866 "resources/picture_layer_tiling_perftest.cc", | 365 "resources/picture_layer_tiling_perftest.cc", |
| 867 "resources/picture_pile_impl_perftest.cc", | 366 "resources/picture_pile_impl_perftest.cc", |
| 868 "resources/task_graph_runner_perftest.cc", | 367 "resources/task_graph_runner_perftest.cc", |
| 869 "resources/texture_compressor_perftest.cc", | 368 "resources/texture_compressor_perftest.cc", |
| 870 "resources/tile_manager_perftest.cc", | 369 "resources/tile_manager_perftest.cc", |
| 871 "resources/tile_task_worker_pool_perftest.cc", | 370 "resources/tile_task_worker_pool_perftest.cc", |
| 872 "test/cc_test_suite.cc", | 371 "test/cc_test_suite.cc", |
| 873 "test/run_all_perftests.cc", | 372 "test/run_all_perftests.cc", |
| 874 "trees/layer_tree_host_common_perftest.cc", | |
| 875 "trees/layer_tree_host_perftest.cc", | |
| 876 "trees/occlusion_tracker_perftest.cc", | |
| 877 ] | 373 ] |
| 878 | 374 |
| 879 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] | 375 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] |
| 880 | 376 |
| 881 deps = [ | 377 deps = [ |
| 882 ":cc", | 378 ":cc", |
| 883 ":test_support", | 379 ":test_support", |
| 884 "//base", | 380 "//base", |
| 885 "//base/test:test_support", | 381 "//base/test:test_support", |
| 886 "//gpu", | 382 "//gpu", |
| 887 "//gpu:test_support", | 383 "//gpu:test_support", |
| 888 "//gpu/command_buffer/common:gles2_utils", | 384 "//gpu/command_buffer/common:gles2_utils", |
| 889 "//skia", | 385 "//skia", |
| 890 "//testing/gmock", | 386 "//testing/gmock", |
| 891 "//testing/gtest", | 387 "//testing/gtest", |
| 892 "//testing/perf", | 388 "//testing/perf", |
| 893 "//ui/gfx", | 389 "//ui/gfx", |
| 894 "//ui/gfx/geometry", | 390 "//ui/gfx/geometry", |
| 895 "//ui/gl", | 391 "//ui/gl", |
| 896 ] | 392 ] |
| 897 } | 393 } |
| 898 # When adding support for isolates, please have a look at run-time dependencies | |
| 899 # in the cc_unittests_run target in cc_tests.gyp. | |
| OLD | NEW |