| 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/raster_buffer.cc', | 427 'raster/raster_buffer.cc', |
| 428 'raster/raster_buffer.h', | 428 'raster/raster_buffer.h', |
| 429 'raster/scoped_gpu_raster.cc', | 429 'raster/scoped_gpu_raster.cc', |
| 430 'raster/scoped_gpu_raster.h', | 430 'raster/scoped_gpu_raster.h', |
| 431 'raster/single_thread_task_graph_runner.cc', | 431 'raster/single_thread_task_graph_runner.cc', |
| 432 'raster/single_thread_task_graph_runner.h', | 432 'raster/single_thread_task_graph_runner.h', |
| 433 'raster/staging_buffer_pool.cc', | 433 'raster/staging_buffer_pool.cc', |
| 434 'raster/staging_buffer_pool.h', | 434 'raster/staging_buffer_pool.h', |
| 435 'raster/synchronous_task_graph_runner.cc', | 435 'raster/synchronous_task_graph_runner.cc', |
| 436 'raster/synchronous_task_graph_runner.h', | 436 'raster/synchronous_task_graph_runner.h', |
| 437 'raster/task.cc', |
| 438 'raster/task.h', |
| 437 'raster/task_category.h', | 439 'raster/task_category.h', |
| 438 'raster/task_graph_runner.cc', | |
| 439 'raster/task_graph_runner.h', | 440 'raster/task_graph_runner.h', |
| 440 'raster/task_graph_work_queue.cc', | 441 'raster/task_graph_work_queue.cc', |
| 441 'raster/task_graph_work_queue.h', | 442 'raster/task_graph_work_queue.h', |
| 442 'raster/texture_compressor.cc', | 443 'raster/texture_compressor.cc', |
| 443 'raster/texture_compressor.h', | 444 'raster/texture_compressor.h', |
| 444 'raster/texture_compressor_etc1.cc', | 445 'raster/texture_compressor_etc1.cc', |
| 445 'raster/texture_compressor_etc1.h', | 446 'raster/texture_compressor_etc1.h', |
| 446 'raster/tile_task_runner.cc', | 447 'raster/tile_task_runner.cc', |
| 447 'raster/tile_task_runner.h', | 448 'raster/tile_task_runner.h', |
| 448 'raster/tile_task_worker_pool.cc', | 449 'raster/tile_task_worker_pool.cc', |
| (...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 700 'surfaces/surface_resource_holder.cc', | 701 'surfaces/surface_resource_holder.cc', |
| 701 'surfaces/surface_resource_holder.h', | 702 'surfaces/surface_resource_holder.h', |
| 702 'surfaces/surfaces_export.h', | 703 'surfaces/surfaces_export.h', |
| 703 ], | 704 ], |
| 704 'includes': [ | 705 'includes': [ |
| 705 '../build/android/increase_size_for_speed.gypi', | 706 '../build/android/increase_size_for_speed.gypi', |
| 706 ], | 707 ], |
| 707 }, | 708 }, |
| 708 ], | 709 ], |
| 709 } | 710 } |
| OLD | NEW |