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