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 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
357 'resources/picture_pile_base.h', | 357 'resources/picture_pile_base.h', |
358 'resources/picture_pile_impl.cc', | 358 'resources/picture_pile_impl.cc', |
359 'resources/picture_pile_impl.h', | 359 'resources/picture_pile_impl.h', |
360 'resources/pixel_buffer_raster_worker_pool.cc', | 360 'resources/pixel_buffer_raster_worker_pool.cc', |
361 'resources/pixel_buffer_raster_worker_pool.h', | 361 'resources/pixel_buffer_raster_worker_pool.h', |
362 'resources/platform_color.h', | 362 'resources/platform_color.h', |
363 'resources/prioritized_resource.cc', | 363 'resources/prioritized_resource.cc', |
364 'resources/prioritized_resource.h', | 364 'resources/prioritized_resource.h', |
365 'resources/prioritized_resource_manager.cc', | 365 'resources/prioritized_resource_manager.cc', |
366 'resources/prioritized_resource_manager.h', | 366 'resources/prioritized_resource_manager.h', |
367 'resources/prioritized_tile_set.cc', | |
368 'resources/prioritized_tile_set.h', | |
369 'resources/priority_calculator.cc', | 367 'resources/priority_calculator.cc', |
370 'resources/priority_calculator.h', | 368 'resources/priority_calculator.h', |
371 'resources/raster_mode.cc', | 369 'resources/raster_mode.cc', |
372 'resources/raster_mode.h', | 370 'resources/raster_mode.h', |
373 'resources/raster_worker_pool.cc', | 371 'resources/raster_worker_pool.cc', |
374 'resources/raster_worker_pool.h', | 372 'resources/raster_worker_pool.h', |
375 'resources/rasterizer.cc', | 373 'resources/rasterizer.cc', |
376 'resources/rasterizer.h', | 374 'resources/rasterizer.h', |
377 'resources/rasterizer_delegate.cc', | 375 'resources/rasterizer_delegate.cc', |
378 'resources/rasterizer_delegate.h', | 376 'resources/rasterizer_delegate.h', |
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
490 'surfaces/surface.h', | 488 'surfaces/surface.h', |
491 'surfaces/surface_aggregator.cc', | 489 'surfaces/surface_aggregator.cc', |
492 'surfaces/surface_aggregator.h', | 490 'surfaces/surface_aggregator.h', |
493 'surfaces/surface_manager.cc', | 491 'surfaces/surface_manager.cc', |
494 'surfaces/surface_manager.h', | 492 'surfaces/surface_manager.h', |
495 'surfaces/surfaces_export.h', | 493 'surfaces/surfaces_export.h', |
496 ], | 494 ], |
497 }, | 495 }, |
498 ], | 496 ], |
499 } | 497 } |
OLD | NEW |