| 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 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 383 'resources/prioritized_resource.cc', | 383 'resources/prioritized_resource.cc', |
| 384 'resources/prioritized_resource.h', | 384 'resources/prioritized_resource.h', |
| 385 'resources/prioritized_resource_manager.cc', | 385 'resources/prioritized_resource_manager.cc', |
| 386 'resources/prioritized_resource_manager.h', | 386 'resources/prioritized_resource_manager.h', |
| 387 'resources/prioritized_tile_set.cc', | 387 'resources/prioritized_tile_set.cc', |
| 388 'resources/prioritized_tile_set.h', | 388 'resources/prioritized_tile_set.h', |
| 389 'resources/priority_calculator.cc', | 389 'resources/priority_calculator.cc', |
| 390 'resources/priority_calculator.h', | 390 'resources/priority_calculator.h', |
| 391 'resources/rasterizer.cc', | 391 'resources/rasterizer.cc', |
| 392 'resources/rasterizer.h', | 392 'resources/rasterizer.h', |
| 393 'resources/raster_buffer.h', |
| 393 'resources/raster_mode.cc', | 394 'resources/raster_mode.cc', |
| 394 'resources/raster_mode.h', | 395 'resources/raster_mode.h', |
| 395 'resources/raster_tile_priority_queue.cc', | 396 'resources/raster_tile_priority_queue.cc', |
| 396 'resources/raster_tile_priority_queue.h', | 397 'resources/raster_tile_priority_queue.h', |
| 397 'resources/raster_worker_pool.cc', | 398 'resources/raster_worker_pool.cc', |
| 398 'resources/raster_worker_pool.h', | 399 'resources/raster_worker_pool.h', |
| 399 'resources/release_callback.h', | 400 'resources/release_callback.h', |
| 400 'resources/resource.cc', | 401 'resources/resource.cc', |
| 401 'resources/resource_format.cc', | 402 'resources/resource_format.cc', |
| 402 'resources/resource_format.h', | 403 'resources/resource_format.h', |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 522 'surfaces/surface_id_allocator.h', | 523 'surfaces/surface_id_allocator.h', |
| 523 'surfaces/surface_manager.cc', | 524 'surfaces/surface_manager.cc', |
| 524 'surfaces/surface_manager.h', | 525 'surfaces/surface_manager.h', |
| 525 'surfaces/surface_resource_holder.cc', | 526 'surfaces/surface_resource_holder.cc', |
| 526 'surfaces/surface_resource_holder.h', | 527 'surfaces/surface_resource_holder.h', |
| 527 'surfaces/surfaces_export.h', | 528 'surfaces/surfaces_export.h', |
| 528 ], | 529 ], |
| 529 }, | 530 }, |
| 530 ], | 531 ], |
| 531 } | 532 } |
| OLD | NEW |