| 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 416 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 427 'raster/task.cc', | 427 'raster/task.cc', |
| 428 'raster/task.h', | 428 'raster/task.h', |
| 429 'raster/gpu_rasterizer.cc', | 429 'raster/gpu_rasterizer.cc', |
| 430 'raster/gpu_rasterizer.h', | 430 'raster/gpu_rasterizer.h', |
| 431 'raster/gpu_tile_task_worker_pool.cc', | 431 'raster/gpu_tile_task_worker_pool.cc', |
| 432 'raster/gpu_tile_task_worker_pool.h', | 432 'raster/gpu_tile_task_worker_pool.h', |
| 433 'raster/one_copy_tile_task_worker_pool.cc', | 433 'raster/one_copy_tile_task_worker_pool.cc', |
| 434 'raster/one_copy_tile_task_worker_pool.h', | 434 'raster/one_copy_tile_task_worker_pool.h', |
| 435 'raster/raster_buffer.cc', | 435 'raster/raster_buffer.cc', |
| 436 'raster/raster_buffer.h', | 436 'raster/raster_buffer.h', |
| 437 'raster/rastering_info.cc', |
| 438 'raster/rastering_info.h', |
| 437 'raster/scoped_gpu_raster.cc', | 439 'raster/scoped_gpu_raster.cc', |
| 438 'raster/scoped_gpu_raster.h', | 440 'raster/scoped_gpu_raster.h', |
| 439 'raster/single_thread_task_graph_runner.cc', | 441 'raster/single_thread_task_graph_runner.cc', |
| 440 'raster/single_thread_task_graph_runner.h', | 442 'raster/single_thread_task_graph_runner.h', |
| 441 'raster/staging_buffer_pool.cc', | 443 'raster/staging_buffer_pool.cc', |
| 442 'raster/staging_buffer_pool.h', | 444 'raster/staging_buffer_pool.h', |
| 443 'raster/synchronous_task_graph_runner.cc', | 445 'raster/synchronous_task_graph_runner.cc', |
| 444 'raster/synchronous_task_graph_runner.h', | 446 'raster/synchronous_task_graph_runner.h', |
| 445 'raster/task_category.h', | 447 'raster/task_category.h', |
| 446 'raster/task_graph_runner.cc', | 448 'raster/task_graph_runner.cc', |
| (...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 708 'surfaces/surface_resource_holder.cc', | 710 'surfaces/surface_resource_holder.cc', |
| 709 'surfaces/surface_resource_holder.h', | 711 'surfaces/surface_resource_holder.h', |
| 710 'surfaces/surfaces_export.h', | 712 'surfaces/surfaces_export.h', |
| 711 ], | 713 ], |
| 712 'includes': [ | 714 'includes': [ |
| 713 '../build/android/increase_size_for_speed.gypi', | 715 '../build/android/increase_size_for_speed.gypi', |
| 714 ], | 716 ], |
| 715 }, | 717 }, |
| 716 ], | 718 ], |
| 717 } | 719 } |
| OLD | NEW |