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 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
418 'raster/gpu_rasterizer.cc', | 418 'raster/gpu_rasterizer.cc', |
419 'raster/gpu_rasterizer.h', | 419 'raster/gpu_rasterizer.h', |
420 'raster/gpu_tile_task_worker_pool.cc', | 420 'raster/gpu_tile_task_worker_pool.cc', |
421 'raster/gpu_tile_task_worker_pool.h', | 421 'raster/gpu_tile_task_worker_pool.h', |
422 'raster/one_copy_tile_task_worker_pool.cc', | 422 'raster/one_copy_tile_task_worker_pool.cc', |
423 'raster/one_copy_tile_task_worker_pool.h', | 423 'raster/one_copy_tile_task_worker_pool.h', |
424 'raster/raster_buffer.cc', | 424 'raster/raster_buffer.cc', |
425 'raster/raster_buffer.h', | 425 'raster/raster_buffer.h', |
426 'raster/scoped_gpu_raster.cc', | 426 'raster/scoped_gpu_raster.cc', |
427 'raster/scoped_gpu_raster.h', | 427 'raster/scoped_gpu_raster.h', |
| 428 'raster/single_thread_task_graph_runner.cc', |
| 429 'raster/single_thread_task_graph_runner.h', |
| 430 'raster/synchronous_task_graph_runner.cc', |
| 431 'raster/synchronous_task_graph_runner.h', |
428 'raster/task_graph_runner.cc', | 432 'raster/task_graph_runner.cc', |
429 'raster/task_graph_runner.h', | 433 'raster/task_graph_runner.h', |
| 434 'raster/task_graph_work_queue.cc', |
| 435 'raster/task_graph_work_queue.h', |
430 'raster/texture_compressor.cc', | 436 'raster/texture_compressor.cc', |
431 'raster/texture_compressor.h', | 437 'raster/texture_compressor.h', |
432 'raster/texture_compressor_etc1.cc', | 438 'raster/texture_compressor_etc1.cc', |
433 'raster/texture_compressor_etc1.h', | 439 'raster/texture_compressor_etc1.h', |
434 'raster/tile_task_runner.cc', | 440 'raster/tile_task_runner.cc', |
435 'raster/tile_task_runner.h', | 441 'raster/tile_task_runner.h', |
436 'raster/tile_task_worker_pool.cc', | 442 'raster/tile_task_worker_pool.cc', |
437 'raster/tile_task_worker_pool.h', | 443 'raster/tile_task_worker_pool.h', |
438 'raster/zero_copy_tile_task_worker_pool.cc', | 444 'raster/zero_copy_tile_task_worker_pool.cc', |
439 'raster/zero_copy_tile_task_worker_pool.h', | 445 'raster/zero_copy_tile_task_worker_pool.h', |
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
665 'surfaces/surface_resource_holder.cc', | 671 'surfaces/surface_resource_holder.cc', |
666 'surfaces/surface_resource_holder.h', | 672 'surfaces/surface_resource_holder.h', |
667 'surfaces/surfaces_export.h', | 673 'surfaces/surfaces_export.h', |
668 ], | 674 ], |
669 'includes': [ | 675 'includes': [ |
670 '../build/android/increase_size_for_speed.gypi', | 676 '../build/android/increase_size_for_speed.gypi', |
671 ], | 677 ], |
672 }, | 678 }, |
673 ], | 679 ], |
674 } | 680 } |
OLD | NEW |