| 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 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 393 'resources/resource_pool.h', | 393 'resources/resource_pool.h', |
| 394 'resources/resource_provider.cc', | 394 'resources/resource_provider.cc', |
| 395 'resources/resource_provider.h', | 395 'resources/resource_provider.h', |
| 396 'resources/resource_update.cc', | 396 'resources/resource_update.cc', |
| 397 'resources/resource_update.h', | 397 'resources/resource_update.h', |
| 398 'resources/resource_update_controller.cc', | 398 'resources/resource_update_controller.cc', |
| 399 'resources/resource_update_controller.h', | 399 'resources/resource_update_controller.h', |
| 400 'resources/resource_update_queue.cc', | 400 'resources/resource_update_queue.cc', |
| 401 'resources/resource_update_queue.h', | 401 'resources/resource_update_queue.h', |
| 402 'resources/returned_resource.h', | 402 'resources/returned_resource.h', |
| 403 'resources/scoped_gpu_raster.cc', |
| 404 'resources/scoped_gpu_raster.h', |
| 403 'resources/scoped_resource.cc', | 405 'resources/scoped_resource.cc', |
| 404 'resources/scoped_resource.h', | 406 'resources/scoped_resource.h', |
| 405 'resources/scoped_ui_resource.cc', | 407 'resources/scoped_ui_resource.cc', |
| 406 'resources/scoped_ui_resource.h', | 408 'resources/scoped_ui_resource.h', |
| 407 'resources/shared_bitmap.cc', | 409 'resources/shared_bitmap.cc', |
| 408 'resources/shared_bitmap.h', | 410 'resources/shared_bitmap.h', |
| 409 'resources/shared_bitmap_manager.h', | 411 'resources/shared_bitmap_manager.h', |
| 410 'resources/single_release_callback.cc', | 412 'resources/single_release_callback.cc', |
| 411 'resources/single_release_callback.h', | 413 'resources/single_release_callback.h', |
| 412 'resources/skpicture_content_layer_updater.cc', | 414 'resources/skpicture_content_layer_updater.cc', |
| (...skipping 93 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 |