| 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 component("cc") { |
| 8 sources = [ | 8 sources = [ |
| 9 "animation/animation.cc", | 9 "animation/animation.cc", |
| 10 "animation/animation.h", | 10 "animation/animation.h", |
| 11 "animation/animation_curve.cc", | 11 "animation/animation_curve.cc", |
| 12 "animation/animation_curve.h", | 12 "animation/animation_curve.h", |
| 13 "animation/animation_delegate.h", | 13 "animation/animation_delegate.h", |
| 14 "animation/animation_events.cc", | 14 "animation/animation_events.cc", |
| 15 "animation/animation_events.h", | 15 "animation/animation_events.h", |
| 16 "animation/animation_id_provider.cc", | 16 "animation/animation_id_provider.cc", |
| 17 "animation/animation_id_provider.h", | 17 "animation/animation_id_provider.h", |
| 18 "animation/animation_registrar.cc", | 18 "animation/animation_registrar.cc", |
| 19 "animation/animation_registrar.h", | 19 "animation/animation_registrar.h", |
| 20 "animation/keyframed_animation_curve.cc", | 20 "animation/keyframed_animation_curve.cc", |
| 21 "animation/keyframed_animation_curve.h", | 21 "animation/keyframed_animation_curve.h", |
| 22 "animation/layer_animation_controller.cc", | 22 "animation/layer_animation_controller.cc", |
| 23 "animation/layer_animation_controller.h", | 23 "animation/layer_animation_controller.h", |
| 24 "animation/layer_animation_event_observer.h", | 24 "animation/layer_animation_event_observer.h", |
| 25 "animation/layer_animation_value_observer.h", | 25 "animation/layer_animation_value_observer.h", |
| 26 "animation/layer_animation_value_provider.h", | 26 "animation/layer_animation_value_provider.h", |
| 27 "animation/scroll_offset_animation_curve.cc", | 27 "animation/scroll_offset_animation_curve.cc", |
| 28 "animation/scroll_offset_animation_curve.h", | 28 "animation/scroll_offset_animation_curve.h", |
| 29 "animation/scrollbar_animation_controller.h", |
| 29 "animation/scrollbar_animation_controller.cc", | 30 "animation/scrollbar_animation_controller.cc", |
| 30 "animation/scrollbar_animation_controller.h", | |
| 31 "animation/scrollbar_animation_controller_linear_fade.cc", | 31 "animation/scrollbar_animation_controller_linear_fade.cc", |
| 32 "animation/scrollbar_animation_controller_linear_fade.h", | 32 "animation/scrollbar_animation_controller_linear_fade.h", |
| 33 "animation/scrollbar_animation_controller_thinning.cc", | 33 "animation/scrollbar_animation_controller_thinning.cc", |
| 34 "animation/scrollbar_animation_controller_thinning.h", | 34 "animation/scrollbar_animation_controller_thinning.h", |
| 35 "animation/timing_function.cc", | 35 "animation/timing_function.cc", |
| 36 "animation/timing_function.h", | 36 "animation/timing_function.h", |
| 37 "animation/transform_operation.cc", | 37 "animation/transform_operation.cc", |
| 38 "animation/transform_operation.h", | 38 "animation/transform_operation.h", |
| 39 "animation/transform_operations.cc", | 39 "animation/transform_operations.cc", |
| 40 "animation/transform_operations.h", | 40 "animation/transform_operations.h", |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 "debug/frame_viewer_instrumentation.cc", | 87 "debug/frame_viewer_instrumentation.cc", |
| 88 "debug/frame_viewer_instrumentation.h", | 88 "debug/frame_viewer_instrumentation.h", |
| 89 "debug/invalidation_benchmark.cc", | 89 "debug/invalidation_benchmark.cc", |
| 90 "debug/invalidation_benchmark.h", | 90 "debug/invalidation_benchmark.h", |
| 91 "debug/lap_timer.cc", | 91 "debug/lap_timer.cc", |
| 92 "debug/lap_timer.h", | 92 "debug/lap_timer.h", |
| 93 "debug/layer_tree_debug_state.cc", | 93 "debug/layer_tree_debug_state.cc", |
| 94 "debug/layer_tree_debug_state.h", | 94 "debug/layer_tree_debug_state.h", |
| 95 "debug/micro_benchmark.cc", | 95 "debug/micro_benchmark.cc", |
| 96 "debug/micro_benchmark.h", | 96 "debug/micro_benchmark.h", |
| 97 "debug/micro_benchmark_impl.cc", |
| 98 "debug/micro_benchmark_impl.h", |
| 97 "debug/micro_benchmark_controller.cc", | 99 "debug/micro_benchmark_controller.cc", |
| 98 "debug/micro_benchmark_controller.h", | 100 "debug/micro_benchmark_controller.h", |
| 99 "debug/micro_benchmark_controller_impl.cc", | 101 "debug/micro_benchmark_controller_impl.cc", |
| 100 "debug/micro_benchmark_controller_impl.h", | 102 "debug/micro_benchmark_controller_impl.h", |
| 101 "debug/micro_benchmark_impl.cc", | |
| 102 "debug/micro_benchmark_impl.h", | |
| 103 "debug/paint_time_counter.cc", | 103 "debug/paint_time_counter.cc", |
| 104 "debug/paint_time_counter.h", | 104 "debug/paint_time_counter.h", |
| 105 "debug/picture_debug_util.cc", | 105 "debug/picture_debug_util.cc", |
| 106 "debug/picture_debug_util.h", | 106 "debug/picture_debug_util.h", |
| 107 "debug/picture_record_benchmark.cc", | 107 "debug/picture_record_benchmark.cc", |
| 108 "debug/picture_record_benchmark.h", | 108 "debug/picture_record_benchmark.h", |
| 109 "debug/rasterize_and_record_benchmark.cc", | 109 "debug/rasterize_and_record_benchmark.cc", |
| 110 "debug/rasterize_and_record_benchmark.h", | 110 "debug/rasterize_and_record_benchmark.h", |
| 111 "debug/rasterize_and_record_benchmark_impl.cc", | 111 "debug/rasterize_and_record_benchmark_impl.cc", |
| 112 "debug/rasterize_and_record_benchmark_impl.h", | 112 "debug/rasterize_and_record_benchmark_impl.h", |
| 113 "debug/rendering_stats.cc", | 113 "debug/rendering_stats.cc", |
| 114 "debug/rendering_stats.h", | 114 "debug/rendering_stats.h", |
| 115 "debug/rendering_stats_instrumentation.cc", | 115 "debug/rendering_stats_instrumentation.cc", |
| 116 "debug/rendering_stats_instrumentation.h", | 116 "debug/rendering_stats_instrumentation.h", |
| 117 "debug/ring_buffer.h", | 117 "debug/ring_buffer.h", |
| 118 "debug/traced_picture.cc", | 118 "debug/traced_picture.cc", |
| 119 "debug/traced_picture.h", | 119 "debug/traced_picture.h", |
| 120 "debug/traced_value.cc", | 120 "debug/traced_value.cc", |
| 121 "debug/traced_value.h", | 121 "debug/traced_value.h", |
| 122 "debug/unittest_only_benchmark.cc", | 122 "debug/unittest_only_benchmark.cc", |
| 123 "debug/unittest_only_benchmark.h", | 123 "debug/unittest_only_benchmark.h", |
| 124 "debug/unittest_only_benchmark_impl.cc", | 124 "debug/unittest_only_benchmark_impl.cc", |
| 125 "debug/unittest_only_benchmark_impl.h", | 125 "debug/unittest_only_benchmark_impl.h", |
| 126 "input/input_handler.cc", | 126 "input/input_handler.cc", |
| 127 "input/input_handler.h", | 127 "input/input_handler.h", |
| 128 "input/page_scale_animation.cc", |
| 129 "input/page_scale_animation.h", |
| 128 "input/layer_selection_bound.cc", | 130 "input/layer_selection_bound.cc", |
| 129 "input/layer_selection_bound.h", | 131 "input/layer_selection_bound.h", |
| 130 "input/page_scale_animation.cc", | |
| 131 "input/page_scale_animation.h", | |
| 132 "input/scroll_elasticity_helper.cc", | 132 "input/scroll_elasticity_helper.cc", |
| 133 "input/scroll_elasticity_helper.h", | 133 "input/scroll_elasticity_helper.h", |
| 134 "input/selection_bound_type.h", | 134 "input/selection_bound_type.h", |
| 135 "input/top_controls_manager.cc", | 135 "input/top_controls_manager.cc", |
| 136 "input/top_controls_manager.h", | 136 "input/top_controls_manager.h", |
| 137 "input/top_controls_manager_client.h", | 137 "input/top_controls_manager_client.h", |
| 138 "layers/append_quads_data.h", | 138 "layers/append_quads_data.h", |
| 139 "layers/content_layer.cc", | 139 "layers/content_layer.cc", |
| 140 "layers/content_layer.h", | 140 "layers/content_layer.h", |
| 141 "layers/content_layer_client.h", | 141 "layers/content_layer_client.h", |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 294 "quads/content_draw_quad_base.cc", | 294 "quads/content_draw_quad_base.cc", |
| 295 "quads/content_draw_quad_base.h", | 295 "quads/content_draw_quad_base.h", |
| 296 "quads/debug_border_draw_quad.cc", | 296 "quads/debug_border_draw_quad.cc", |
| 297 "quads/debug_border_draw_quad.h", | 297 "quads/debug_border_draw_quad.h", |
| 298 "quads/draw_polygon.cc", | 298 "quads/draw_polygon.cc", |
| 299 "quads/draw_polygon.h", | 299 "quads/draw_polygon.h", |
| 300 "quads/draw_quad.cc", | 300 "quads/draw_quad.cc", |
| 301 "quads/draw_quad.h", | 301 "quads/draw_quad.h", |
| 302 "quads/io_surface_draw_quad.cc", | 302 "quads/io_surface_draw_quad.cc", |
| 303 "quads/io_surface_draw_quad.h", | 303 "quads/io_surface_draw_quad.h", |
| 304 "quads/largest_draw_quad.h", |
| 304 "quads/largest_draw_quad.cc", | 305 "quads/largest_draw_quad.cc", |
| 305 "quads/largest_draw_quad.h", | |
| 306 "quads/list_container.cc", | 306 "quads/list_container.cc", |
| 307 "quads/list_container.h", | 307 "quads/list_container.h", |
| 308 "quads/picture_draw_quad.cc", | 308 "quads/picture_draw_quad.cc", |
| 309 "quads/picture_draw_quad.h", | 309 "quads/picture_draw_quad.h", |
| 310 "quads/render_pass.cc", | 310 "quads/render_pass.cc", |
| 311 "quads/render_pass.h", | 311 "quads/render_pass.h", |
| 312 "quads/render_pass_draw_quad.cc", | 312 "quads/render_pass_draw_quad.cc", |
| 313 "quads/render_pass_draw_quad.h", | 313 "quads/render_pass_draw_quad.h", |
| 314 "quads/render_pass_id.cc", | 314 "quads/render_pass_id.cc", |
| 315 "quads/render_pass_id.h", | 315 "quads/render_pass_id.h", |
| 316 "quads/shared_quad_state.cc", | 316 "quads/shared_quad_state.cc", |
| 317 "quads/shared_quad_state.h", | 317 "quads/shared_quad_state.h", |
| 318 "quads/solid_color_draw_quad.cc", | 318 "quads/solid_color_draw_quad.cc", |
| 319 "quads/solid_color_draw_quad.h", | 319 "quads/solid_color_draw_quad.h", |
| 320 "quads/stream_video_draw_quad.cc", | 320 "quads/stream_video_draw_quad.cc", |
| 321 "quads/stream_video_draw_quad.h", | 321 "quads/stream_video_draw_quad.h", |
| 322 "quads/surface_draw_quad.cc", | 322 "quads/surface_draw_quad.cc", |
| 323 "quads/surface_draw_quad.h", | 323 "quads/surface_draw_quad.h", |
| 324 "quads/texture_draw_quad.cc", | 324 "quads/texture_draw_quad.cc", |
| 325 "quads/texture_draw_quad.h", | 325 "quads/texture_draw_quad.h", |
| 326 "quads/tile_draw_quad.cc", | 326 "quads/tile_draw_quad.cc", |
| 327 "quads/tile_draw_quad.h", | 327 "quads/tile_draw_quad.h", |
| 328 "quads/yuv_video_draw_quad.cc", | 328 "quads/yuv_video_draw_quad.cc", |
| 329 "quads/yuv_video_draw_quad.h", | 329 "quads/yuv_video_draw_quad.h", |
| 330 "resources/bitmap_content_layer_updater.cc", | 330 "resources/bitmap_content_layer_updater.cc", |
| 331 "resources/bitmap_content_layer_updater.h", | 331 "resources/bitmap_content_layer_updater.h", |
| 332 "resources/bitmap_tile_task_worker_pool.cc", |
| 333 "resources/bitmap_tile_task_worker_pool.h", |
| 332 "resources/bitmap_skpicture_content_layer_updater.cc", | 334 "resources/bitmap_skpicture_content_layer_updater.cc", |
| 333 "resources/bitmap_skpicture_content_layer_updater.h", | 335 "resources/bitmap_skpicture_content_layer_updater.h", |
| 334 "resources/bitmap_tile_task_worker_pool.cc", | |
| 335 "resources/bitmap_tile_task_worker_pool.h", | |
| 336 "resources/clip_display_item.cc", | 336 "resources/clip_display_item.cc", |
| 337 "resources/clip_display_item.h", | 337 "resources/clip_display_item.h", |
| 338 "resources/clip_path_display_item.cc", | 338 "resources/clip_path_display_item.cc", |
| 339 "resources/clip_path_display_item.h", | 339 "resources/clip_path_display_item.h", |
| 340 "resources/content_layer_updater.cc", | 340 "resources/content_layer_updater.cc", |
| 341 "resources/content_layer_updater.h", | 341 "resources/content_layer_updater.h", |
| 342 "resources/display_item.cc", | 342 "resources/display_item.cc", |
| 343 "resources/display_item.h", | 343 "resources/display_item.h", |
| 344 "resources/display_item_list.cc", | 344 "resources/display_item_list.cc", |
| 345 "resources/display_item_list.h", | 345 "resources/display_item_list.h", |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 389 "resources/prioritized_resource.h", | 389 "resources/prioritized_resource.h", |
| 390 "resources/prioritized_resource_manager.cc", | 390 "resources/prioritized_resource_manager.cc", |
| 391 "resources/prioritized_resource_manager.h", | 391 "resources/prioritized_resource_manager.h", |
| 392 "resources/priority_calculator.cc", | 392 "resources/priority_calculator.cc", |
| 393 "resources/priority_calculator.h", | 393 "resources/priority_calculator.h", |
| 394 "resources/raster_buffer.cc", | 394 "resources/raster_buffer.cc", |
| 395 "resources/raster_buffer.h", | 395 "resources/raster_buffer.h", |
| 396 "resources/raster_source.h", | 396 "resources/raster_source.h", |
| 397 "resources/raster_source_helper.cc", | 397 "resources/raster_source_helper.cc", |
| 398 "resources/raster_source_helper.h", | 398 "resources/raster_source_helper.h", |
| 399 "resources/raster_tile_priority_queue.cc", | |
| 400 "resources/raster_tile_priority_queue.h", | |
| 401 "resources/raster_tile_priority_queue_all.cc", | 399 "resources/raster_tile_priority_queue_all.cc", |
| 402 "resources/raster_tile_priority_queue_all.h", | 400 "resources/raster_tile_priority_queue_all.h", |
| 403 "resources/raster_tile_priority_queue_required.cc", | 401 "resources/raster_tile_priority_queue_required.cc", |
| 404 "resources/raster_tile_priority_queue_required.h", | 402 "resources/raster_tile_priority_queue_required.h", |
| 403 "resources/raster_tile_priority_queue.cc", |
| 404 "resources/raster_tile_priority_queue.h", |
| 405 "resources/rasterizer.h", | 405 "resources/rasterizer.h", |
| 406 "resources/software_rasterizer.cc", |
| 407 "resources/software_rasterizer.h", |
| 408 "resources/tile_task_worker_pool.cc", |
| 409 "resources/tile_task_worker_pool.h", |
| 410 "resources/tile_task_runner.cc", |
| 411 "resources/tile_task_runner.h", |
| 406 "resources/release_callback.h", | 412 "resources/release_callback.h", |
| 407 "resources/resource.cc", | 413 "resources/resource.cc", |
| 408 "resources/resource.h", | 414 "resources/resource.h", |
| 409 "resources/resource_format.cc", | 415 "resources/resource_format.cc", |
| 410 "resources/resource_format.h", | 416 "resources/resource_format.h", |
| 411 "resources/resource_pool.cc", | 417 "resources/resource_pool.cc", |
| 412 "resources/resource_pool.h", | 418 "resources/resource_pool.h", |
| 413 "resources/resource_provider.cc", | 419 "resources/resource_provider.cc", |
| 414 "resources/resource_provider.h", | 420 "resources/resource_provider.h", |
| 415 "resources/resource_update.cc", | 421 "resources/resource_update.cc", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 427 "resources/scoped_ui_resource.h", | 433 "resources/scoped_ui_resource.h", |
| 428 "resources/shared_bitmap.cc", | 434 "resources/shared_bitmap.cc", |
| 429 "resources/shared_bitmap.h", | 435 "resources/shared_bitmap.h", |
| 430 "resources/shared_bitmap_manager.h", | 436 "resources/shared_bitmap_manager.h", |
| 431 "resources/single_release_callback.cc", | 437 "resources/single_release_callback.cc", |
| 432 "resources/single_release_callback.h", | 438 "resources/single_release_callback.h", |
| 433 "resources/single_release_callback_impl.cc", | 439 "resources/single_release_callback_impl.cc", |
| 434 "resources/single_release_callback_impl.h", | 440 "resources/single_release_callback_impl.h", |
| 435 "resources/skpicture_content_layer_updater.cc", | 441 "resources/skpicture_content_layer_updater.cc", |
| 436 "resources/skpicture_content_layer_updater.h", | 442 "resources/skpicture_content_layer_updater.h", |
| 437 "resources/software_rasterizer.cc", | |
| 438 "resources/software_rasterizer.h", | |
| 439 "resources/task_graph_runner.cc", | 443 "resources/task_graph_runner.cc", |
| 440 "resources/task_graph_runner.h", | 444 "resources/task_graph_runner.h", |
| 441 "resources/texture_mailbox.cc", | 445 "resources/texture_mailbox.cc", |
| 442 "resources/texture_mailbox.h", | 446 "resources/texture_mailbox.h", |
| 443 "resources/texture_mailbox_deleter.cc", | 447 "resources/texture_mailbox_deleter.cc", |
| 444 "resources/texture_mailbox_deleter.h", | 448 "resources/texture_mailbox_deleter.h", |
| 445 "resources/texture_uploader.cc", | 449 "resources/texture_uploader.cc", |
| 446 "resources/texture_uploader.h", | 450 "resources/texture_uploader.h", |
| 447 "resources/tile.cc", | 451 "resources/tile.cc", |
| 448 "resources/tile.h", | 452 "resources/tile.h", |
| 449 "resources/tile_draw_info.cc", | 453 "resources/tile_draw_info.cc", |
| 450 "resources/tile_draw_info.h", | 454 "resources/tile_draw_info.h", |
| 451 "resources/tile_manager.cc", | 455 "resources/tile_manager.cc", |
| 452 "resources/tile_manager.h", | 456 "resources/tile_manager.h", |
| 453 "resources/tile_priority.cc", | 457 "resources/tile_priority.cc", |
| 454 "resources/tile_priority.h", | 458 "resources/tile_priority.h", |
| 455 "resources/tile_task_runner.cc", | |
| 456 "resources/tile_task_runner.h", | |
| 457 "resources/tile_task_worker_pool.cc", | |
| 458 "resources/tile_task_worker_pool.h", | |
| 459 "resources/tiling_set_eviction_queue.cc", | 459 "resources/tiling_set_eviction_queue.cc", |
| 460 "resources/tiling_set_eviction_queue.h", | 460 "resources/tiling_set_eviction_queue.h", |
| 461 "resources/tiling_set_raster_queue_all.cc", | 461 "resources/tiling_set_raster_queue_all.cc", |
| 462 "resources/tiling_set_raster_queue_all.h", | 462 "resources/tiling_set_raster_queue_all.h", |
| 463 "resources/tiling_set_raster_queue_required.cc", | 463 "resources/tiling_set_raster_queue_required.cc", |
| 464 "resources/tiling_set_raster_queue_required.h", | 464 "resources/tiling_set_raster_queue_required.h", |
| 465 "resources/transferable_resource.cc", | 465 "resources/transferable_resource.cc", |
| 466 "resources/transferable_resource.h", | 466 "resources/transferable_resource.h", |
| 467 "resources/transform_display_item.cc", | 467 "resources/transform_display_item.cc", |
| 468 "resources/transform_display_item.h", | 468 "resources/transform_display_item.h", |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 520 "trees/proxy_timing_history.h", | 520 "trees/proxy_timing_history.h", |
| 521 "trees/scoped_abort_remaining_swap_promises.h", | 521 "trees/scoped_abort_remaining_swap_promises.h", |
| 522 "trees/single_thread_proxy.cc", | 522 "trees/single_thread_proxy.cc", |
| 523 "trees/single_thread_proxy.h", | 523 "trees/single_thread_proxy.h", |
| 524 "trees/thread_proxy.cc", | 524 "trees/thread_proxy.cc", |
| 525 "trees/thread_proxy.h", | 525 "trees/thread_proxy.h", |
| 526 "trees/tree_synchronizer.cc", | 526 "trees/tree_synchronizer.cc", |
| 527 "trees/tree_synchronizer.h", | 527 "trees/tree_synchronizer.h", |
| 528 ] | 528 ] |
| 529 | 529 |
| 530 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 530 if (is_win) { |
| 531 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] | 531 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 532 cflags = [ "/wd4267" ] # size_t -> int |
| 533 } |
| 532 | 534 |
| 533 public_deps = [ | 535 public_deps = [ |
| 534 "//skia", | 536 "//skia", |
| 535 ] | 537 ] |
| 536 deps = [ | 538 deps = [ |
| 537 "//base", | 539 "//base", |
| 538 "//base/third_party/dynamic_annotations", | 540 "//base/third_party/dynamic_annotations", |
| 539 "//cc/surfaces:surface_id", | 541 "//cc/surfaces:surface_id", |
| 540 "//gpu", | 542 "//gpu", |
| 541 "//gpu/command_buffer/client:gles2_interface", | 543 "//gpu/command_buffer/client:gles2_interface", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 553 } | 555 } |
| 554 } | 556 } |
| 555 | 557 |
| 556 source_set("test_support") { | 558 source_set("test_support") { |
| 557 testonly = true | 559 testonly = true |
| 558 sources = [ | 560 sources = [ |
| 559 "test/animation_test_common.cc", | 561 "test/animation_test_common.cc", |
| 560 "test/animation_test_common.h", | 562 "test/animation_test_common.h", |
| 561 "test/begin_frame_args_test.cc", | 563 "test/begin_frame_args_test.cc", |
| 562 "test/begin_frame_args_test.h", | 564 "test/begin_frame_args_test.h", |
| 563 "test/failure_output_surface.cc", | |
| 564 "test/failure_output_surface.h", | |
| 565 "test/fake_content_layer.cc", | 565 "test/fake_content_layer.cc", |
| 566 "test/fake_content_layer.h", | 566 "test/fake_content_layer.h", |
| 567 "test/fake_content_layer_client.cc", | 567 "test/fake_content_layer_client.cc", |
| 568 "test/fake_content_layer_client.h", | 568 "test/fake_content_layer_client.h", |
| 569 "test/fake_content_layer_impl.cc", | 569 "test/fake_content_layer_impl.cc", |
| 570 "test/fake_content_layer_impl.h", | 570 "test/fake_content_layer_impl.h", |
| 571 "test/fake_delegated_renderer_layer.cc", | 571 "test/fake_delegated_renderer_layer.cc", |
| 572 "test/fake_delegated_renderer_layer.h", | 572 "test/fake_delegated_renderer_layer.h", |
| 573 "test/fake_delegated_renderer_layer_impl.cc", | 573 "test/fake_delegated_renderer_layer_impl.cc", |
| 574 "test/fake_delegated_renderer_layer_impl.h", | 574 "test/fake_delegated_renderer_layer_impl.h", |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 607 "test/fake_scoped_ui_resource.cc", | 607 "test/fake_scoped_ui_resource.cc", |
| 608 "test/fake_scoped_ui_resource.h", | 608 "test/fake_scoped_ui_resource.h", |
| 609 "test/fake_scrollbar.cc", | 609 "test/fake_scrollbar.cc", |
| 610 "test/fake_scrollbar.h", | 610 "test/fake_scrollbar.h", |
| 611 "test/fake_tile_manager.cc", | 611 "test/fake_tile_manager.cc", |
| 612 "test/fake_tile_manager.h", | 612 "test/fake_tile_manager.h", |
| 613 "test/fake_tile_manager_client.cc", | 613 "test/fake_tile_manager_client.cc", |
| 614 "test/fake_tile_manager_client.h", | 614 "test/fake_tile_manager_client.h", |
| 615 "test/fake_ui_resource_layer_tree_host_impl.cc", | 615 "test/fake_ui_resource_layer_tree_host_impl.cc", |
| 616 "test/fake_ui_resource_layer_tree_host_impl.h", | 616 "test/fake_ui_resource_layer_tree_host_impl.h", |
| 617 "test/failure_output_surface.cc", |
| 618 "test/failure_output_surface.h", |
| 617 "test/geometry_test_utils.cc", | 619 "test/geometry_test_utils.cc", |
| 618 "test/geometry_test_utils.h", | 620 "test/geometry_test_utils.h", |
| 621 "test/test_in_process_context_provider.cc", |
| 622 "test/test_in_process_context_provider.h", |
| 619 "test/impl_side_painting_settings.h", | 623 "test/impl_side_painting_settings.h", |
| 620 "test/layer_test_common.cc", | 624 "test/layer_test_common.cc", |
| 621 "test/layer_test_common.h", | 625 "test/layer_test_common.h", |
| 622 "test/layer_tree_host_common_test.cc", | 626 "test/layer_tree_host_common_test.cc", |
| 623 "test/layer_tree_host_common_test.h", | 627 "test/layer_tree_host_common_test.h", |
| 624 "test/layer_tree_json_parser.cc", | 628 "test/layer_tree_json_parser.cc", |
| 625 "test/layer_tree_json_parser.h", | 629 "test/layer_tree_json_parser.h", |
| 626 "test/layer_tree_pixel_resource_test.cc", | 630 "test/layer_tree_pixel_resource_test.cc", |
| 627 "test/layer_tree_pixel_resource_test.h", | 631 "test/layer_tree_pixel_resource_test.h", |
| 628 "test/layer_tree_pixel_test.cc", | 632 "test/layer_tree_pixel_test.cc", |
| (...skipping 30 matching lines...) Expand all Loading... |
| 659 "test/test_context_provider.cc", | 663 "test/test_context_provider.cc", |
| 660 "test/test_context_provider.h", | 664 "test/test_context_provider.h", |
| 661 "test/test_context_support.cc", | 665 "test/test_context_support.cc", |
| 662 "test/test_context_support.h", | 666 "test/test_context_support.h", |
| 663 "test/test_gles2_interface.cc", | 667 "test/test_gles2_interface.cc", |
| 664 "test/test_gles2_interface.h", | 668 "test/test_gles2_interface.h", |
| 665 "test/test_gpu_memory_buffer_manager.cc", | 669 "test/test_gpu_memory_buffer_manager.cc", |
| 666 "test/test_gpu_memory_buffer_manager.h", | 670 "test/test_gpu_memory_buffer_manager.h", |
| 667 "test/test_image_factory.cc", | 671 "test/test_image_factory.cc", |
| 668 "test/test_image_factory.h", | 672 "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", | 673 "test/test_now_source.cc", |
| 672 "test/test_now_source.h", | 674 "test/test_now_source.h", |
| 673 "test/test_occlusion_tracker.h", | 675 "test/test_occlusion_tracker.h", |
| 674 "test/test_shared_bitmap_manager.cc", | 676 "test/test_shared_bitmap_manager.cc", |
| 675 "test/test_shared_bitmap_manager.h", | 677 "test/test_shared_bitmap_manager.h", |
| 676 "test/test_texture.cc", | 678 "test/test_texture.cc", |
| 677 "test/test_texture.h", | 679 "test/test_texture.h", |
| 678 "test/test_tile_priorities.cc", | 680 "test/test_tile_priorities.cc", |
| 679 "test/test_tile_priorities.h", | 681 "test/test_tile_priorities.h", |
| 680 "test/test_web_graphics_context_3d.cc", | 682 "test/test_web_graphics_context_3d.cc", |
| 681 "test/test_web_graphics_context_3d.h", | 683 "test/test_web_graphics_context_3d.h", |
| 682 "test/tiled_layer_test_common.cc", | 684 "test/tiled_layer_test_common.cc", |
| 683 "test/tiled_layer_test_common.h", | 685 "test/tiled_layer_test_common.h", |
| 684 ] | 686 ] |
| 685 | 687 |
| 686 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] | |
| 687 | |
| 688 include_dirs = [ | 688 include_dirs = [ |
| 689 ".", | 689 ".", |
| 690 "test", | 690 "test", |
| 691 ] | 691 ] |
| 692 | 692 |
| 693 public_deps = [ | 693 public_deps = [ |
| 694 ":cc", | 694 ":cc", |
| 695 "//gpu:test_support", | 695 "//gpu:test_support", |
| 696 ] | 696 ] |
| 697 deps = [ | 697 deps = [ |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 737 "base/tiling_data_unittest.cc", | 737 "base/tiling_data_unittest.cc", |
| 738 "base/util_unittest.cc", | 738 "base/util_unittest.cc", |
| 739 "debug/frame_timing_tracker_unittest.cc", | 739 "debug/frame_timing_tracker_unittest.cc", |
| 740 "debug/micro_benchmark_controller_unittest.cc", | 740 "debug/micro_benchmark_controller_unittest.cc", |
| 741 "input/top_controls_manager_unittest.cc", | 741 "input/top_controls_manager_unittest.cc", |
| 742 "layers/contents_scaling_layer_unittest.cc", | 742 "layers/contents_scaling_layer_unittest.cc", |
| 743 "layers/delegated_frame_provider_unittest.cc", | 743 "layers/delegated_frame_provider_unittest.cc", |
| 744 "layers/delegated_frame_resource_collection_unittest.cc", | 744 "layers/delegated_frame_resource_collection_unittest.cc", |
| 745 "layers/delegated_renderer_layer_impl_unittest.cc", | 745 "layers/delegated_renderer_layer_impl_unittest.cc", |
| 746 "layers/delegated_renderer_layer_unittest.cc", | 746 "layers/delegated_renderer_layer_unittest.cc", |
| 747 "layers/heads_up_display_unittest.cc", |
| 747 "layers/heads_up_display_layer_impl_unittest.cc", | 748 "layers/heads_up_display_layer_impl_unittest.cc", |
| 748 "layers/heads_up_display_unittest.cc", | |
| 749 "layers/io_surface_layer_impl_unittest.cc", | 749 "layers/io_surface_layer_impl_unittest.cc", |
| 750 "layers/layer_impl_unittest.cc", | 750 "layers/layer_impl_unittest.cc", |
| 751 "layers/layer_iterator_unittest.cc", | 751 "layers/layer_iterator_unittest.cc", |
| 752 "layers/layer_position_constraint_unittest.cc", | 752 "layers/layer_position_constraint_unittest.cc", |
| 753 "layers/layer_unittest.cc", | 753 "layers/layer_unittest.cc", |
| 754 "layers/layer_utils_unittest.cc", | 754 "layers/layer_utils_unittest.cc", |
| 755 "layers/nine_patch_layer_impl_unittest.cc", | 755 "layers/nine_patch_layer_impl_unittest.cc", |
| 756 "layers/nine_patch_layer_unittest.cc", | 756 "layers/nine_patch_layer_unittest.cc", |
| 757 "layers/painted_scrollbar_layer_impl_unittest.cc", | 757 "layers/painted_scrollbar_layer_impl_unittest.cc", |
| 758 "layers/picture_image_layer_impl_unittest.cc", | 758 "layers/picture_image_layer_impl_unittest.cc", |
| 759 "layers/picture_image_layer_unittest.cc", | 759 "layers/picture_image_layer_unittest.cc", |
| 760 "layers/picture_layer_impl_unittest.cc", | 760 "layers/picture_layer_impl_unittest.cc", |
| 761 "layers/picture_layer_unittest.cc", | 761 "layers/picture_layer_unittest.cc", |
| 762 "layers/render_surface_unittest.cc", |
| 762 "layers/render_surface_impl_unittest.cc", | 763 "layers/render_surface_impl_unittest.cc", |
| 763 "layers/render_surface_unittest.cc", | |
| 764 "layers/scrollbar_layer_unittest.cc", | 764 "layers/scrollbar_layer_unittest.cc", |
| 765 "layers/solid_color_layer_impl_unittest.cc", | 765 "layers/solid_color_layer_impl_unittest.cc", |
| 766 "layers/solid_color_scrollbar_layer_impl_unittest.cc", | 766 "layers/solid_color_scrollbar_layer_impl_unittest.cc", |
| 767 "layers/surface_layer_unittest.cc", |
| 767 "layers/surface_layer_impl_unittest.cc", | 768 "layers/surface_layer_impl_unittest.cc", |
| 768 "layers/surface_layer_unittest.cc", | 769 "layers/texture_layer_unittest.cc", |
| 769 "layers/texture_layer_impl_unittest.cc", | 770 "layers/texture_layer_impl_unittest.cc", |
| 770 "layers/texture_layer_unittest.cc", | |
| 771 "layers/tiled_layer_impl_unittest.cc", | 771 "layers/tiled_layer_impl_unittest.cc", |
| 772 "layers/tiled_layer_unittest.cc", | 772 "layers/tiled_layer_unittest.cc", |
| 773 "layers/ui_resource_layer_impl_unittest.cc", | 773 "layers/ui_resource_layer_impl_unittest.cc", |
| 774 "layers/ui_resource_layer_unittest.cc", | 774 "layers/ui_resource_layer_unittest.cc", |
| 775 "output/begin_frame_args_unittest.cc", | 775 "output/begin_frame_args_unittest.cc", |
| 776 "output/delegating_renderer_unittest.cc", | 776 "output/delegating_renderer_unittest.cc", |
| 777 "output/filter_operations_unittest.cc", | 777 "output/filter_operations_unittest.cc", |
| 778 "output/gl_renderer_unittest.cc", | 778 "output/gl_renderer_unittest.cc", |
| 779 "output/output_surface_unittest.cc", | 779 "output/output_surface_unittest.cc", |
| 780 "output/overlay_unittest.cc", | 780 "output/overlay_unittest.cc", |
| 781 "output/renderer_pixeltest.cc", | 781 "output/renderer_pixeltest.cc", |
| 782 "output/renderer_unittest.cc", | 782 "output/renderer_unittest.cc", |
| 783 "output/shader_unittest.cc", | 783 "output/shader_unittest.cc", |
| 784 "output/software_renderer_unittest.cc", | 784 "output/software_renderer_unittest.cc", |
| 785 "quads/draw_quad_unittest.cc", | 785 "quads/draw_quad_unittest.cc", |
| 786 "quads/list_container_unittest.cc", | 786 "quads/list_container_unittest.cc", |
| 787 "quads/render_pass_unittest.cc", | 787 "quads/render_pass_unittest.cc", |
| 788 "resources/display_item_list_unittest.cc", | 788 "resources/display_item_list_unittest.cc", |
| 789 "resources/layer_quad_unittest.cc", | 789 "resources/layer_quad_unittest.cc", |
| 790 "resources/picture_layer_tiling_set_unittest.cc", | 790 "resources/picture_layer_tiling_set_unittest.cc", |
| 791 "resources/picture_layer_tiling_unittest.cc", | 791 "resources/picture_layer_tiling_unittest.cc", |
| 792 "resources/picture_pile_impl_unittest.cc", | 792 "resources/picture_pile_impl_unittest.cc", |
| 793 "resources/picture_pile_unittest.cc", | 793 "resources/picture_pile_unittest.cc", |
| 794 "resources/picture_unittest.cc", | 794 "resources/picture_unittest.cc", |
| 795 "resources/platform_color_unittest.cc", | |
| 796 "resources/prioritized_resource_unittest.cc", | 795 "resources/prioritized_resource_unittest.cc", |
| 796 "resources/tile_task_worker_pool_unittest.cc", |
| 797 "resources/resource_provider_unittest.cc", | 797 "resources/resource_provider_unittest.cc", |
| 798 "resources/resource_update_controller_unittest.cc", | 798 "resources/resource_update_controller_unittest.cc", |
| 799 "resources/scoped_gpu_raster_unittest.cc", | 799 "resources/scoped_gpu_raster_unittest.cc", |
| 800 "resources/scoped_resource_unittest.cc", | 800 "resources/scoped_resource_unittest.cc", |
| 801 "resources/task_graph_runner_unittest.cc", | 801 "resources/task_graph_runner_unittest.cc", |
| 802 "resources/texture_mailbox_deleter_unittest.cc", | 802 "resources/texture_mailbox_deleter_unittest.cc", |
| 803 "resources/texture_uploader_unittest.cc", | 803 "resources/texture_uploader_unittest.cc", |
| 804 "resources/tile_manager_unittest.cc", | 804 "resources/tile_manager_unittest.cc", |
| 805 "resources/tile_priority_unittest.cc", | 805 "resources/tile_priority_unittest.cc", |
| 806 "resources/tile_task_worker_pool_unittest.cc", | |
| 807 "scheduler/begin_frame_source_unittest.cc", | 806 "scheduler/begin_frame_source_unittest.cc", |
| 808 "scheduler/delay_based_time_source_unittest.cc", | 807 "scheduler/delay_based_time_source_unittest.cc", |
| 809 "scheduler/scheduler_state_machine_unittest.cc", | 808 "scheduler/scheduler_state_machine_unittest.cc", |
| 810 "scheduler/scheduler_unittest.cc", | 809 "scheduler/scheduler_unittest.cc", |
| 811 "test/layer_tree_json_parser_unittest.cc", | 810 "test/layer_tree_json_parser_unittest.cc", |
| 812 "test/test_web_graphics_context_3d_unittest.cc", | 811 "test/test_web_graphics_context_3d_unittest.cc", |
| 813 "trees/blocking_task_runner_unittest.cc", | 812 "trees/blocking_task_runner_unittest.cc", |
| 814 "trees/damage_tracker_unittest.cc", | 813 "trees/damage_tracker_unittest.cc", |
| 815 "trees/layer_sorter_unittest.cc", | 814 "trees/layer_sorter_unittest.cc", |
| 816 "trees/layer_tree_host_common_unittest.cc", | 815 "trees/layer_tree_host_common_unittest.cc", |
| 817 "trees/layer_tree_host_impl_unittest.cc", | 816 "trees/layer_tree_host_impl_unittest.cc", |
| 818 "trees/layer_tree_host_pixeltest_blending.cc", | 817 "trees/layer_tree_host_pixeltest_blending.cc", |
| 819 "trees/layer_tree_host_pixeltest_filters.cc", | 818 "trees/layer_tree_host_pixeltest_filters.cc", |
| 820 "trees/layer_tree_host_pixeltest_masks.cc", | 819 "trees/layer_tree_host_pixeltest_masks.cc", |
| 820 "trees/layer_tree_host_pixeltest_on_demand_raster.cc", |
| 821 "trees/layer_tree_host_pixeltest_readback.cc", | 821 "trees/layer_tree_host_pixeltest_readback.cc", |
| 822 "trees/layer_tree_host_pixeltest_synchronous.cc", | 822 "trees/layer_tree_host_pixeltest_synchronous.cc", |
| 823 "trees/layer_tree_host_unittest.cc", | 823 "trees/layer_tree_host_unittest.cc", |
| 824 "trees/layer_tree_host_unittest_animation.cc", | 824 "trees/layer_tree_host_unittest_animation.cc", |
| 825 "trees/layer_tree_host_unittest_context.cc", | 825 "trees/layer_tree_host_unittest_context.cc", |
| 826 "trees/layer_tree_host_unittest_copyrequest.cc", | 826 "trees/layer_tree_host_unittest_copyrequest.cc", |
| 827 "trees/layer_tree_host_unittest_damage.cc", | 827 "trees/layer_tree_host_unittest_damage.cc", |
| 828 "trees/layer_tree_host_unittest_delegated.cc", | 828 "trees/layer_tree_host_unittest_delegated.cc", |
| 829 "trees/layer_tree_host_unittest_occlusion.cc", |
| 829 "trees/layer_tree_host_unittest_no_message_loop.cc", | 830 "trees/layer_tree_host_unittest_no_message_loop.cc", |
| 830 "trees/layer_tree_host_unittest_occlusion.cc", | |
| 831 "trees/layer_tree_host_unittest_picture.cc", | 831 "trees/layer_tree_host_unittest_picture.cc", |
| 832 "trees/layer_tree_host_unittest_proxy.cc", | 832 "trees/layer_tree_host_unittest_proxy.cc", |
| 833 "trees/layer_tree_host_unittest_scroll.cc", | 833 "trees/layer_tree_host_unittest_scroll.cc", |
| 834 "trees/layer_tree_impl_unittest.cc", | 834 "trees/layer_tree_impl_unittest.cc", |
| 835 "trees/occlusion_tracker_unittest.cc", | 835 "trees/occlusion_tracker_unittest.cc", |
| 836 "trees/occlusion_unittest.cc", | 836 "trees/occlusion_unittest.cc", |
| 837 "trees/property_tree_unittest.cc", | 837 "trees/property_tree_unittest.cc", |
| 838 "trees/tree_synchronizer_unittest.cc", | 838 "trees/tree_synchronizer_unittest.cc", |
| 839 | 839 |
| 840 # Surfaces test files. | 840 # Surfaces test files. |
| 841 "surfaces/surface_aggregator_test_helpers.cc", | 841 "surfaces/surface_aggregator_test_helpers.cc", |
| 842 "surfaces/surface_aggregator_test_helpers.h", | 842 "surfaces/surface_aggregator_test_helpers.h", |
| 843 "surfaces/surface_aggregator_unittest.cc", | 843 "surfaces/surface_aggregator_unittest.cc", |
| 844 "surfaces/surface_unittest.cc", | 844 "surfaces/surface_unittest.cc", |
| 845 "surfaces/surfaces_pixeltest.cc", | 845 "surfaces/surfaces_pixeltest.cc", |
| 846 | 846 |
| 847 # Setup. | 847 # Setup. |
| 848 "test/run_all_unittests.cc", |
| 848 "test/cc_test_suite.cc", | 849 "test/cc_test_suite.cc", |
| 849 "test/run_all_unittests.cc", | |
| 850 ] | 850 ] |
| 851 | 851 |
| 852 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] | |
| 853 | |
| 854 deps = [ | 852 deps = [ |
| 855 ":cc", | 853 ":cc", |
| 856 ":test_support", | 854 ":test_support", |
| 857 "//base/test:test_support", | 855 "//base/test:test_support", |
| 858 "//cc/surfaces", | 856 "//cc/surfaces", |
| 859 "//cc/surfaces:surface_id", | 857 "//cc/surfaces:surface_id", |
| 860 "//gpu", | 858 "//gpu", |
| 861 "//gpu:test_support", | 859 "//gpu:test_support", |
| 862 "//gpu/command_buffer/client:gles2_interface", | 860 "//gpu/command_buffer/client:gles2_interface", |
| 863 "//gpu/command_buffer/common:gles2_utils", | 861 "//gpu/command_buffer/common:gles2_utils", |
| 864 "//testing/gmock", | 862 "//testing/gmock", |
| 865 "//testing/gtest", | 863 "//testing/gtest", |
| 866 "//ui/events:events_base", | 864 "//ui/events:events_base", |
| 867 "//ui/gfx", | 865 "//ui/gfx", |
| 868 "//ui/gfx/geometry", | 866 "//ui/gfx/geometry", |
| 869 "//ui/gfx:test_support", | 867 "//ui/gfx:test_support", |
| 870 "//ui/gl", | 868 "//ui/gl", |
| 871 ] | 869 ] |
| 872 } | 870 } |
| 873 } | 871 } |
| 874 | 872 |
| 875 test("cc_perftests") { | 873 test("cc_perftests") { |
| 876 sources = [ | 874 sources = [ |
| 877 "layers/layer_perftest.cc", | 875 "layers/layer_perftest.cc", |
| 878 "layers/picture_layer_impl_perftest.cc", | 876 "layers/picture_layer_impl_perftest.cc", |
| 879 "resources/picture_layer_tiling_perftest.cc", | 877 "resources/picture_layer_tiling_perftest.cc", |
| 880 "resources/picture_pile_impl_perftest.cc", | 878 "resources/picture_pile_impl_perftest.cc", |
| 879 "resources/tile_task_worker_pool_perftest.cc", |
| 881 "resources/task_graph_runner_perftest.cc", | 880 "resources/task_graph_runner_perftest.cc", |
| 882 "resources/tile_manager_perftest.cc", | 881 "resources/tile_manager_perftest.cc", |
| 883 "resources/tile_task_worker_pool_perftest.cc", | |
| 884 "test/cc_test_suite.cc", | 882 "test/cc_test_suite.cc", |
| 885 "test/run_all_perftests.cc", | 883 "test/run_all_perftests.cc", |
| 886 "trees/layer_tree_host_common_perftest.cc", | 884 "trees/layer_tree_host_common_perftest.cc", |
| 887 "trees/layer_tree_host_perftest.cc", | 885 "trees/layer_tree_host_perftest.cc", |
| 888 "trees/occlusion_tracker_perftest.cc", | 886 "trees/occlusion_tracker_perftest.cc", |
| 889 ] | 887 ] |
| 890 | 888 |
| 891 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] | |
| 892 | |
| 893 deps = [ | 889 deps = [ |
| 894 ":cc", | 890 ":cc", |
| 895 ":test_support", | 891 ":test_support", |
| 896 "//base", | 892 "//base", |
| 897 "//base/test:test_support", | 893 "//base/test:test_support", |
| 898 "//gpu", | 894 "//gpu", |
| 899 "//gpu:test_support", | 895 "//gpu:test_support", |
| 900 "//gpu/command_buffer/common:gles2_utils", | 896 "//gpu/command_buffer/common:gles2_utils", |
| 901 "//skia", | 897 "//skia", |
| 902 "//testing/gmock", | 898 "//testing/gmock", |
| 903 "//testing/gtest", | 899 "//testing/gtest", |
| 904 "//testing/perf", | 900 "//testing/perf", |
| 905 "//ui/gfx", | 901 "//ui/gfx", |
| 906 "//ui/gfx/geometry", | 902 "//ui/gfx/geometry", |
| 907 "//ui/gl", | 903 "//ui/gl", |
| 908 ] | 904 ] |
| 909 } | 905 } |
| OLD | NEW |