| 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 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 378 'resources/picture_pile.h', | 378 'resources/picture_pile.h', |
| 379 'resources/picture_pile_impl.cc', | 379 'resources/picture_pile_impl.cc', |
| 380 'resources/picture_pile_impl.h', | 380 'resources/picture_pile_impl.h', |
| 381 'resources/pixel_buffer_raster_worker_pool.cc', | 381 'resources/pixel_buffer_raster_worker_pool.cc', |
| 382 'resources/pixel_buffer_raster_worker_pool.h', | 382 'resources/pixel_buffer_raster_worker_pool.h', |
| 383 'resources/platform_color.h', | 383 'resources/platform_color.h', |
| 384 'resources/prioritized_resource.cc', | 384 'resources/prioritized_resource.cc', |
| 385 'resources/prioritized_resource.h', | 385 'resources/prioritized_resource.h', |
| 386 'resources/prioritized_resource_manager.cc', | 386 'resources/prioritized_resource_manager.cc', |
| 387 'resources/prioritized_resource_manager.h', | 387 'resources/prioritized_resource_manager.h', |
| 388 'resources/prioritized_tile_set.cc', | |
| 389 'resources/prioritized_tile_set.h', | |
| 390 'resources/priority_calculator.cc', | 388 'resources/priority_calculator.cc', |
| 391 'resources/priority_calculator.h', | 389 'resources/priority_calculator.h', |
| 392 'resources/rasterizer.cc', | 390 'resources/rasterizer.cc', |
| 393 'resources/rasterizer.h', | 391 'resources/rasterizer.h', |
| 394 'resources/raster_mode.cc', | 392 'resources/raster_mode.cc', |
| 395 'resources/raster_mode.h', | 393 'resources/raster_mode.h', |
| 396 'resources/raster_tile_priority_queue.cc', | 394 'resources/raster_tile_priority_queue.cc', |
| 397 'resources/raster_tile_priority_queue.h', | 395 'resources/raster_tile_priority_queue.h', |
| 398 'resources/raster_worker_pool.cc', | 396 'resources/raster_worker_pool.cc', |
| 399 'resources/raster_worker_pool.h', | 397 'resources/raster_worker_pool.h', |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 523 'surfaces/surface_id_allocator.h', | 521 'surfaces/surface_id_allocator.h', |
| 524 'surfaces/surface_manager.cc', | 522 'surfaces/surface_manager.cc', |
| 525 'surfaces/surface_manager.h', | 523 'surfaces/surface_manager.h', |
| 526 'surfaces/surface_resource_holder.cc', | 524 'surfaces/surface_resource_holder.cc', |
| 527 'surfaces/surface_resource_holder.h', | 525 'surfaces/surface_resource_holder.h', |
| 528 'surfaces/surfaces_export.h', | 526 'surfaces/surfaces_export.h', |
| 529 ], | 527 ], |
| 530 }, | 528 }, |
| 531 ], | 529 ], |
| 532 } | 530 } |
| OLD | NEW |