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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
361 'resources/picture_pile_base.h', | 361 'resources/picture_pile_base.h', |
362 'resources/picture_pile_impl.cc', | 362 'resources/picture_pile_impl.cc', |
363 'resources/picture_pile_impl.h', | 363 'resources/picture_pile_impl.h', |
364 'resources/pixel_buffer_raster_worker_pool.cc', | 364 'resources/pixel_buffer_raster_worker_pool.cc', |
365 'resources/pixel_buffer_raster_worker_pool.h', | 365 'resources/pixel_buffer_raster_worker_pool.h', |
366 'resources/platform_color.h', | 366 'resources/platform_color.h', |
367 'resources/prioritized_resource.cc', | 367 'resources/prioritized_resource.cc', |
368 'resources/prioritized_resource.h', | 368 'resources/prioritized_resource.h', |
369 'resources/prioritized_resource_manager.cc', | 369 'resources/prioritized_resource_manager.cc', |
370 'resources/prioritized_resource_manager.h', | 370 'resources/prioritized_resource_manager.h', |
371 'resources/prioritized_tile_set.cc', | |
372 'resources/prioritized_tile_set.h', | |
373 'resources/priority_calculator.cc', | 371 'resources/priority_calculator.cc', |
374 'resources/priority_calculator.h', | 372 'resources/priority_calculator.h', |
375 'resources/raster_mode.cc', | 373 'resources/raster_mode.cc', |
376 'resources/raster_mode.h', | 374 'resources/raster_mode.h', |
377 'resources/raster_worker_pool.cc', | 375 'resources/raster_worker_pool.cc', |
378 'resources/raster_worker_pool.h', | 376 'resources/raster_worker_pool.h', |
379 'resources/rasterizer.cc', | 377 'resources/rasterizer.cc', |
380 'resources/rasterizer.h', | 378 'resources/rasterizer.h', |
381 'resources/release_callback.h', | 379 'resources/release_callback.h', |
382 'resources/resource.cc', | 380 'resources/resource.cc', |
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
492 'surfaces/surface.h', | 490 'surfaces/surface.h', |
493 'surfaces/surface_aggregator.cc', | 491 'surfaces/surface_aggregator.cc', |
494 'surfaces/surface_aggregator.h', | 492 'surfaces/surface_aggregator.h', |
495 'surfaces/surface_manager.cc', | 493 'surfaces/surface_manager.cc', |
496 'surfaces/surface_manager.h', | 494 'surfaces/surface_manager.h', |
497 'surfaces/surfaces_export.h', | 495 'surfaces/surfaces_export.h', |
498 ], | 496 ], |
499 }, | 497 }, |
500 ], | 498 ], |
501 } | 499 } |
OLD | NEW |