| 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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 320 "quads/surface_draw_quad.cc", | 320 "quads/surface_draw_quad.cc", |
| 321 "quads/surface_draw_quad.h", | 321 "quads/surface_draw_quad.h", |
| 322 "quads/texture_draw_quad.cc", | 322 "quads/texture_draw_quad.cc", |
| 323 "quads/texture_draw_quad.h", | 323 "quads/texture_draw_quad.h", |
| 324 "quads/tile_draw_quad.cc", | 324 "quads/tile_draw_quad.cc", |
| 325 "quads/tile_draw_quad.h", | 325 "quads/tile_draw_quad.h", |
| 326 "quads/yuv_video_draw_quad.cc", | 326 "quads/yuv_video_draw_quad.cc", |
| 327 "quads/yuv_video_draw_quad.h", | 327 "quads/yuv_video_draw_quad.h", |
| 328 "resources/bitmap_content_layer_updater.cc", | 328 "resources/bitmap_content_layer_updater.cc", |
| 329 "resources/bitmap_content_layer_updater.h", | 329 "resources/bitmap_content_layer_updater.h", |
| 330 "resources/bitmap_raster_worker_pool.cc", | 330 "resources/bitmap_tile_task_worker_pool.cc", |
| 331 "resources/bitmap_raster_worker_pool.h", | 331 "resources/bitmap_tile_task_worker_pool.h", |
| 332 "resources/bitmap_skpicture_content_layer_updater.cc", | 332 "resources/bitmap_skpicture_content_layer_updater.cc", |
| 333 "resources/bitmap_skpicture_content_layer_updater.h", | 333 "resources/bitmap_skpicture_content_layer_updater.h", |
| 334 "resources/clip_display_item.cc", | 334 "resources/clip_display_item.cc", |
| 335 "resources/clip_display_item.h", | 335 "resources/clip_display_item.h", |
| 336 "resources/content_layer_updater.cc", | 336 "resources/content_layer_updater.cc", |
| 337 "resources/content_layer_updater.h", | 337 "resources/content_layer_updater.h", |
| 338 "resources/display_item.cc", | 338 "resources/display_item.cc", |
| 339 "resources/display_item.h", | 339 "resources/display_item.h", |
| 340 "resources/display_item_list.cc", | 340 "resources/display_item_list.cc", |
| 341 "resources/display_item_list.h", | 341 "resources/display_item_list.h", |
| 342 "resources/display_list_raster_source.cc", | 342 "resources/display_list_raster_source.cc", |
| 343 "resources/display_list_raster_source.h", | 343 "resources/display_list_raster_source.h", |
| 344 "resources/display_list_recording_source.cc", | 344 "resources/display_list_recording_source.cc", |
| 345 "resources/display_list_recording_source.h", | 345 "resources/display_list_recording_source.h", |
| 346 "resources/drawing_display_item.cc", | 346 "resources/drawing_display_item.cc", |
| 347 "resources/drawing_display_item.h", | 347 "resources/drawing_display_item.h", |
| 348 "resources/eviction_tile_priority_queue.cc", | 348 "resources/eviction_tile_priority_queue.cc", |
| 349 "resources/eviction_tile_priority_queue.h", | 349 "resources/eviction_tile_priority_queue.h", |
| 350 "resources/filter_display_item.cc", | 350 "resources/filter_display_item.cc", |
| 351 "resources/filter_display_item.h", | 351 "resources/filter_display_item.h", |
| 352 "resources/gpu_raster_worker_pool.cc", | 352 "resources/gpu_tile_task_worker_pool.cc", |
| 353 "resources/gpu_raster_worker_pool.h", | 353 "resources/gpu_tile_task_worker_pool.h", |
| 354 "resources/image_layer_updater.cc", | 354 "resources/image_layer_updater.cc", |
| 355 "resources/image_layer_updater.h", | 355 "resources/image_layer_updater.h", |
| 356 "resources/layer_painter.h", | 356 "resources/layer_painter.h", |
| 357 "resources/layer_quad.cc", | 357 "resources/layer_quad.cc", |
| 358 "resources/layer_quad.h", | 358 "resources/layer_quad.h", |
| 359 "resources/layer_tiling_data.cc", | 359 "resources/layer_tiling_data.cc", |
| 360 "resources/layer_tiling_data.h", | 360 "resources/layer_tiling_data.h", |
| 361 "resources/layer_updater.cc", | 361 "resources/layer_updater.cc", |
| 362 "resources/layer_updater.h", | 362 "resources/layer_updater.h", |
| 363 "resources/managed_tile_state.cc", | 363 "resources/managed_tile_state.cc", |
| 364 "resources/managed_tile_state.h", | 364 "resources/managed_tile_state.h", |
| 365 "resources/memory_history.cc", | 365 "resources/memory_history.cc", |
| 366 "resources/memory_history.h", | 366 "resources/memory_history.h", |
| 367 "resources/one_copy_raster_worker_pool.cc", | 367 "resources/one_copy_tile_task_worker_pool.cc", |
| 368 "resources/one_copy_raster_worker_pool.h", | 368 "resources/one_copy_tile_task_worker_pool.h", |
| 369 "resources/picture.cc", | 369 "resources/picture.cc", |
| 370 "resources/picture.h", | 370 "resources/picture.h", |
| 371 "resources/picture_layer_tiling.cc", | 371 "resources/picture_layer_tiling.cc", |
| 372 "resources/picture_layer_tiling.h", | 372 "resources/picture_layer_tiling.h", |
| 373 "resources/picture_layer_tiling_set.cc", | 373 "resources/picture_layer_tiling_set.cc", |
| 374 "resources/picture_layer_tiling_set.h", | 374 "resources/picture_layer_tiling_set.h", |
| 375 "resources/picture_pile.cc", | 375 "resources/picture_pile.cc", |
| 376 "resources/picture_pile.h", | 376 "resources/picture_pile.h", |
| 377 "resources/picture_pile_impl.cc", | 377 "resources/picture_pile_impl.cc", |
| 378 "resources/picture_pile_impl.h", | 378 "resources/picture_pile_impl.h", |
| 379 "resources/pixel_buffer_raster_worker_pool.cc", | 379 "resources/pixel_buffer_tile_task_worker_pool.cc", |
| 380 "resources/pixel_buffer_raster_worker_pool.h", | 380 "resources/pixel_buffer_tile_task_worker_pool.h", |
| 381 "resources/platform_color.h", | 381 "resources/platform_color.h", |
| 382 "resources/prioritized_resource.cc", | 382 "resources/prioritized_resource.cc", |
| 383 "resources/prioritized_resource.h", | 383 "resources/prioritized_resource.h", |
| 384 "resources/prioritized_resource_manager.cc", | 384 "resources/prioritized_resource_manager.cc", |
| 385 "resources/prioritized_resource_manager.h", | 385 "resources/prioritized_resource_manager.h", |
| 386 "resources/priority_calculator.cc", | 386 "resources/priority_calculator.cc", |
| 387 "resources/priority_calculator.h", | 387 "resources/priority_calculator.h", |
| 388 "resources/raster_buffer.cc", | 388 "resources/raster_buffer.cc", |
| 389 "resources/raster_buffer.h", | 389 "resources/raster_buffer.h", |
| 390 "resources/raster_source.h", | 390 "resources/raster_source.h", |
| 391 "resources/raster_source_helper.cc", | 391 "resources/raster_source_helper.cc", |
| 392 "resources/raster_source_helper.h", | 392 "resources/raster_source_helper.h", |
| 393 "resources/raster_tile_priority_queue.cc", | 393 "resources/raster_tile_priority_queue.cc", |
| 394 "resources/raster_tile_priority_queue.h", | 394 "resources/raster_tile_priority_queue.h", |
| 395 "resources/raster_worker_pool.cc", | 395 "resources/tile_task_worker_pool.cc", |
| 396 "resources/raster_worker_pool.h", | 396 "resources/tile_task_worker_pool.h", |
| 397 "resources/rasterizer.cc", | 397 "resources/tile_task_runner.cc", |
| 398 "resources/rasterizer.h", | 398 "resources/tile_task_runner.h", |
| 399 "resources/release_callback.h", | 399 "resources/release_callback.h", |
| 400 "resources/resource.cc", | 400 "resources/resource.cc", |
| 401 "resources/resource.h", | 401 "resources/resource.h", |
| 402 "resources/resource_format.cc", | 402 "resources/resource_format.cc", |
| 403 "resources/resource_format.h", | 403 "resources/resource_format.h", |
| 404 "resources/resource_pool.cc", | 404 "resources/resource_pool.cc", |
| 405 "resources/resource_pool.h", | 405 "resources/resource_pool.h", |
| 406 "resources/resource_provider.cc", | 406 "resources/resource_provider.cc", |
| 407 "resources/resource_provider.h", | 407 "resources/resource_provider.h", |
| 408 "resources/resource_update.cc", | 408 "resources/resource_update.cc", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 449 "resources/transform_display_item.h", | 449 "resources/transform_display_item.h", |
| 450 "resources/transparency_display_item.cc", | 450 "resources/transparency_display_item.cc", |
| 451 "resources/transparency_display_item.h", | 451 "resources/transparency_display_item.h", |
| 452 "resources/ui_resource_bitmap.cc", | 452 "resources/ui_resource_bitmap.cc", |
| 453 "resources/ui_resource_bitmap.h", | 453 "resources/ui_resource_bitmap.h", |
| 454 "resources/ui_resource_client.h", | 454 "resources/ui_resource_client.h", |
| 455 "resources/ui_resource_request.cc", | 455 "resources/ui_resource_request.cc", |
| 456 "resources/ui_resource_request.h", | 456 "resources/ui_resource_request.h", |
| 457 "resources/video_resource_updater.cc", | 457 "resources/video_resource_updater.cc", |
| 458 "resources/video_resource_updater.h", | 458 "resources/video_resource_updater.h", |
| 459 "resources/zero_copy_raster_worker_pool.cc", | 459 "resources/zero_copy_tile_task_worker_pool.cc", |
| 460 "resources/zero_copy_raster_worker_pool.h", | 460 "resources/zero_copy_tile_task_worker_pool.h", |
| 461 "scheduler/begin_frame_source.cc", | 461 "scheduler/begin_frame_source.cc", |
| 462 "scheduler/begin_frame_source.h", | 462 "scheduler/begin_frame_source.h", |
| 463 "scheduler/delay_based_time_source.cc", | 463 "scheduler/delay_based_time_source.cc", |
| 464 "scheduler/delay_based_time_source.h", | 464 "scheduler/delay_based_time_source.h", |
| 465 "scheduler/draw_result.h", | 465 "scheduler/draw_result.h", |
| 466 "scheduler/scheduler.cc", | 466 "scheduler/scheduler.cc", |
| 467 "scheduler/scheduler.h", | 467 "scheduler/scheduler.h", |
| 468 "scheduler/scheduler_settings.cc", | 468 "scheduler/scheduler_settings.cc", |
| 469 "scheduler/scheduler_settings.h", | 469 "scheduler/scheduler_settings.h", |
| 470 "scheduler/scheduler_state_machine.cc", | 470 "scheduler/scheduler_state_machine.cc", |
| (...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 760 "quads/list_container_unittest.cc", | 760 "quads/list_container_unittest.cc", |
| 761 "quads/render_pass_unittest.cc", | 761 "quads/render_pass_unittest.cc", |
| 762 "resources/display_item_list_unittest.cc", | 762 "resources/display_item_list_unittest.cc", |
| 763 "resources/layer_quad_unittest.cc", | 763 "resources/layer_quad_unittest.cc", |
| 764 "resources/picture_layer_tiling_set_unittest.cc", | 764 "resources/picture_layer_tiling_set_unittest.cc", |
| 765 "resources/picture_layer_tiling_unittest.cc", | 765 "resources/picture_layer_tiling_unittest.cc", |
| 766 "resources/picture_pile_impl_unittest.cc", | 766 "resources/picture_pile_impl_unittest.cc", |
| 767 "resources/picture_pile_unittest.cc", | 767 "resources/picture_pile_unittest.cc", |
| 768 "resources/picture_unittest.cc", | 768 "resources/picture_unittest.cc", |
| 769 "resources/prioritized_resource_unittest.cc", | 769 "resources/prioritized_resource_unittest.cc", |
| 770 "resources/raster_worker_pool_unittest.cc", | 770 "resources/tile_task_worker_pool_unittest.cc", |
| 771 "resources/resource_provider_unittest.cc", | 771 "resources/resource_provider_unittest.cc", |
| 772 "resources/resource_update_controller_unittest.cc", | 772 "resources/resource_update_controller_unittest.cc", |
| 773 "resources/scoped_resource_unittest.cc", | 773 "resources/scoped_resource_unittest.cc", |
| 774 "resources/task_graph_runner_unittest.cc", | 774 "resources/task_graph_runner_unittest.cc", |
| 775 "resources/texture_mailbox_deleter_unittest.cc", | 775 "resources/texture_mailbox_deleter_unittest.cc", |
| 776 "resources/texture_uploader_unittest.cc", | 776 "resources/texture_uploader_unittest.cc", |
| 777 "resources/tile_manager_unittest.cc", | 777 "resources/tile_manager_unittest.cc", |
| 778 "resources/tile_priority_unittest.cc", | 778 "resources/tile_priority_unittest.cc", |
| 779 "resources/video_resource_updater_unittest.cc", | 779 "resources/video_resource_updater_unittest.cc", |
| 780 "scheduler/begin_frame_source_unittest.cc", | 780 "scheduler/begin_frame_source_unittest.cc", |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 843 "//ui/gl", | 843 "//ui/gl", |
| 844 ] | 844 ] |
| 845 } | 845 } |
| 846 | 846 |
| 847 test("cc_perftests") { | 847 test("cc_perftests") { |
| 848 sources = [ | 848 sources = [ |
| 849 "layers/layer_perftest.cc", | 849 "layers/layer_perftest.cc", |
| 850 "layers/picture_layer_impl_perftest.cc", | 850 "layers/picture_layer_impl_perftest.cc", |
| 851 "resources/picture_layer_tiling_perftest.cc", | 851 "resources/picture_layer_tiling_perftest.cc", |
| 852 "resources/picture_pile_impl_perftest.cc", | 852 "resources/picture_pile_impl_perftest.cc", |
| 853 "resources/raster_worker_pool_perftest.cc", | 853 "resources/tile_task_worker_pool_perftest.cc", |
| 854 "resources/task_graph_runner_perftest.cc", | 854 "resources/task_graph_runner_perftest.cc", |
| 855 "resources/tile_manager_perftest.cc", | 855 "resources/tile_manager_perftest.cc", |
| 856 "test/cc_test_suite.cc", | 856 "test/cc_test_suite.cc", |
| 857 "test/run_all_perftests.cc", | 857 "test/run_all_perftests.cc", |
| 858 "trees/layer_tree_host_common_perftest.cc", | 858 "trees/layer_tree_host_common_perftest.cc", |
| 859 "trees/layer_tree_host_perftest.cc", | 859 "trees/layer_tree_host_perftest.cc", |
| 860 "trees/occlusion_tracker_perftest.cc", | 860 "trees/occlusion_tracker_perftest.cc", |
| 861 ] | 861 ] |
| 862 | 862 |
| 863 deps = [ | 863 deps = [ |
| 864 ":cc", | 864 ":cc", |
| 865 ":test_support", | 865 ":test_support", |
| 866 "//base", | 866 "//base", |
| 867 "//base/test:test_support", | 867 "//base/test:test_support", |
| 868 "//gpu", | 868 "//gpu", |
| 869 "//gpu:test_support", | 869 "//gpu:test_support", |
| 870 "//gpu/command_buffer/common:gles2_utils", | 870 "//gpu/command_buffer/common:gles2_utils", |
| 871 "//media", | 871 "//media", |
| 872 "//skia", | 872 "//skia", |
| 873 "//testing/gmock", | 873 "//testing/gmock", |
| 874 "//testing/gtest", | 874 "//testing/gtest", |
| 875 "//testing/perf", | 875 "//testing/perf", |
| 876 "//ui/gfx", | 876 "//ui/gfx", |
| 877 "//ui/gfx/geometry", | 877 "//ui/gfx/geometry", |
| 878 "//ui/gl", | 878 "//ui/gl", |
| 879 ] | 879 ] |
| 880 } | 880 } |
| OLD | NEW |