| 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", |
| (...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 "output/geometry_binding.cc", | 232 "output/geometry_binding.cc", |
| 233 "output/geometry_binding.h", | 233 "output/geometry_binding.h", |
| 234 "output/gl_frame_data.cc", | 234 "output/gl_frame_data.cc", |
| 235 "output/gl_frame_data.h", | 235 "output/gl_frame_data.h", |
| 236 "output/gl_renderer.cc", | 236 "output/gl_renderer.cc", |
| 237 "output/gl_renderer.h", | 237 "output/gl_renderer.h", |
| 238 "output/gl_renderer_draw_cache.cc", | 238 "output/gl_renderer_draw_cache.cc", |
| 239 "output/gl_renderer_draw_cache.h", | 239 "output/gl_renderer_draw_cache.h", |
| 240 "output/latency_info_swap_promise.cc", | 240 "output/latency_info_swap_promise.cc", |
| 241 "output/latency_info_swap_promise.h", | 241 "output/latency_info_swap_promise.h", |
| 242 "output/layer_quad.cc", |
| 243 "output/layer_quad.h", |
| 242 "output/managed_memory_policy.cc", | 244 "output/managed_memory_policy.cc", |
| 243 "output/managed_memory_policy.h", | 245 "output/managed_memory_policy.h", |
| 244 "output/output_surface.cc", | 246 "output/output_surface.cc", |
| 245 "output/output_surface.h", | 247 "output/output_surface.h", |
| 246 "output/output_surface_client.h", | 248 "output/output_surface_client.h", |
| 247 "output/overlay_candidate.cc", | 249 "output/overlay_candidate.cc", |
| 248 "output/overlay_candidate.h", | 250 "output/overlay_candidate.h", |
| 249 "output/overlay_candidate_validator.h", | 251 "output/overlay_candidate_validator.h", |
| 250 "output/overlay_processor.cc", | 252 "output/overlay_processor.cc", |
| 251 "output/overlay_processor.h", | 253 "output/overlay_processor.h", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 269 "output/shader.h", | 271 "output/shader.h", |
| 270 "output/software_frame_data.cc", | 272 "output/software_frame_data.cc", |
| 271 "output/software_frame_data.h", | 273 "output/software_frame_data.h", |
| 272 "output/software_output_device.cc", | 274 "output/software_output_device.cc", |
| 273 "output/software_output_device.h", | 275 "output/software_output_device.h", |
| 274 "output/software_renderer.cc", | 276 "output/software_renderer.cc", |
| 275 "output/software_renderer.h", | 277 "output/software_renderer.h", |
| 276 "output/static_geometry_binding.cc", | 278 "output/static_geometry_binding.cc", |
| 277 "output/static_geometry_binding.h", | 279 "output/static_geometry_binding.h", |
| 278 "output/swap_promise.h", | 280 "output/swap_promise.h", |
| 281 "output/texture_mailbox_deleter.cc", |
| 282 "output/texture_mailbox_deleter.h", |
| 279 "output/viewport_selection_bound.cc", | 283 "output/viewport_selection_bound.cc", |
| 280 "output/viewport_selection_bound.h", | 284 "output/viewport_selection_bound.h", |
| 281 "output/vsync_parameter_observer.h", | 285 "output/vsync_parameter_observer.h", |
| 286 "playback/clip_display_item.cc", |
| 287 "playback/clip_display_item.h", |
| 288 "playback/clip_path_display_item.cc", |
| 289 "playback/clip_path_display_item.h", |
| 290 "playback/compositing_display_item.cc", |
| 291 "playback/compositing_display_item.h", |
| 292 "playback/display_item.cc", |
| 293 "playback/display_item.h", |
| 294 "playback/display_item_list.cc", |
| 295 "playback/display_item_list.h", |
| 296 "playback/display_list_raster_source.cc", |
| 297 "playback/display_list_raster_source.h", |
| 298 "playback/display_list_recording_source.cc", |
| 299 "playback/display_list_recording_source.h", |
| 300 "playback/drawing_display_item.cc", |
| 301 "playback/drawing_display_item.h", |
| 302 "playback/filter_display_item.cc", |
| 303 "playback/filter_display_item.h", |
| 304 "playback/float_clip_display_item.cc", |
| 305 "playback/float_clip_display_item.h", |
| 306 "playback/largest_display_item.cc", |
| 307 "playback/largest_display_item.h", |
| 308 "playback/picture.cc", |
| 309 "playback/picture.h", |
| 310 "playback/picture_pile.cc", |
| 311 "playback/picture_pile.h", |
| 312 "playback/picture_pile_impl.cc", |
| 313 "playback/picture_pile_impl.h", |
| 314 "playback/pixel_ref_map.cc", |
| 315 "playback/pixel_ref_map.h", |
| 316 "playback/raster_source.h", |
| 317 "playback/raster_source_helper.cc", |
| 318 "playback/raster_source_helper.h", |
| 319 "playback/transform_display_item.cc", |
| 320 "playback/transform_display_item.h", |
| 282 "quads/checkerboard_draw_quad.cc", | 321 "quads/checkerboard_draw_quad.cc", |
| 283 "quads/checkerboard_draw_quad.h", | 322 "quads/checkerboard_draw_quad.h", |
| 284 "quads/content_draw_quad_base.cc", | 323 "quads/content_draw_quad_base.cc", |
| 285 "quads/content_draw_quad_base.h", | 324 "quads/content_draw_quad_base.h", |
| 286 "quads/debug_border_draw_quad.cc", | 325 "quads/debug_border_draw_quad.cc", |
| 287 "quads/debug_border_draw_quad.h", | 326 "quads/debug_border_draw_quad.h", |
| 288 "quads/draw_polygon.cc", | 327 "quads/draw_polygon.cc", |
| 289 "quads/draw_polygon.h", | 328 "quads/draw_polygon.h", |
| 290 "quads/draw_quad.cc", | 329 "quads/draw_quad.cc", |
| 291 "quads/draw_quad.h", | 330 "quads/draw_quad.h", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 310 "quads/stream_video_draw_quad.cc", | 349 "quads/stream_video_draw_quad.cc", |
| 311 "quads/stream_video_draw_quad.h", | 350 "quads/stream_video_draw_quad.h", |
| 312 "quads/surface_draw_quad.cc", | 351 "quads/surface_draw_quad.cc", |
| 313 "quads/surface_draw_quad.h", | 352 "quads/surface_draw_quad.h", |
| 314 "quads/texture_draw_quad.cc", | 353 "quads/texture_draw_quad.cc", |
| 315 "quads/texture_draw_quad.h", | 354 "quads/texture_draw_quad.h", |
| 316 "quads/tile_draw_quad.cc", | 355 "quads/tile_draw_quad.cc", |
| 317 "quads/tile_draw_quad.h", | 356 "quads/tile_draw_quad.h", |
| 318 "quads/yuv_video_draw_quad.cc", | 357 "quads/yuv_video_draw_quad.cc", |
| 319 "quads/yuv_video_draw_quad.h", | 358 "quads/yuv_video_draw_quad.h", |
| 359 "raster/bitmap_tile_task_worker_pool.cc", |
| 360 "raster/bitmap_tile_task_worker_pool.h", |
| 361 "raster/gpu_rasterizer.cc", |
| 362 "raster/gpu_rasterizer.h", |
| 363 "raster/gpu_tile_task_worker_pool.cc", |
| 364 "raster/gpu_tile_task_worker_pool.h", |
| 365 "raster/one_copy_tile_task_worker_pool.cc", |
| 366 "raster/one_copy_tile_task_worker_pool.h", |
| 367 "raster/pixel_buffer_tile_task_worker_pool.cc", |
| 368 "raster/pixel_buffer_tile_task_worker_pool.h", |
| 369 "raster/raster_buffer.cc", |
| 370 "raster/raster_buffer.h", |
| 371 "raster/scoped_gpu_raster.cc", |
| 372 "raster/scoped_gpu_raster.h", |
| 373 "raster/task_graph_runner.cc", |
| 374 "raster/task_graph_runner.h", |
| 375 "raster/texture_compressor.cc", |
| 376 "raster/texture_compressor.h", |
| 377 "raster/texture_compressor_etc1.cc", |
| 378 "raster/texture_compressor_etc1.h", |
| 379 "raster/tile_task_runner.cc", |
| 380 "raster/tile_task_runner.h", |
| 381 "raster/tile_task_worker_pool.cc", |
| 382 "raster/tile_task_worker_pool.h", |
| 383 "raster/zero_copy_tile_task_worker_pool.cc", |
| 384 "raster/zero_copy_tile_task_worker_pool.h", |
| 320 "resources/bitmap_content_layer_updater.cc", | 385 "resources/bitmap_content_layer_updater.cc", |
| 321 "resources/bitmap_content_layer_updater.h", | 386 "resources/bitmap_content_layer_updater.h", |
| 322 "resources/bitmap_skpicture_content_layer_updater.cc", | 387 "resources/bitmap_skpicture_content_layer_updater.cc", |
| 323 "resources/bitmap_skpicture_content_layer_updater.h", | 388 "resources/bitmap_skpicture_content_layer_updater.h", |
| 324 "resources/bitmap_tile_task_worker_pool.cc", | |
| 325 "resources/bitmap_tile_task_worker_pool.h", | |
| 326 "resources/clip_display_item.cc", | |
| 327 "resources/clip_display_item.h", | |
| 328 "resources/clip_path_display_item.cc", | |
| 329 "resources/clip_path_display_item.h", | |
| 330 "resources/compositing_display_item.cc", | |
| 331 "resources/compositing_display_item.h", | |
| 332 "resources/content_layer_updater.cc", | 389 "resources/content_layer_updater.cc", |
| 333 "resources/content_layer_updater.h", | 390 "resources/content_layer_updater.h", |
| 334 "resources/display_item.cc", | |
| 335 "resources/display_item.h", | |
| 336 "resources/display_item_list.cc", | |
| 337 "resources/display_item_list.h", | |
| 338 "resources/display_list_raster_source.cc", | |
| 339 "resources/display_list_raster_source.h", | |
| 340 "resources/display_list_recording_source.cc", | |
| 341 "resources/display_list_recording_source.h", | |
| 342 "resources/drawing_display_item.cc", | |
| 343 "resources/drawing_display_item.h", | |
| 344 "resources/eviction_tile_priority_queue.cc", | |
| 345 "resources/eviction_tile_priority_queue.h", | |
| 346 "resources/filter_display_item.cc", | |
| 347 "resources/filter_display_item.h", | |
| 348 "resources/float_clip_display_item.cc", | |
| 349 "resources/float_clip_display_item.h", | |
| 350 "resources/gpu_rasterizer.cc", | |
| 351 "resources/gpu_rasterizer.h", | |
| 352 "resources/gpu_tile_task_worker_pool.cc", | |
| 353 "resources/gpu_tile_task_worker_pool.h", | |
| 354 "resources/image_layer_updater.cc", | 391 "resources/image_layer_updater.cc", |
| 355 "resources/image_layer_updater.h", | 392 "resources/image_layer_updater.h", |
| 356 "resources/largest_display_item.cc", | |
| 357 "resources/largest_display_item.h", | |
| 358 "resources/layer_painter.h", | 393 "resources/layer_painter.h", |
| 359 "resources/layer_quad.cc", | |
| 360 "resources/layer_quad.h", | |
| 361 "resources/layer_tiling_data.cc", | |
| 362 "resources/layer_tiling_data.h", | |
| 363 "resources/layer_updater.cc", | 394 "resources/layer_updater.cc", |
| 364 "resources/layer_updater.h", | 395 "resources/layer_updater.h", |
| 365 "resources/memory_history.cc", | 396 "resources/memory_history.cc", |
| 366 "resources/memory_history.h", | 397 "resources/memory_history.h", |
| 367 "resources/one_copy_tile_task_worker_pool.cc", | |
| 368 "resources/one_copy_tile_task_worker_pool.h", | |
| 369 "resources/picture.cc", | |
| 370 "resources/picture.h", | |
| 371 "resources/picture_layer_tiling.cc", | |
| 372 "resources/picture_layer_tiling.h", | |
| 373 "resources/picture_layer_tiling_set.cc", | |
| 374 "resources/picture_layer_tiling_set.h", | |
| 375 "resources/picture_pile.cc", | |
| 376 "resources/picture_pile.h", | |
| 377 "resources/picture_pile_impl.cc", | |
| 378 "resources/picture_pile_impl.h", | |
| 379 "resources/pixel_buffer_tile_task_worker_pool.cc", | |
| 380 "resources/pixel_buffer_tile_task_worker_pool.h", | |
| 381 "resources/pixel_ref_map.cc", | |
| 382 "resources/pixel_ref_map.h", | |
| 383 "resources/platform_color.h", | 398 "resources/platform_color.h", |
| 384 "resources/prioritized_resource.cc", | 399 "resources/prioritized_resource.cc", |
| 385 "resources/prioritized_resource.h", | 400 "resources/prioritized_resource.h", |
| 386 "resources/prioritized_resource_manager.cc", | 401 "resources/prioritized_resource_manager.cc", |
| 387 "resources/prioritized_resource_manager.h", | 402 "resources/prioritized_resource_manager.h", |
| 388 "resources/prioritized_tile.cc", | |
| 389 "resources/prioritized_tile.h", | |
| 390 "resources/priority_calculator.cc", | 403 "resources/priority_calculator.cc", |
| 391 "resources/priority_calculator.h", | 404 "resources/priority_calculator.h", |
| 392 "resources/raster_buffer.cc", | |
| 393 "resources/raster_buffer.h", | |
| 394 "resources/raster_source.h", | |
| 395 "resources/raster_source_helper.cc", | |
| 396 "resources/raster_source_helper.h", | |
| 397 "resources/raster_tile_priority_queue.cc", | |
| 398 "resources/raster_tile_priority_queue.h", | |
| 399 "resources/raster_tile_priority_queue_all.cc", | |
| 400 "resources/raster_tile_priority_queue_all.h", | |
| 401 "resources/raster_tile_priority_queue_required.cc", | |
| 402 "resources/raster_tile_priority_queue_required.h", | |
| 403 "resources/release_callback.h", | 405 "resources/release_callback.h", |
| 404 "resources/resource.cc", | 406 "resources/resource.cc", |
| 405 "resources/resource.h", | 407 "resources/resource.h", |
| 406 "resources/resource_format.cc", | 408 "resources/resource_format.cc", |
| 407 "resources/resource_format.h", | 409 "resources/resource_format.h", |
| 408 "resources/resource_pool.cc", | 410 "resources/resource_pool.cc", |
| 409 "resources/resource_pool.h", | 411 "resources/resource_pool.h", |
| 410 "resources/resource_provider.cc", | 412 "resources/resource_provider.cc", |
| 411 "resources/resource_provider.h", | 413 "resources/resource_provider.h", |
| 412 "resources/resource_update.cc", | 414 "resources/resource_update.cc", |
| 413 "resources/resource_update.h", | 415 "resources/resource_update.h", |
| 414 "resources/resource_update_controller.cc", | 416 "resources/resource_update_controller.cc", |
| 415 "resources/resource_update_controller.h", | 417 "resources/resource_update_controller.h", |
| 416 "resources/resource_update_queue.cc", | 418 "resources/resource_update_queue.cc", |
| 417 "resources/resource_update_queue.h", | 419 "resources/resource_update_queue.h", |
| 418 "resources/returned_resource.h", | 420 "resources/returned_resource.h", |
| 419 "resources/scoped_gpu_raster.cc", | |
| 420 "resources/scoped_gpu_raster.h", | |
| 421 "resources/scoped_resource.cc", | 421 "resources/scoped_resource.cc", |
| 422 "resources/scoped_resource.h", | 422 "resources/scoped_resource.h", |
| 423 "resources/scoped_ui_resource.cc", | 423 "resources/scoped_ui_resource.cc", |
| 424 "resources/scoped_ui_resource.h", | 424 "resources/scoped_ui_resource.h", |
| 425 "resources/shared_bitmap.cc", | 425 "resources/shared_bitmap.cc", |
| 426 "resources/shared_bitmap.h", | 426 "resources/shared_bitmap.h", |
| 427 "resources/shared_bitmap_manager.h", | 427 "resources/shared_bitmap_manager.h", |
| 428 "resources/single_release_callback.cc", | 428 "resources/single_release_callback.cc", |
| 429 "resources/single_release_callback.h", | 429 "resources/single_release_callback.h", |
| 430 "resources/single_release_callback_impl.cc", | 430 "resources/single_release_callback_impl.cc", |
| 431 "resources/single_release_callback_impl.h", | 431 "resources/single_release_callback_impl.h", |
| 432 "resources/skpicture_content_layer_updater.cc", | 432 "resources/skpicture_content_layer_updater.cc", |
| 433 "resources/skpicture_content_layer_updater.h", | 433 "resources/skpicture_content_layer_updater.h", |
| 434 "resources/task_graph_runner.cc", | |
| 435 "resources/task_graph_runner.h", | |
| 436 "resources/texture_compressor.cc", | |
| 437 "resources/texture_compressor.h", | |
| 438 "resources/texture_compressor_etc1.cc", | |
| 439 "resources/texture_compressor_etc1.h", | |
| 440 "resources/texture_mailbox.cc", | 434 "resources/texture_mailbox.cc", |
| 441 "resources/texture_mailbox.h", | 435 "resources/texture_mailbox.h", |
| 442 "resources/texture_mailbox_deleter.cc", | |
| 443 "resources/texture_mailbox_deleter.h", | |
| 444 "resources/texture_uploader.cc", | 436 "resources/texture_uploader.cc", |
| 445 "resources/texture_uploader.h", | 437 "resources/texture_uploader.h", |
| 446 "resources/tile.cc", | |
| 447 "resources/tile.h", | |
| 448 "resources/tile_draw_info.cc", | |
| 449 "resources/tile_draw_info.h", | |
| 450 "resources/tile_manager.cc", | |
| 451 "resources/tile_manager.h", | |
| 452 "resources/tile_priority.cc", | |
| 453 "resources/tile_priority.h", | |
| 454 "resources/tile_task_runner.cc", | |
| 455 "resources/tile_task_runner.h", | |
| 456 "resources/tile_task_worker_pool.cc", | |
| 457 "resources/tile_task_worker_pool.h", | |
| 458 "resources/tiling_set_eviction_queue.cc", | |
| 459 "resources/tiling_set_eviction_queue.h", | |
| 460 "resources/tiling_set_raster_queue_all.cc", | |
| 461 "resources/tiling_set_raster_queue_all.h", | |
| 462 "resources/tiling_set_raster_queue_required.cc", | |
| 463 "resources/tiling_set_raster_queue_required.h", | |
| 464 "resources/transferable_resource.cc", | 438 "resources/transferable_resource.cc", |
| 465 "resources/transferable_resource.h", | 439 "resources/transferable_resource.h", |
| 466 "resources/transform_display_item.cc", | |
| 467 "resources/transform_display_item.h", | |
| 468 "resources/ui_resource_bitmap.cc", | 440 "resources/ui_resource_bitmap.cc", |
| 469 "resources/ui_resource_bitmap.h", | 441 "resources/ui_resource_bitmap.h", |
| 470 "resources/ui_resource_client.h", | 442 "resources/ui_resource_client.h", |
| 471 "resources/ui_resource_request.cc", | 443 "resources/ui_resource_request.cc", |
| 472 "resources/ui_resource_request.h", | 444 "resources/ui_resource_request.h", |
| 473 "resources/video_resource_updater.cc", | 445 "resources/video_resource_updater.cc", |
| 474 "resources/video_resource_updater.h", | 446 "resources/video_resource_updater.h", |
| 475 "resources/zero_copy_tile_task_worker_pool.cc", | |
| 476 "resources/zero_copy_tile_task_worker_pool.h", | |
| 477 "scheduler/begin_frame_source.cc", | 447 "scheduler/begin_frame_source.cc", |
| 478 "scheduler/begin_frame_source.h", | 448 "scheduler/begin_frame_source.h", |
| 479 "scheduler/commit_earlyout_reason.h", | 449 "scheduler/commit_earlyout_reason.h", |
| 480 "scheduler/delay_based_time_source.cc", | 450 "scheduler/delay_based_time_source.cc", |
| 481 "scheduler/delay_based_time_source.h", | 451 "scheduler/delay_based_time_source.h", |
| 482 "scheduler/draw_result.h", | 452 "scheduler/draw_result.h", |
| 483 "scheduler/scheduler.cc", | 453 "scheduler/scheduler.cc", |
| 484 "scheduler/scheduler.h", | 454 "scheduler/scheduler.h", |
| 485 "scheduler/scheduler_settings.cc", | 455 "scheduler/scheduler_settings.cc", |
| 486 "scheduler/scheduler_settings.h", | 456 "scheduler/scheduler_settings.h", |
| 487 "scheduler/scheduler_state_machine.cc", | 457 "scheduler/scheduler_state_machine.cc", |
| 488 "scheduler/scheduler_state_machine.h", | 458 "scheduler/scheduler_state_machine.h", |
| 489 "scheduler/video_frame_controller.h", | 459 "scheduler/video_frame_controller.h", |
| 460 "tiles/eviction_tile_priority_queue.cc", |
| 461 "tiles/eviction_tile_priority_queue.h", |
| 462 "tiles/layer_tiling_data.cc", |
| 463 "tiles/layer_tiling_data.h", |
| 464 "tiles/picture_layer_tiling.cc", |
| 465 "tiles/picture_layer_tiling.h", |
| 466 "tiles/picture_layer_tiling_set.cc", |
| 467 "tiles/picture_layer_tiling_set.h", |
| 468 "tiles/prioritized_tile.cc", |
| 469 "tiles/prioritized_tile.h", |
| 470 "tiles/raster_tile_priority_queue.cc", |
| 471 "tiles/raster_tile_priority_queue.h", |
| 472 "tiles/raster_tile_priority_queue_all.cc", |
| 473 "tiles/raster_tile_priority_queue_all.h", |
| 474 "tiles/raster_tile_priority_queue_required.cc", |
| 475 "tiles/raster_tile_priority_queue_required.h", |
| 476 "tiles/tile.cc", |
| 477 "tiles/tile.h", |
| 478 "tiles/tile_draw_info.cc", |
| 479 "tiles/tile_draw_info.h", |
| 480 "tiles/tile_manager.cc", |
| 481 "tiles/tile_manager.h", |
| 482 "tiles/tile_priority.cc", |
| 483 "tiles/tile_priority.h", |
| 484 "tiles/tiling_set_eviction_queue.cc", |
| 485 "tiles/tiling_set_eviction_queue.h", |
| 486 "tiles/tiling_set_raster_queue_all.cc", |
| 487 "tiles/tiling_set_raster_queue_all.h", |
| 488 "tiles/tiling_set_raster_queue_required.cc", |
| 489 "tiles/tiling_set_raster_queue_required.h", |
| 490 "trees/blocking_task_runner.cc", | 490 "trees/blocking_task_runner.cc", |
| 491 "trees/blocking_task_runner.h", | 491 "trees/blocking_task_runner.h", |
| 492 "trees/damage_tracker.cc", | 492 "trees/damage_tracker.cc", |
| 493 "trees/damage_tracker.h", | 493 "trees/damage_tracker.h", |
| 494 "trees/draw_property_utils.cc", | 494 "trees/draw_property_utils.cc", |
| 495 "trees/draw_property_utils.h", | 495 "trees/draw_property_utils.h", |
| 496 "trees/latency_info_swap_promise_monitor.cc", | 496 "trees/latency_info_swap_promise_monitor.cc", |
| 497 "trees/latency_info_swap_promise_monitor.h", | 497 "trees/latency_info_swap_promise_monitor.h", |
| 498 "trees/layer_tree_host.cc", | 498 "trees/layer_tree_host.cc", |
| 499 "trees/layer_tree_host.h", | 499 "trees/layer_tree_host.h", |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 571 ] | 571 ] |
| 572 | 572 |
| 573 defines = [ "CC_IMPLEMENTATION=1" ] | 573 defines = [ "CC_IMPLEMENTATION=1" ] |
| 574 | 574 |
| 575 if (!is_debug && (is_win || is_android)) { | 575 if (!is_debug && (is_win || is_android)) { |
| 576 configs -= [ "//build/config/compiler:optimize" ] | 576 configs -= [ "//build/config/compiler:optimize" ] |
| 577 configs += [ "//build/config/compiler:optimize_max" ] | 577 configs += [ "//build/config/compiler:optimize_max" ] |
| 578 } | 578 } |
| 579 | 579 |
| 580 sources = [ | 580 sources = [ |
| 581 "resources/texture_compressor.h", | 581 "raster/texture_compressor.h", |
| 582 "resources/texture_compressor_etc1.h", | 582 "raster/texture_compressor_etc1.h", |
| 583 "resources/texture_compressor_etc1_sse.cc", | 583 "raster/texture_compressor_etc1_sse.cc", |
| 584 "resources/texture_compressor_etc1_sse.h", | 584 "raster/texture_compressor_etc1_sse.h", |
| 585 ] | 585 ] |
| 586 | 586 |
| 587 cflags = [ "-msse2" ] | 587 cflags = [ "-msse2" ] |
| 588 } | 588 } |
| 589 } | 589 } |
| 590 | 590 |
| 591 source_set("test_support") { | 591 source_set("test_support") { |
| 592 testonly = true | 592 testonly = true |
| 593 sources = [ | 593 sources = [ |
| 594 "test/animation_test_common.cc", | 594 "test/animation_test_common.cc", |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 809 "layers/texture_layer_unittest.cc", | 809 "layers/texture_layer_unittest.cc", |
| 810 "layers/tiled_layer_impl_unittest.cc", | 810 "layers/tiled_layer_impl_unittest.cc", |
| 811 "layers/tiled_layer_unittest.cc", | 811 "layers/tiled_layer_unittest.cc", |
| 812 "layers/ui_resource_layer_impl_unittest.cc", | 812 "layers/ui_resource_layer_impl_unittest.cc", |
| 813 "layers/ui_resource_layer_unittest.cc", | 813 "layers/ui_resource_layer_unittest.cc", |
| 814 "layers/video_layer_impl_unittest.cc", | 814 "layers/video_layer_impl_unittest.cc", |
| 815 "output/begin_frame_args_unittest.cc", | 815 "output/begin_frame_args_unittest.cc", |
| 816 "output/delegating_renderer_unittest.cc", | 816 "output/delegating_renderer_unittest.cc", |
| 817 "output/filter_operations_unittest.cc", | 817 "output/filter_operations_unittest.cc", |
| 818 "output/gl_renderer_unittest.cc", | 818 "output/gl_renderer_unittest.cc", |
| 819 "output/layer_quad_unittest.cc", |
| 819 "output/output_surface_unittest.cc", | 820 "output/output_surface_unittest.cc", |
| 820 "output/overlay_unittest.cc", | 821 "output/overlay_unittest.cc", |
| 821 "output/renderer_pixeltest.cc", | 822 "output/renderer_pixeltest.cc", |
| 822 "output/renderer_unittest.cc", | 823 "output/renderer_unittest.cc", |
| 823 "output/shader_unittest.cc", | 824 "output/shader_unittest.cc", |
| 824 "output/software_renderer_unittest.cc", | 825 "output/software_renderer_unittest.cc", |
| 826 "output/texture_mailbox_deleter_unittest.cc", |
| 827 "playback/display_item_list_unittest.cc", |
| 828 "playback/display_list_recording_source_unittest.cc", |
| 829 "playback/picture_pile_impl_unittest.cc", |
| 830 "playback/picture_pile_unittest.cc", |
| 831 "playback/picture_unittest.cc", |
| 832 "playback/pixel_ref_map_unittest.cc", |
| 833 "playback/recording_source_unittest.cc", |
| 825 "quads/draw_quad_unittest.cc", | 834 "quads/draw_quad_unittest.cc", |
| 826 "quads/list_container_unittest.cc", | 835 "quads/list_container_unittest.cc", |
| 827 "quads/render_pass_unittest.cc", | 836 "quads/render_pass_unittest.cc", |
| 828 "resources/display_item_list_unittest.cc", | 837 "raster/scoped_gpu_raster_unittest.cc", |
| 829 "resources/display_list_recording_source_unittest.cc", | 838 "raster/task_graph_runner_unittest.cc", |
| 830 "resources/layer_quad_unittest.cc", | 839 "raster/texture_compressor_etc1_unittest.cc", |
| 831 "resources/picture_layer_tiling_set_unittest.cc", | 840 "raster/tile_task_worker_pool_unittest.cc", |
| 832 "resources/picture_layer_tiling_unittest.cc", | |
| 833 "resources/picture_pile_impl_unittest.cc", | |
| 834 "resources/picture_pile_unittest.cc", | |
| 835 "resources/picture_unittest.cc", | |
| 836 "resources/pixel_ref_map_unittest.cc", | |
| 837 "resources/platform_color_unittest.cc", | 841 "resources/platform_color_unittest.cc", |
| 838 "resources/prioritized_resource_unittest.cc", | 842 "resources/prioritized_resource_unittest.cc", |
| 839 "resources/recording_source_unittest.cc", | |
| 840 "resources/resource_provider_unittest.cc", | 843 "resources/resource_provider_unittest.cc", |
| 841 "resources/resource_update_controller_unittest.cc", | 844 "resources/resource_update_controller_unittest.cc", |
| 842 "resources/scoped_gpu_raster_unittest.cc", | |
| 843 "resources/scoped_resource_unittest.cc", | 845 "resources/scoped_resource_unittest.cc", |
| 844 "resources/task_graph_runner_unittest.cc", | |
| 845 "resources/texture_compressor_etc1_unittest.cc", | |
| 846 "resources/texture_mailbox_deleter_unittest.cc", | |
| 847 "resources/texture_uploader_unittest.cc", | 846 "resources/texture_uploader_unittest.cc", |
| 848 "resources/tile_manager_unittest.cc", | |
| 849 "resources/tile_priority_unittest.cc", | |
| 850 "resources/tile_task_worker_pool_unittest.cc", | |
| 851 "resources/video_resource_updater_unittest.cc", | 847 "resources/video_resource_updater_unittest.cc", |
| 852 "scheduler/begin_frame_source_unittest.cc", | 848 "scheduler/begin_frame_source_unittest.cc", |
| 853 "scheduler/delay_based_time_source_unittest.cc", | 849 "scheduler/delay_based_time_source_unittest.cc", |
| 854 "scheduler/scheduler_state_machine_unittest.cc", | 850 "scheduler/scheduler_state_machine_unittest.cc", |
| 855 "scheduler/scheduler_unittest.cc", | 851 "scheduler/scheduler_unittest.cc", |
| 856 "test/layer_tree_json_parser_unittest.cc", | 852 "test/layer_tree_json_parser_unittest.cc", |
| 857 "test/test_web_graphics_context_3d_unittest.cc", | 853 "test/test_web_graphics_context_3d_unittest.cc", |
| 854 "tiles/picture_layer_tiling_set_unittest.cc", |
| 855 "tiles/picture_layer_tiling_unittest.cc", |
| 856 "tiles/tile_manager_unittest.cc", |
| 857 "tiles/tile_priority_unittest.cc", |
| 858 "trees/blocking_task_runner_unittest.cc", | 858 "trees/blocking_task_runner_unittest.cc", |
| 859 "trees/damage_tracker_unittest.cc", | 859 "trees/damage_tracker_unittest.cc", |
| 860 "trees/layer_tree_host_common_unittest.cc", | 860 "trees/layer_tree_host_common_unittest.cc", |
| 861 "trees/layer_tree_host_impl_unittest.cc", | 861 "trees/layer_tree_host_impl_unittest.cc", |
| 862 "trees/layer_tree_host_pixeltest_blending.cc", | 862 "trees/layer_tree_host_pixeltest_blending.cc", |
| 863 "trees/layer_tree_host_pixeltest_filters.cc", | 863 "trees/layer_tree_host_pixeltest_filters.cc", |
| 864 "trees/layer_tree_host_pixeltest_masks.cc", | 864 "trees/layer_tree_host_pixeltest_masks.cc", |
| 865 "trees/layer_tree_host_pixeltest_readback.cc", | 865 "trees/layer_tree_host_pixeltest_readback.cc", |
| 866 "trees/layer_tree_host_pixeltest_synchronous.cc", | 866 "trees/layer_tree_host_pixeltest_synchronous.cc", |
| 867 "trees/layer_tree_host_unittest.cc", | 867 "trees/layer_tree_host_unittest.cc", |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 914 "//ui/gfx/geometry", | 914 "//ui/gfx/geometry", |
| 915 "//ui/gfx:test_support", | 915 "//ui/gfx:test_support", |
| 916 "//ui/gl", | 916 "//ui/gl", |
| 917 ] | 917 ] |
| 918 } | 918 } |
| 919 | 919 |
| 920 test("cc_perftests") { | 920 test("cc_perftests") { |
| 921 sources = [ | 921 sources = [ |
| 922 "layers/layer_perftest.cc", | 922 "layers/layer_perftest.cc", |
| 923 "layers/picture_layer_impl_perftest.cc", | 923 "layers/picture_layer_impl_perftest.cc", |
| 924 "resources/picture_layer_tiling_perftest.cc", | 924 "playback/picture_pile_impl_perftest.cc", |
| 925 "resources/picture_pile_impl_perftest.cc", | 925 "raster/task_graph_runner_perftest.cc", |
| 926 "resources/task_graph_runner_perftest.cc", | 926 "raster/texture_compressor_perftest.cc", |
| 927 "resources/texture_compressor_perftest.cc", | 927 "raster/tile_task_worker_pool_perftest.cc", |
| 928 "resources/tile_manager_perftest.cc", | |
| 929 "resources/tile_task_worker_pool_perftest.cc", | |
| 930 "surfaces/surface_aggregator_perftest.cc", | 928 "surfaces/surface_aggregator_perftest.cc", |
| 931 "test/cc_test_suite.cc", | 929 "test/cc_test_suite.cc", |
| 932 "test/run_all_perftests.cc", | 930 "test/run_all_perftests.cc", |
| 931 "tiles/picture_layer_tiling_perftest.cc", |
| 932 "tiles/tile_manager_perftest.cc", |
| 933 "trees/layer_tree_host_common_perftest.cc", | 933 "trees/layer_tree_host_common_perftest.cc", |
| 934 "trees/layer_tree_host_perftest.cc", | 934 "trees/layer_tree_host_perftest.cc", |
| 935 "trees/occlusion_tracker_perftest.cc", | 935 "trees/occlusion_tracker_perftest.cc", |
| 936 ] | 936 ] |
| 937 | 937 |
| 938 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] | 938 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] |
| 939 | 939 |
| 940 deps = [ | 940 deps = [ |
| 941 ":cc", | 941 ":cc", |
| 942 ":test_support", | 942 ":test_support", |
| 943 "//base", | 943 "//base", |
| 944 "//base/test:test_support", | 944 "//base/test:test_support", |
| 945 "//cc/surfaces", | 945 "//cc/surfaces", |
| 946 "//cc/surfaces:surface_id", | 946 "//cc/surfaces:surface_id", |
| 947 "//gpu", | 947 "//gpu", |
| 948 "//gpu:test_support", | 948 "//gpu:test_support", |
| 949 "//gpu/command_buffer/common:gles2_utils", | 949 "//gpu/command_buffer/common:gles2_utils", |
| 950 "//media", | 950 "//media", |
| 951 "//skia", | 951 "//skia", |
| 952 "//testing/gmock", | 952 "//testing/gmock", |
| 953 "//testing/gtest", | 953 "//testing/gtest", |
| 954 "//testing/perf", | 954 "//testing/perf", |
| 955 "//ui/gfx", | 955 "//ui/gfx", |
| 956 "//ui/gfx/geometry", | 956 "//ui/gfx/geometry", |
| 957 "//ui/gl", | 957 "//ui/gl", |
| 958 ] | 958 ] |
| 959 } | 959 } |
| 960 # When adding support for isolates, please have a look at run-time dependencies | 960 # When adding support for isolates, please have a look at run-time dependencies |
| 961 # in the cc_unittests_run target in cc_tests.gyp. | 961 # in the cc_unittests_run target in cc_tests.gyp. |
| OLD | NEW |