| 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 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 426 'resources/ui_resource_bitmap.cc', | 426 'resources/ui_resource_bitmap.cc', |
| 427 'resources/ui_resource_bitmap.h', | 427 'resources/ui_resource_bitmap.h', |
| 428 'resources/ui_resource_client.h', | 428 'resources/ui_resource_client.h', |
| 429 'resources/ui_resource_request.cc', | 429 'resources/ui_resource_request.cc', |
| 430 'resources/ui_resource_request.h', | 430 'resources/ui_resource_request.h', |
| 431 'resources/video_resource_updater.cc', | 431 'resources/video_resource_updater.cc', |
| 432 'resources/video_resource_updater.h', | 432 'resources/video_resource_updater.h', |
| 433 'scheduler/delay_based_time_source.cc', | 433 'scheduler/delay_based_time_source.cc', |
| 434 'scheduler/delay_based_time_source.h', | 434 'scheduler/delay_based_time_source.h', |
| 435 'scheduler/draw_result.h', | 435 'scheduler/draw_result.h', |
| 436 'scheduler/frame_source.cc', |
| 437 'scheduler/frame_source.h', |
| 436 'scheduler/scheduler.cc', | 438 'scheduler/scheduler.cc', |
| 437 'scheduler/scheduler.h', | 439 'scheduler/scheduler.h', |
| 438 'scheduler/scheduler_settings.cc', | 440 'scheduler/scheduler_settings.cc', |
| 439 'scheduler/scheduler_settings.h', | 441 'scheduler/scheduler_settings.h', |
| 440 'scheduler/scheduler_state_machine.cc', | 442 'scheduler/scheduler_state_machine.cc', |
| 441 'scheduler/scheduler_state_machine.h', | 443 'scheduler/scheduler_state_machine.h', |
| 442 'scheduler/time_source.h', | 444 'scheduler/time_source.h', |
| 443 'trees/blocking_task_runner.cc', | 445 'trees/blocking_task_runner.cc', |
| 444 'trees/blocking_task_runner.h', | 446 'trees/blocking_task_runner.h', |
| 445 'trees/damage_tracker.cc', | 447 'trees/damage_tracker.cc', |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 498 'surfaces/surface_aggregator.cc', | 500 'surfaces/surface_aggregator.cc', |
| 499 'surfaces/surface_aggregator.h', | 501 'surfaces/surface_aggregator.h', |
| 500 'surfaces/surface_client.h', | 502 'surfaces/surface_client.h', |
| 501 'surfaces/surface_manager.cc', | 503 'surfaces/surface_manager.cc', |
| 502 'surfaces/surface_manager.h', | 504 'surfaces/surface_manager.h', |
| 503 'surfaces/surfaces_export.h', | 505 'surfaces/surfaces_export.h', |
| 504 ], | 506 ], |
| 505 }, | 507 }, |
| 506 ], | 508 ], |
| 507 } | 509 } |
| OLD | NEW |