| 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 component("cc") { | 5 component("cc") { |
| 6 sources = [ | 6 sources = [ |
| 7 "animation/animation.cc", | 7 "animation/animation.cc", |
| 8 "animation/animation.h", | 8 "animation/animation.h", |
| 9 "animation/animation_curve.cc", | 9 "animation/animation_curve.cc", |
| 10 "animation/animation_curve.h", | 10 "animation/animation_curve.h", |
| (...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 313 "quads/surface_draw_quad.cc", | 313 "quads/surface_draw_quad.cc", |
| 314 "quads/surface_draw_quad.h", | 314 "quads/surface_draw_quad.h", |
| 315 "quads/texture_draw_quad.cc", | 315 "quads/texture_draw_quad.cc", |
| 316 "quads/texture_draw_quad.h", | 316 "quads/texture_draw_quad.h", |
| 317 "quads/tile_draw_quad.cc", | 317 "quads/tile_draw_quad.cc", |
| 318 "quads/tile_draw_quad.h", | 318 "quads/tile_draw_quad.h", |
| 319 "quads/yuv_video_draw_quad.cc", | 319 "quads/yuv_video_draw_quad.cc", |
| 320 "quads/yuv_video_draw_quad.h", | 320 "quads/yuv_video_draw_quad.h", |
| 321 "resources/bitmap_content_layer_updater.cc", | 321 "resources/bitmap_content_layer_updater.cc", |
| 322 "resources/bitmap_content_layer_updater.h", | 322 "resources/bitmap_content_layer_updater.h", |
| 323 "resources/bitmap_raster_worker_pool.cc", | 323 "resources/bitmap_tile_task_worker_pool.cc", |
| 324 "resources/bitmap_raster_worker_pool.h", | 324 "resources/bitmap_tile_task_worker_pool.h", |
| 325 "resources/bitmap_skpicture_content_layer_updater.cc", | 325 "resources/bitmap_skpicture_content_layer_updater.cc", |
| 326 "resources/bitmap_skpicture_content_layer_updater.h", | 326 "resources/bitmap_skpicture_content_layer_updater.h", |
| 327 "resources/clip_display_item.cc", | 327 "resources/clip_display_item.cc", |
| 328 "resources/clip_display_item.h", | 328 "resources/clip_display_item.h", |
| 329 "resources/content_layer_updater.cc", | 329 "resources/content_layer_updater.cc", |
| 330 "resources/content_layer_updater.h", | 330 "resources/content_layer_updater.h", |
| 331 "resources/display_item.cc", | 331 "resources/display_item.cc", |
| 332 "resources/display_item.h", | 332 "resources/display_item.h", |
| 333 "resources/display_item_list.cc", | 333 "resources/display_item_list.cc", |
| 334 "resources/display_item_list.h", | 334 "resources/display_item_list.h", |
| 335 "resources/display_list_raster_source.cc", | 335 "resources/display_list_raster_source.cc", |
| 336 "resources/display_list_raster_source.h", | 336 "resources/display_list_raster_source.h", |
| 337 "resources/display_list_recording_source.cc", | 337 "resources/display_list_recording_source.cc", |
| 338 "resources/display_list_recording_source.h", | 338 "resources/display_list_recording_source.h", |
| 339 "resources/drawing_display_item.cc", | 339 "resources/drawing_display_item.cc", |
| 340 "resources/drawing_display_item.h", | 340 "resources/drawing_display_item.h", |
| 341 "resources/eviction_tile_priority_queue.cc", | 341 "resources/eviction_tile_priority_queue.cc", |
| 342 "resources/eviction_tile_priority_queue.h", | 342 "resources/eviction_tile_priority_queue.h", |
| 343 "resources/filter_display_item.cc", | 343 "resources/filter_display_item.cc", |
| 344 "resources/filter_display_item.h", | 344 "resources/filter_display_item.h", |
| 345 "resources/gpu_raster_worker_pool.cc", | 345 "resources/gpu_tile_task_worker_pool.cc", |
| 346 "resources/gpu_raster_worker_pool.h", | 346 "resources/gpu_tile_task_worker_pool.h", |
| 347 "resources/image_layer_updater.cc", | 347 "resources/image_layer_updater.cc", |
| 348 "resources/image_layer_updater.h", | 348 "resources/image_layer_updater.h", |
| 349 "resources/layer_painter.h", | 349 "resources/layer_painter.h", |
| 350 "resources/layer_quad.cc", | 350 "resources/layer_quad.cc", |
| 351 "resources/layer_quad.h", | 351 "resources/layer_quad.h", |
| 352 "resources/layer_tiling_data.cc", | 352 "resources/layer_tiling_data.cc", |
| 353 "resources/layer_tiling_data.h", | 353 "resources/layer_tiling_data.h", |
| 354 "resources/layer_updater.cc", | 354 "resources/layer_updater.cc", |
| 355 "resources/layer_updater.h", | 355 "resources/layer_updater.h", |
| 356 "resources/managed_tile_state.cc", | 356 "resources/managed_tile_state.cc", |
| 357 "resources/managed_tile_state.h", | 357 "resources/managed_tile_state.h", |
| 358 "resources/memory_history.cc", | 358 "resources/memory_history.cc", |
| 359 "resources/memory_history.h", | 359 "resources/memory_history.h", |
| 360 "resources/one_copy_raster_worker_pool.cc", | 360 "resources/one_copy_tile_task_worker_pool.cc", |
| 361 "resources/one_copy_raster_worker_pool.h", | 361 "resources/one_copy_tile_task_worker_pool.h", |
| 362 "resources/picture.cc", | 362 "resources/picture.cc", |
| 363 "resources/picture.h", | 363 "resources/picture.h", |
| 364 "resources/picture_layer_tiling.cc", | 364 "resources/picture_layer_tiling.cc", |
| 365 "resources/picture_layer_tiling.h", | 365 "resources/picture_layer_tiling.h", |
| 366 "resources/picture_layer_tiling_set.cc", | 366 "resources/picture_layer_tiling_set.cc", |
| 367 "resources/picture_layer_tiling_set.h", | 367 "resources/picture_layer_tiling_set.h", |
| 368 "resources/picture_pile.cc", | 368 "resources/picture_pile.cc", |
| 369 "resources/picture_pile.h", | 369 "resources/picture_pile.h", |
| 370 "resources/picture_pile_impl.cc", | 370 "resources/picture_pile_impl.cc", |
| 371 "resources/picture_pile_impl.h", | 371 "resources/picture_pile_impl.h", |
| 372 "resources/pixel_buffer_raster_worker_pool.cc", | 372 "resources/pixel_buffer_tile_task_worker_pool.cc", |
| 373 "resources/pixel_buffer_raster_worker_pool.h", | 373 "resources/pixel_buffer_tile_task_worker_pool.h", |
| 374 "resources/platform_color.h", | 374 "resources/platform_color.h", |
| 375 "resources/prioritized_resource.cc", | 375 "resources/prioritized_resource.cc", |
| 376 "resources/prioritized_resource.h", | 376 "resources/prioritized_resource.h", |
| 377 "resources/prioritized_resource_manager.cc", | 377 "resources/prioritized_resource_manager.cc", |
| 378 "resources/prioritized_resource_manager.h", | 378 "resources/prioritized_resource_manager.h", |
| 379 "resources/priority_calculator.cc", | 379 "resources/priority_calculator.cc", |
| 380 "resources/priority_calculator.h", | 380 "resources/priority_calculator.h", |
| 381 "resources/raster_buffer.cc", | 381 "resources/raster_buffer.cc", |
| 382 "resources/raster_buffer.h", | 382 "resources/raster_buffer.h", |
| 383 "resources/raster_source.h", | 383 "resources/raster_source.h", |
| 384 "resources/raster_source_helper.cc", | 384 "resources/raster_source_helper.cc", |
| 385 "resources/raster_source_helper.h", | 385 "resources/raster_source_helper.h", |
| 386 "resources/raster_tile_priority_queue.cc", | 386 "resources/raster_tile_priority_queue.cc", |
| 387 "resources/raster_tile_priority_queue.h", | 387 "resources/raster_tile_priority_queue.h", |
| 388 "resources/raster_worker_pool.cc", | 388 "resources/tile_task_worker_pool.cc", |
| 389 "resources/raster_worker_pool.h", | 389 "resources/tile_task_worker_pool.h", |
| 390 "resources/rasterizer.cc", | 390 "resources/tile_task_runner.cc", |
| 391 "resources/rasterizer.h", | 391 "resources/tile_task_runner.h", |
| 392 "resources/release_callback.h", | 392 "resources/release_callback.h", |
| 393 "resources/resource.cc", | 393 "resources/resource.cc", |
| 394 "resources/resource.h", | 394 "resources/resource.h", |
| 395 "resources/resource_format.cc", | 395 "resources/resource_format.cc", |
| 396 "resources/resource_format.h", | 396 "resources/resource_format.h", |
| 397 "resources/resource_pool.cc", | 397 "resources/resource_pool.cc", |
| 398 "resources/resource_pool.h", | 398 "resources/resource_pool.h", |
| 399 "resources/resource_provider.cc", | 399 "resources/resource_provider.cc", |
| 400 "resources/resource_provider.h", | 400 "resources/resource_provider.h", |
| 401 "resources/resource_update.cc", | 401 "resources/resource_update.cc", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 442 "resources/transferable_resource.h", | 442 "resources/transferable_resource.h", |
| 443 "resources/transform_display_item.cc", | 443 "resources/transform_display_item.cc", |
| 444 "resources/transform_display_item.h", | 444 "resources/transform_display_item.h", |
| 445 "resources/transparency_display_item.cc", | 445 "resources/transparency_display_item.cc", |
| 446 "resources/transparency_display_item.h", | 446 "resources/transparency_display_item.h", |
| 447 "resources/ui_resource_bitmap.cc", | 447 "resources/ui_resource_bitmap.cc", |
| 448 "resources/ui_resource_bitmap.h", | 448 "resources/ui_resource_bitmap.h", |
| 449 "resources/ui_resource_client.h", | 449 "resources/ui_resource_client.h", |
| 450 "resources/ui_resource_request.cc", | 450 "resources/ui_resource_request.cc", |
| 451 "resources/ui_resource_request.h", | 451 "resources/ui_resource_request.h", |
| 452 "resources/zero_copy_raster_worker_pool.cc", | 452 "resources/zero_copy_tile_task_worker_pool.cc", |
| 453 "resources/zero_copy_raster_worker_pool.h", | 453 "resources/zero_copy_tile_task_worker_pool.h", |
| 454 "scheduler/begin_frame_source.cc", | 454 "scheduler/begin_frame_source.cc", |
| 455 "scheduler/begin_frame_source.h", | 455 "scheduler/begin_frame_source.h", |
| 456 "scheduler/delay_based_time_source.cc", | 456 "scheduler/delay_based_time_source.cc", |
| 457 "scheduler/delay_based_time_source.h", | 457 "scheduler/delay_based_time_source.h", |
| 458 "scheduler/draw_result.h", | 458 "scheduler/draw_result.h", |
| 459 "scheduler/scheduler.cc", | 459 "scheduler/scheduler.cc", |
| 460 "scheduler/scheduler.h", | 460 "scheduler/scheduler.h", |
| 461 "scheduler/scheduler_settings.cc", | 461 "scheduler/scheduler_settings.cc", |
| 462 "scheduler/scheduler_settings.h", | 462 "scheduler/scheduler_settings.h", |
| 463 "scheduler/scheduler_state_machine.cc", | 463 "scheduler/scheduler_state_machine.cc", |
| (...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 748 "quads/list_container_unittest.cc", | 748 "quads/list_container_unittest.cc", |
| 749 "quads/render_pass_unittest.cc", | 749 "quads/render_pass_unittest.cc", |
| 750 "resources/display_item_list_unittest.cc", | 750 "resources/display_item_list_unittest.cc", |
| 751 "resources/layer_quad_unittest.cc", | 751 "resources/layer_quad_unittest.cc", |
| 752 "resources/picture_layer_tiling_set_unittest.cc", | 752 "resources/picture_layer_tiling_set_unittest.cc", |
| 753 "resources/picture_layer_tiling_unittest.cc", | 753 "resources/picture_layer_tiling_unittest.cc", |
| 754 "resources/picture_pile_impl_unittest.cc", | 754 "resources/picture_pile_impl_unittest.cc", |
| 755 "resources/picture_pile_unittest.cc", | 755 "resources/picture_pile_unittest.cc", |
| 756 "resources/picture_unittest.cc", | 756 "resources/picture_unittest.cc", |
| 757 "resources/prioritized_resource_unittest.cc", | 757 "resources/prioritized_resource_unittest.cc", |
| 758 "resources/raster_worker_pool_unittest.cc", | 758 "resources/tile_task_worker_pool_unittest.cc", |
| 759 "resources/resource_provider_unittest.cc", | 759 "resources/resource_provider_unittest.cc", |
| 760 "resources/resource_update_controller_unittest.cc", | 760 "resources/resource_update_controller_unittest.cc", |
| 761 "resources/scoped_resource_unittest.cc", | 761 "resources/scoped_resource_unittest.cc", |
| 762 "resources/task_graph_runner_unittest.cc", | 762 "resources/task_graph_runner_unittest.cc", |
| 763 "resources/texture_mailbox_deleter_unittest.cc", | 763 "resources/texture_mailbox_deleter_unittest.cc", |
| 764 "resources/texture_uploader_unittest.cc", | 764 "resources/texture_uploader_unittest.cc", |
| 765 "resources/tile_manager_unittest.cc", | 765 "resources/tile_manager_unittest.cc", |
| 766 "resources/tile_priority_unittest.cc", | 766 "resources/tile_priority_unittest.cc", |
| 767 "scheduler/begin_frame_source_unittest.cc", | 767 "scheduler/begin_frame_source_unittest.cc", |
| 768 "scheduler/delay_based_time_source_unittest.cc", | 768 "scheduler/delay_based_time_source_unittest.cc", |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 828 "//ui/gl", | 828 "//ui/gl", |
| 829 ] | 829 ] |
| 830 } | 830 } |
| 831 | 831 |
| 832 test("cc_perftests") { | 832 test("cc_perftests") { |
| 833 sources = [ | 833 sources = [ |
| 834 "layers/layer_perftest.cc", | 834 "layers/layer_perftest.cc", |
| 835 "layers/picture_layer_impl_perftest.cc", | 835 "layers/picture_layer_impl_perftest.cc", |
| 836 "resources/picture_layer_tiling_perftest.cc", | 836 "resources/picture_layer_tiling_perftest.cc", |
| 837 "resources/picture_pile_impl_perftest.cc", | 837 "resources/picture_pile_impl_perftest.cc", |
| 838 "resources/raster_worker_pool_perftest.cc", | 838 "resources/tile_task_worker_pool_perftest.cc", |
| 839 "resources/task_graph_runner_perftest.cc", | 839 "resources/task_graph_runner_perftest.cc", |
| 840 "resources/tile_manager_perftest.cc", | 840 "resources/tile_manager_perftest.cc", |
| 841 "test/cc_test_suite.cc", | 841 "test/cc_test_suite.cc", |
| 842 "test/run_all_perftests.cc", | 842 "test/run_all_perftests.cc", |
| 843 "trees/layer_tree_host_common_perftest.cc", | 843 "trees/layer_tree_host_common_perftest.cc", |
| 844 "trees/layer_tree_host_perftest.cc", | 844 "trees/layer_tree_host_perftest.cc", |
| 845 "trees/occlusion_tracker_perftest.cc", | 845 "trees/occlusion_tracker_perftest.cc", |
| 846 ] | 846 ] |
| 847 | 847 |
| 848 deps = [ | 848 deps = [ |
| 849 ":cc", | 849 ":cc", |
| 850 ":test_support", | 850 ":test_support", |
| 851 "//base", | 851 "//base", |
| 852 "//base/test:test_support", | 852 "//base/test:test_support", |
| 853 "//gpu", | 853 "//gpu", |
| 854 "//gpu:test_support", | 854 "//gpu:test_support", |
| 855 "//gpu/command_buffer/common:gles2_utils", | 855 "//gpu/command_buffer/common:gles2_utils", |
| 856 "//skia", | 856 "//skia", |
| 857 "//testing/gmock", | 857 "//testing/gmock", |
| 858 "//testing/gtest", | 858 "//testing/gtest", |
| 859 "//testing/perf", | 859 "//testing/perf", |
| 860 "//ui/gfx", | 860 "//ui/gfx", |
| 861 "//ui/gfx/geometry", | 861 "//ui/gfx/geometry", |
| 862 "//ui/gl", | 862 "//ui/gl", |
| 863 ] | 863 ] |
| 864 } | 864 } |
| OLD | NEW |