| 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 430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 441 'resources/tile_priority.h', | 441 'resources/tile_priority.h', |
| 442 'resources/transferable_resource.cc', | 442 'resources/transferable_resource.cc', |
| 443 'resources/transferable_resource.h', | 443 'resources/transferable_resource.h', |
| 444 'resources/ui_resource_bitmap.cc', | 444 'resources/ui_resource_bitmap.cc', |
| 445 'resources/ui_resource_bitmap.h', | 445 'resources/ui_resource_bitmap.h', |
| 446 'resources/ui_resource_client.h', | 446 'resources/ui_resource_client.h', |
| 447 'resources/ui_resource_request.cc', | 447 'resources/ui_resource_request.cc', |
| 448 'resources/ui_resource_request.h', | 448 'resources/ui_resource_request.h', |
| 449 'resources/video_resource_updater.cc', | 449 'resources/video_resource_updater.cc', |
| 450 'resources/video_resource_updater.h', | 450 'resources/video_resource_updater.h', |
| 451 'scheduler/begin_frame_manager.cc', |
| 452 'scheduler/begin_frame_manager.h', |
| 451 'scheduler/delay_based_time_source.cc', | 453 'scheduler/delay_based_time_source.cc', |
| 452 'scheduler/delay_based_time_source.h', | 454 'scheduler/delay_based_time_source.h', |
| 453 'scheduler/draw_result.h', | 455 'scheduler/draw_result.h', |
| 454 'scheduler/scheduler.cc', | 456 'scheduler/scheduler.cc', |
| 455 'scheduler/scheduler.h', | 457 'scheduler/scheduler.h', |
| 456 'scheduler/scheduler_settings.cc', | 458 'scheduler/scheduler_settings.cc', |
| 457 'scheduler/scheduler_settings.h', | 459 'scheduler/scheduler_settings.h', |
| 458 'scheduler/scheduler_state_machine.cc', | 460 'scheduler/scheduler_state_machine.cc', |
| 459 'scheduler/scheduler_state_machine.h', | 461 'scheduler/scheduler_state_machine.h', |
| 460 'trees/blocking_task_runner.cc', | 462 'trees/blocking_task_runner.cc', |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 522 'surfaces/surface_id_allocator.h', | 524 'surfaces/surface_id_allocator.h', |
| 523 'surfaces/surface_manager.cc', | 525 'surfaces/surface_manager.cc', |
| 524 'surfaces/surface_manager.h', | 526 'surfaces/surface_manager.h', |
| 525 'surfaces/surface_resource_holder.cc', | 527 'surfaces/surface_resource_holder.cc', |
| 526 'surfaces/surface_resource_holder.h', | 528 'surfaces/surface_resource_holder.h', |
| 527 'surfaces/surfaces_export.h', | 529 'surfaces/surfaces_export.h', |
| 528 ], | 530 ], |
| 529 }, | 531 }, |
| 530 ], | 532 ], |
| 531 } | 533 } |
| OLD | NEW |