| 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 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 'resources/picture_pile_base.h', | 363 'resources/picture_pile_base.h', |
| 364 'resources/picture_pile_impl.cc', | 364 'resources/picture_pile_impl.cc', |
| 365 'resources/picture_pile_impl.h', | 365 'resources/picture_pile_impl.h', |
| 366 'resources/pixel_buffer_raster_worker_pool.cc', | 366 'resources/pixel_buffer_raster_worker_pool.cc', |
| 367 'resources/pixel_buffer_raster_worker_pool.h', | 367 'resources/pixel_buffer_raster_worker_pool.h', |
| 368 'resources/platform_color.h', | 368 'resources/platform_color.h', |
| 369 'resources/prioritized_resource.cc', | 369 'resources/prioritized_resource.cc', |
| 370 'resources/prioritized_resource.h', | 370 'resources/prioritized_resource.h', |
| 371 'resources/prioritized_resource_manager.cc', | 371 'resources/prioritized_resource_manager.cc', |
| 372 'resources/prioritized_resource_manager.h', | 372 'resources/prioritized_resource_manager.h', |
| 373 'resources/prioritized_tile_set.cc', | |
| 374 'resources/prioritized_tile_set.h', | |
| 375 'resources/priority_calculator.cc', | 373 'resources/priority_calculator.cc', |
| 376 'resources/priority_calculator.h', | 374 'resources/priority_calculator.h', |
| 377 'resources/raster_mode.cc', | 375 'resources/raster_mode.cc', |
| 378 'resources/raster_mode.h', | 376 'resources/raster_mode.h', |
| 379 'resources/raster_worker_pool.cc', | 377 'resources/raster_worker_pool.cc', |
| 380 'resources/raster_worker_pool.h', | 378 'resources/raster_worker_pool.h', |
| 381 'resources/rasterizer.cc', | 379 'resources/rasterizer.cc', |
| 382 'resources/rasterizer.h', | 380 'resources/rasterizer.h', |
| 383 'resources/release_callback.h', | 381 'resources/release_callback.h', |
| 384 'resources/resource.cc', | 382 'resources/resource.cc', |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 498 'surfaces/surface_aggregator.cc', | 496 'surfaces/surface_aggregator.cc', |
| 499 'surfaces/surface_aggregator.h', | 497 'surfaces/surface_aggregator.h', |
| 500 'surfaces/surface_client.h', | 498 'surfaces/surface_client.h', |
| 501 'surfaces/surface_manager.cc', | 499 'surfaces/surface_manager.cc', |
| 502 'surfaces/surface_manager.h', | 500 'surfaces/surface_manager.h', |
| 503 'surfaces/surfaces_export.h', | 501 'surfaces/surfaces_export.h', |
| 504 ], | 502 ], |
| 505 }, | 503 }, |
| 506 ], | 504 ], |
| 507 } | 505 } |
| OLD | NEW |