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 371 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
382 'resources/raster_mode.h', | 382 'resources/raster_mode.h', |
383 'resources/raster_worker_pool.cc', | 383 'resources/raster_worker_pool.cc', |
384 'resources/raster_worker_pool.h', | 384 'resources/raster_worker_pool.h', |
385 'resources/rasterizer.cc', | 385 'resources/rasterizer.cc', |
386 'resources/rasterizer.h', | 386 'resources/rasterizer.h', |
387 'resources/release_callback.h', | 387 'resources/release_callback.h', |
388 'resources/resource.cc', | 388 'resources/resource.cc', |
389 'resources/resource.h', | 389 'resources/resource.h', |
390 'resources/resource_format.h', | 390 'resources/resource_format.h', |
391 'resources/resource_format.cc', | 391 'resources/resource_format.cc', |
| 392 'resources/resource_helper.cc', |
| 393 'resources/resource_helper.h', |
392 'resources/resource_pool.cc', | 394 'resources/resource_pool.cc', |
393 'resources/resource_pool.h', | 395 'resources/resource_pool.h', |
394 'resources/resource_provider.cc', | 396 'resources/resource_provider.cc', |
395 'resources/resource_provider.h', | 397 'resources/resource_provider.h', |
396 'resources/resource_update.cc', | 398 'resources/resource_update.cc', |
397 'resources/resource_update.h', | 399 'resources/resource_update.h', |
398 'resources/resource_update_controller.cc', | 400 'resources/resource_update_controller.cc', |
399 'resources/resource_update_controller.h', | 401 'resources/resource_update_controller.h', |
400 'resources/resource_update_queue.cc', | 402 'resources/resource_update_queue.cc', |
401 'resources/resource_update_queue.h', | 403 'resources/resource_update_queue.h', |
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
506 'surfaces/surface_id_allocator.h', | 508 'surfaces/surface_id_allocator.h', |
507 'surfaces/surface_manager.cc', | 509 'surfaces/surface_manager.cc', |
508 'surfaces/surface_manager.h', | 510 'surfaces/surface_manager.h', |
509 'surfaces/surface_resource_holder.cc', | 511 'surfaces/surface_resource_holder.cc', |
510 'surfaces/surface_resource_holder.h', | 512 'surfaces/surface_resource_holder.h', |
511 'surfaces/surfaces_export.h', | 513 'surfaces/surfaces_export.h', |
512 ], | 514 ], |
513 }, | 515 }, |
514 ], | 516 ], |
515 } | 517 } |
OLD | NEW |