| 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/yuv_video_draw_quad.cc', | 409 'quads/yuv_video_draw_quad.cc', |
| 410 'quads/yuv_video_draw_quad.h', | 410 'quads/yuv_video_draw_quad.h', |
| 411 'raster/bitmap_tile_task_worker_pool.cc', | 411 'raster/bitmap_tile_task_worker_pool.cc', |
| 412 'raster/bitmap_tile_task_worker_pool.h', | 412 'raster/bitmap_tile_task_worker_pool.h', |
| 413 'raster/gpu_rasterizer.cc', | 413 'raster/gpu_rasterizer.cc', |
| 414 'raster/gpu_rasterizer.h', | 414 'raster/gpu_rasterizer.h', |
| 415 'raster/gpu_tile_task_worker_pool.cc', | 415 'raster/gpu_tile_task_worker_pool.cc', |
| 416 'raster/gpu_tile_task_worker_pool.h', | 416 'raster/gpu_tile_task_worker_pool.h', |
| 417 'raster/one_copy_tile_task_worker_pool.cc', | 417 'raster/one_copy_tile_task_worker_pool.cc', |
| 418 'raster/one_copy_tile_task_worker_pool.h', | 418 'raster/one_copy_tile_task_worker_pool.h', |
| 419 'raster/pixel_buffer_tile_task_worker_pool.cc', | |
| 420 'raster/pixel_buffer_tile_task_worker_pool.h', | |
| 421 'raster/raster_buffer.cc', | 419 'raster/raster_buffer.cc', |
| 422 'raster/raster_buffer.h', | 420 'raster/raster_buffer.h', |
| 423 'raster/scoped_gpu_raster.cc', | 421 'raster/scoped_gpu_raster.cc', |
| 424 'raster/scoped_gpu_raster.h', | 422 'raster/scoped_gpu_raster.h', |
| 425 'raster/task_graph_runner.cc', | 423 'raster/task_graph_runner.cc', |
| 426 'raster/task_graph_runner.h', | 424 'raster/task_graph_runner.h', |
| 427 'raster/texture_compressor.cc', | 425 'raster/texture_compressor.cc', |
| 428 'raster/texture_compressor.h', | 426 'raster/texture_compressor.h', |
| 429 'raster/texture_compressor_etc1.cc', | 427 'raster/texture_compressor_etc1.cc', |
| 430 'raster/texture_compressor_etc1.h', | 428 'raster/texture_compressor_etc1.h', |
| (...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 614 'surfaces/surface_resource_holder.cc', | 612 'surfaces/surface_resource_holder.cc', |
| 615 'surfaces/surface_resource_holder.h', | 613 'surfaces/surface_resource_holder.h', |
| 616 'surfaces/surfaces_export.h', | 614 'surfaces/surfaces_export.h', |
| 617 ], | 615 ], |
| 618 'includes': [ | 616 'includes': [ |
| 619 '../build/android/increase_size_for_speed.gypi', | 617 '../build/android/increase_size_for_speed.gypi', |
| 620 ], | 618 ], |
| 621 }, | 619 }, |
| 622 ], | 620 ], |
| 623 } | 621 } |
| OLD | NEW |