| 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/picture_pile_base.h', | 367 'resources/picture_pile_base.h', |
| 368 'resources/picture_pile_impl.cc', | 368 'resources/picture_pile_impl.cc', |
| 369 'resources/picture_pile_impl.h', | 369 'resources/picture_pile_impl.h', |
| 370 'resources/pixel_buffer_raster_worker_pool.cc', | 370 'resources/pixel_buffer_raster_worker_pool.cc', |
| 371 'resources/pixel_buffer_raster_worker_pool.h', | 371 'resources/pixel_buffer_raster_worker_pool.h', |
| 372 'resources/platform_color.h', | 372 'resources/platform_color.h', |
| 373 'resources/prioritized_resource.cc', | 373 'resources/prioritized_resource.cc', |
| 374 'resources/prioritized_resource.h', | 374 'resources/prioritized_resource.h', |
| 375 'resources/prioritized_resource_manager.cc', | 375 'resources/prioritized_resource_manager.cc', |
| 376 'resources/prioritized_resource_manager.h', | 376 'resources/prioritized_resource_manager.h', |
| 377 'resources/prioritized_tile_set.cc', | |
| 378 'resources/prioritized_tile_set.h', | |
| 379 'resources/priority_calculator.cc', | 377 'resources/priority_calculator.cc', |
| 380 'resources/priority_calculator.h', | 378 'resources/priority_calculator.h', |
| 381 'resources/raster_mode.cc', | 379 'resources/raster_mode.cc', |
| 382 'resources/raster_mode.h', | 380 'resources/raster_mode.h', |
| 383 'resources/raster_worker_pool.cc', | 381 'resources/raster_worker_pool.cc', |
| 384 'resources/raster_worker_pool.h', | 382 'resources/raster_worker_pool.h', |
| 385 'resources/rasterizer.cc', | 383 'resources/rasterizer.cc', |
| 386 'resources/rasterizer.h', | 384 'resources/rasterizer.h', |
| 387 'resources/release_callback.h', | 385 'resources/release_callback.h', |
| 388 'resources/resource.cc', | 386 'resources/resource.cc', |
| (...skipping 29 matching lines...) Expand all Loading... |
| 418 'resources/texture_mailbox_deleter.cc', | 416 'resources/texture_mailbox_deleter.cc', |
| 419 'resources/texture_mailbox_deleter.h', | 417 'resources/texture_mailbox_deleter.h', |
| 420 'resources/texture_uploader.cc', | 418 'resources/texture_uploader.cc', |
| 421 'resources/texture_uploader.h', | 419 'resources/texture_uploader.h', |
| 422 'resources/tile.cc', | 420 'resources/tile.cc', |
| 423 'resources/tile.h', | 421 'resources/tile.h', |
| 424 'resources/tile_manager.cc', | 422 'resources/tile_manager.cc', |
| 425 'resources/tile_manager.h', | 423 'resources/tile_manager.h', |
| 426 'resources/tile_priority.cc', | 424 'resources/tile_priority.cc', |
| 427 'resources/tile_priority.h', | 425 'resources/tile_priority.h', |
| 426 'resources/tile_priority_queue.cc', |
| 427 'resources/tile_priority_queue.h', |
| 428 'resources/transferable_resource.cc', | 428 'resources/transferable_resource.cc', |
| 429 'resources/transferable_resource.h', | 429 'resources/transferable_resource.h', |
| 430 'resources/ui_resource_bitmap.cc', | 430 'resources/ui_resource_bitmap.cc', |
| 431 'resources/ui_resource_bitmap.h', | 431 'resources/ui_resource_bitmap.h', |
| 432 'resources/ui_resource_client.h', | 432 'resources/ui_resource_client.h', |
| 433 'resources/ui_resource_request.cc', | 433 'resources/ui_resource_request.cc', |
| 434 'resources/ui_resource_request.h', | 434 'resources/ui_resource_request.h', |
| 435 'resources/video_resource_updater.cc', | 435 'resources/video_resource_updater.cc', |
| 436 'resources/video_resource_updater.h', | 436 'resources/video_resource_updater.h', |
| 437 'scheduler/delay_based_time_source.cc', | 437 'scheduler/delay_based_time_source.cc', |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 506 'surfaces/surface_id_allocator.h', | 506 'surfaces/surface_id_allocator.h', |
| 507 'surfaces/surface_manager.cc', | 507 'surfaces/surface_manager.cc', |
| 508 'surfaces/surface_manager.h', | 508 'surfaces/surface_manager.h', |
| 509 'surfaces/surface_resource_holder.cc', | 509 'surfaces/surface_resource_holder.cc', |
| 510 'surfaces/surface_resource_holder.h', | 510 'surfaces/surface_resource_holder.h', |
| 511 'surfaces/surfaces_export.h', | 511 'surfaces/surfaces_export.h', |
| 512 ], | 512 ], |
| 513 }, | 513 }, |
| 514 ], | 514 ], |
| 515 } | 515 } |
| OLD | NEW |