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 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
414 'raster/gpu_rasterizer.cc', | 414 'raster/gpu_rasterizer.cc', |
415 'raster/gpu_rasterizer.h', | 415 'raster/gpu_rasterizer.h', |
416 'raster/gpu_tile_task_worker_pool.cc', | 416 'raster/gpu_tile_task_worker_pool.cc', |
417 'raster/gpu_tile_task_worker_pool.h', | 417 'raster/gpu_tile_task_worker_pool.h', |
418 'raster/one_copy_tile_task_worker_pool.cc', | 418 'raster/one_copy_tile_task_worker_pool.cc', |
419 'raster/one_copy_tile_task_worker_pool.h', | 419 'raster/one_copy_tile_task_worker_pool.h', |
420 'raster/raster_buffer.cc', | 420 'raster/raster_buffer.cc', |
421 'raster/raster_buffer.h', | 421 'raster/raster_buffer.h', |
422 'raster/scoped_gpu_raster.cc', | 422 'raster/scoped_gpu_raster.cc', |
423 'raster/scoped_gpu_raster.h', | 423 'raster/scoped_gpu_raster.h', |
| 424 'raster/single_thread_task_graph_runner.cc', |
| 425 'raster/single_thread_task_graph_runner.h', |
| 426 'raster/synchronous_task_graph_runner.cc', |
| 427 'raster/synchronous_task_graph_runner.h', |
424 'raster/task_graph_runner.cc', | 428 'raster/task_graph_runner.cc', |
425 'raster/task_graph_runner.h', | 429 'raster/task_graph_runner.h', |
| 430 'raster/task_graph_work_queue.cc', |
| 431 'raster/task_graph_work_queue.h', |
426 'raster/texture_compressor.cc', | 432 'raster/texture_compressor.cc', |
427 'raster/texture_compressor.h', | 433 'raster/texture_compressor.h', |
428 'raster/texture_compressor_etc1.cc', | 434 'raster/texture_compressor_etc1.cc', |
429 'raster/texture_compressor_etc1.h', | 435 'raster/texture_compressor_etc1.h', |
430 'raster/tile_task_runner.cc', | 436 'raster/tile_task_runner.cc', |
431 'raster/tile_task_runner.h', | 437 'raster/tile_task_runner.h', |
432 'raster/tile_task_worker_pool.cc', | 438 'raster/tile_task_worker_pool.cc', |
433 'raster/tile_task_worker_pool.h', | 439 'raster/tile_task_worker_pool.h', |
434 'raster/zero_copy_tile_task_worker_pool.cc', | 440 'raster/zero_copy_tile_task_worker_pool.cc', |
435 'raster/zero_copy_tile_task_worker_pool.h', | 441 'raster/zero_copy_tile_task_worker_pool.h', |
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
653 'surfaces/surface_resource_holder.cc', | 659 'surfaces/surface_resource_holder.cc', |
654 'surfaces/surface_resource_holder.h', | 660 'surfaces/surface_resource_holder.h', |
655 'surfaces/surfaces_export.h', | 661 'surfaces/surfaces_export.h', |
656 ], | 662 ], |
657 'includes': [ | 663 'includes': [ |
658 '../build/android/increase_size_for_speed.gypi', | 664 '../build/android/increase_size_for_speed.gypi', |
659 ], | 665 ], |
660 }, | 666 }, |
661 ], | 667 ], |
662 } | 668 } |
OLD | NEW |