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 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
367 'resources/prioritized_tile_set.cc', | 367 'resources/prioritized_tile_set.cc', |
368 'resources/prioritized_tile_set.h', | 368 'resources/prioritized_tile_set.h', |
369 'resources/priority_calculator.cc', | 369 'resources/priority_calculator.cc', |
370 'resources/priority_calculator.h', | 370 'resources/priority_calculator.h', |
371 'resources/raster_mode.cc', | 371 'resources/raster_mode.cc', |
372 'resources/raster_mode.h', | 372 'resources/raster_mode.h', |
373 'resources/raster_worker_pool.cc', | 373 'resources/raster_worker_pool.cc', |
374 'resources/raster_worker_pool.h', | 374 'resources/raster_worker_pool.h', |
375 'resources/rasterizer.cc', | 375 'resources/rasterizer.cc', |
376 'resources/rasterizer.h', | 376 'resources/rasterizer.h', |
377 'resources/rasterizer_delegate.cc', | |
378 'resources/rasterizer_delegate.h', | |
379 'resources/release_callback.h', | 377 'resources/release_callback.h', |
380 'resources/resource.cc', | 378 'resources/resource.cc', |
381 'resources/resource.h', | 379 'resources/resource.h', |
382 'resources/resource_format.h', | 380 'resources/resource_format.h', |
383 'resources/resource_format.cc', | 381 'resources/resource_format.cc', |
384 'resources/resource_pool.cc', | 382 'resources/resource_pool.cc', |
385 'resources/resource_pool.h', | 383 'resources/resource_pool.h', |
386 'resources/resource_provider.cc', | 384 'resources/resource_provider.cc', |
387 'resources/resource_provider.h', | 385 'resources/resource_provider.h', |
388 'resources/resource_update.cc', | 386 'resources/resource_update.cc', |
(...skipping 101 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 |