OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
409 'quads/stream_video_draw_quad.cc', | 409 'quads/stream_video_draw_quad.cc', |
410 'quads/stream_video_draw_quad.h', | 410 'quads/stream_video_draw_quad.h', |
411 'quads/surface_draw_quad.cc', | 411 'quads/surface_draw_quad.cc', |
412 'quads/surface_draw_quad.h', | 412 'quads/surface_draw_quad.h', |
413 'quads/texture_draw_quad.cc', | 413 'quads/texture_draw_quad.cc', |
414 'quads/texture_draw_quad.h', | 414 'quads/texture_draw_quad.h', |
415 'quads/tile_draw_quad.cc', | 415 'quads/tile_draw_quad.cc', |
416 'quads/tile_draw_quad.h', | 416 'quads/tile_draw_quad.h', |
417 'quads/yuv_video_draw_quad.cc', | 417 'quads/yuv_video_draw_quad.cc', |
418 'quads/yuv_video_draw_quad.h', | 418 'quads/yuv_video_draw_quad.h', |
419 'raster/bitmap_tile_task_worker_pool.cc', | 419 'raster/bitmap_raster_buffer_provider.cc', |
420 'raster/bitmap_tile_task_worker_pool.h', | 420 'raster/bitmap_raster_buffer_provider.h', |
| 421 'raster/gpu_raster_buffer_provider.cc', |
| 422 'raster/gpu_raster_buffer_provider.h', |
421 'raster/gpu_rasterizer.cc', | 423 'raster/gpu_rasterizer.cc', |
422 'raster/gpu_rasterizer.h', | 424 'raster/gpu_rasterizer.h', |
423 'raster/gpu_tile_task_worker_pool.cc', | 425 'raster/one_copy_raster_buffer_provider.cc', |
424 'raster/gpu_tile_task_worker_pool.h', | 426 'raster/one_copy_raster_buffer_provider.h', |
425 'raster/one_copy_tile_task_worker_pool.cc', | |
426 'raster/one_copy_tile_task_worker_pool.h', | |
427 'raster/raster_buffer.cc', | 427 'raster/raster_buffer.cc', |
428 'raster/raster_buffer.h', | 428 'raster/raster_buffer.h', |
| 429 'raster/raster_buffer_provider.cc', |
| 430 'raster/raster_buffer_provider.h', |
429 'raster/scoped_gpu_raster.cc', | 431 'raster/scoped_gpu_raster.cc', |
430 'raster/scoped_gpu_raster.h', | 432 'raster/scoped_gpu_raster.h', |
431 'raster/single_thread_task_graph_runner.cc', | 433 'raster/single_thread_task_graph_runner.cc', |
432 'raster/single_thread_task_graph_runner.h', | 434 'raster/single_thread_task_graph_runner.h', |
433 'raster/staging_buffer_pool.cc', | 435 'raster/staging_buffer_pool.cc', |
434 'raster/staging_buffer_pool.h', | 436 'raster/staging_buffer_pool.h', |
435 'raster/synchronous_task_graph_runner.cc', | 437 'raster/synchronous_task_graph_runner.cc', |
436 'raster/synchronous_task_graph_runner.h', | 438 'raster/synchronous_task_graph_runner.h', |
437 'raster/task.cc', | 439 'raster/task.cc', |
438 'raster/task.h', | 440 'raster/task.h', |
439 'raster/task_category.h', | 441 'raster/task_category.h', |
440 'raster/task_graph_runner.h', | 442 'raster/task_graph_runner.h', |
441 'raster/task_graph_work_queue.cc', | 443 'raster/task_graph_work_queue.cc', |
442 'raster/task_graph_work_queue.h', | 444 'raster/task_graph_work_queue.h', |
443 'raster/texture_compressor.cc', | 445 'raster/texture_compressor.cc', |
444 'raster/texture_compressor.h', | 446 'raster/texture_compressor.h', |
445 'raster/texture_compressor_etc1.cc', | 447 'raster/texture_compressor_etc1.cc', |
446 'raster/texture_compressor_etc1.h', | 448 'raster/texture_compressor_etc1.h', |
447 'raster/tile_task.cc', | 449 'raster/tile_task.cc', |
448 'raster/tile_task.h', | 450 'raster/tile_task.h', |
449 'raster/tile_task_worker_pool.cc', | 451 'raster/zero_copy_raster_buffer_provider.cc', |
450 'raster/tile_task_worker_pool.h', | 452 'raster/zero_copy_raster_buffer_provider.h', |
451 'raster/zero_copy_tile_task_worker_pool.cc', | |
452 'raster/zero_copy_tile_task_worker_pool.h', | |
453 'resources/memory_history.cc', | 453 'resources/memory_history.cc', |
454 'resources/memory_history.h', | 454 'resources/memory_history.h', |
455 'resources/platform_color.h', | 455 'resources/platform_color.h', |
456 'resources/release_callback.h', | 456 'resources/release_callback.h', |
457 'resources/resource.h', | 457 'resources/resource.h', |
458 'resources/resource_format.cc', | 458 'resources/resource_format.cc', |
459 'resources/resource_format.h', | 459 'resources/resource_format.h', |
460 'resources/resource_pool.cc', | 460 'resources/resource_pool.cc', |
461 'resources/resource_pool.h', | 461 'resources/resource_pool.h', |
462 'resources/resource_provider.cc', | 462 'resources/resource_provider.cc', |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
523 'tiles/software_image_decode_controller.cc', | 523 'tiles/software_image_decode_controller.cc', |
524 'tiles/software_image_decode_controller.h', | 524 'tiles/software_image_decode_controller.h', |
525 'tiles/tile.cc', | 525 'tiles/tile.cc', |
526 'tiles/tile_draw_info.cc', | 526 'tiles/tile_draw_info.cc', |
527 'tiles/tile_draw_info.h', | 527 'tiles/tile_draw_info.h', |
528 'tiles/tile.h', | 528 'tiles/tile.h', |
529 'tiles/tile_manager.cc', | 529 'tiles/tile_manager.cc', |
530 'tiles/tile_manager.h', | 530 'tiles/tile_manager.h', |
531 'tiles/tile_priority.cc', | 531 'tiles/tile_priority.cc', |
532 'tiles/tile_priority.h', | 532 'tiles/tile_priority.h', |
| 533 'tiles/tile_task_manager.cc', |
| 534 'tiles/tile_task_manager.h', |
533 'tiles/tiling_set_eviction_queue.cc', | 535 'tiles/tiling_set_eviction_queue.cc', |
534 'tiles/tiling_set_eviction_queue.h', | 536 'tiles/tiling_set_eviction_queue.h', |
535 'tiles/tiling_set_raster_queue_all.cc', | 537 'tiles/tiling_set_raster_queue_all.cc', |
536 'tiles/tiling_set_raster_queue_all.h', | 538 'tiles/tiling_set_raster_queue_all.h', |
537 'tiles/tiling_set_raster_queue_required.cc', | 539 'tiles/tiling_set_raster_queue_required.cc', |
538 'tiles/tiling_set_raster_queue_required.h', | 540 'tiles/tiling_set_raster_queue_required.h', |
539 'trees/blocking_task_runner.cc', | 541 'trees/blocking_task_runner.cc', |
540 'trees/blocking_task_runner.h', | 542 'trees/blocking_task_runner.h', |
541 'trees/channel_impl.h', | 543 'trees/channel_impl.h', |
542 'trees/channel_main.h', | 544 'trees/channel_main.h', |
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
701 'surfaces/surface_resource_holder.cc', | 703 'surfaces/surface_resource_holder.cc', |
702 'surfaces/surface_resource_holder.h', | 704 'surfaces/surface_resource_holder.h', |
703 'surfaces/surfaces_export.h', | 705 'surfaces/surfaces_export.h', |
704 ], | 706 ], |
705 'includes': [ | 707 'includes': [ |
706 '../build/android/increase_size_for_speed.gypi', | 708 '../build/android/increase_size_for_speed.gypi', |
707 ], | 709 ], |
708 }, | 710 }, |
709 ], | 711 ], |
710 } | 712 } |
OLD | NEW |