| 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 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 420 'resources/ui_resource_bitmap.cc', | 420 'resources/ui_resource_bitmap.cc', |
| 421 'resources/ui_resource_bitmap.h', | 421 'resources/ui_resource_bitmap.h', |
| 422 'resources/ui_resource_client.h', | 422 'resources/ui_resource_client.h', |
| 423 'resources/ui_resource_request.cc', | 423 'resources/ui_resource_request.cc', |
| 424 'resources/ui_resource_request.h', | 424 'resources/ui_resource_request.h', |
| 425 'resources/video_resource_updater.cc', | 425 'resources/video_resource_updater.cc', |
| 426 'resources/video_resource_updater.h', | 426 'resources/video_resource_updater.h', |
| 427 'scheduler/delay_based_time_source.cc', | 427 'scheduler/delay_based_time_source.cc', |
| 428 'scheduler/delay_based_time_source.h', | 428 'scheduler/delay_based_time_source.h', |
| 429 'scheduler/draw_swap_readback_result.h', | 429 'scheduler/draw_swap_readback_result.h', |
| 430 'scheduler/frame_source.cc', |
| 431 'scheduler/frame_source.h', |
| 430 'scheduler/scheduler.cc', | 432 'scheduler/scheduler.cc', |
| 431 'scheduler/scheduler.h', | 433 'scheduler/scheduler.h', |
| 432 'scheduler/scheduler_settings.cc', | 434 'scheduler/scheduler_settings.cc', |
| 433 'scheduler/scheduler_settings.h', | 435 'scheduler/scheduler_settings.h', |
| 434 'scheduler/scheduler_state_machine.cc', | 436 'scheduler/scheduler_state_machine.cc', |
| 435 'scheduler/scheduler_state_machine.h', | 437 'scheduler/scheduler_state_machine.h', |
| 436 'scheduler/time_source.h', | 438 'scheduler/time_source.h', |
| 437 'trees/blocking_task_runner.cc', | 439 'trees/blocking_task_runner.cc', |
| 438 'trees/blocking_task_runner.h', | 440 'trees/blocking_task_runner.h', |
| 439 'trees/damage_tracker.cc', | 441 'trees/damage_tracker.cc', |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 488 'surfaces/surface.h', | 490 'surfaces/surface.h', |
| 489 'surfaces/surface_aggregator.cc', | 491 'surfaces/surface_aggregator.cc', |
| 490 'surfaces/surface_aggregator.h', | 492 'surfaces/surface_aggregator.h', |
| 491 'surfaces/surface_manager.cc', | 493 'surfaces/surface_manager.cc', |
| 492 'surfaces/surface_manager.h', | 494 'surfaces/surface_manager.h', |
| 493 'surfaces/surfaces_export.h', | 495 'surfaces/surfaces_export.h', |
| 494 ], | 496 ], |
| 495 }, | 497 }, |
| 496 ], | 498 ], |
| 497 } | 499 } |
| OLD | NEW |