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 410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
421 'resources/scoped_gpu_raster.h', | 421 'resources/scoped_gpu_raster.h', |
422 'resources/scoped_resource.cc', | 422 'resources/scoped_resource.cc', |
423 'resources/scoped_resource.h', | 423 'resources/scoped_resource.h', |
424 'resources/scoped_ui_resource.cc', | 424 'resources/scoped_ui_resource.cc', |
425 'resources/scoped_ui_resource.h', | 425 'resources/scoped_ui_resource.h', |
426 'resources/shared_bitmap.cc', | 426 'resources/shared_bitmap.cc', |
427 'resources/shared_bitmap.h', | 427 'resources/shared_bitmap.h', |
428 'resources/shared_bitmap_manager.h', | 428 'resources/shared_bitmap_manager.h', |
429 'resources/single_release_callback.cc', | 429 'resources/single_release_callback.cc', |
430 'resources/single_release_callback.h', | 430 'resources/single_release_callback.h', |
| 431 'resources/single_release_callback_impl.cc', |
| 432 'resources/single_release_callback_impl.h', |
431 'resources/skpicture_content_layer_updater.cc', | 433 'resources/skpicture_content_layer_updater.cc', |
432 'resources/skpicture_content_layer_updater.h', | 434 'resources/skpicture_content_layer_updater.h', |
433 'resources/task_graph_runner.cc', | 435 'resources/task_graph_runner.cc', |
434 'resources/task_graph_runner.h', | 436 'resources/task_graph_runner.h', |
435 'resources/texture_mailbox.cc', | 437 'resources/texture_mailbox.cc', |
436 'resources/texture_mailbox_deleter.cc', | 438 'resources/texture_mailbox_deleter.cc', |
437 'resources/texture_mailbox_deleter.h', | 439 'resources/texture_mailbox_deleter.h', |
438 'resources/texture_mailbox.h', | 440 'resources/texture_mailbox.h', |
439 'resources/texture_uploader.cc', | 441 'resources/texture_uploader.cc', |
440 'resources/texture_uploader.h', | 442 'resources/texture_uploader.h', |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
528 'surfaces/surface_id_allocator.h', | 530 'surfaces/surface_id_allocator.h', |
529 'surfaces/surface_manager.cc', | 531 'surfaces/surface_manager.cc', |
530 'surfaces/surface_manager.h', | 532 'surfaces/surface_manager.h', |
531 'surfaces/surface_resource_holder.cc', | 533 'surfaces/surface_resource_holder.cc', |
532 'surfaces/surface_resource_holder.h', | 534 'surfaces/surface_resource_holder.h', |
533 'surfaces/surfaces_export.h', | 535 'surfaces/surfaces_export.h', |
534 ], | 536 ], |
535 }, | 537 }, |
536 ], | 538 ], |
537 } | 539 } |
OLD | NEW |