| 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 516 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 527 'scheduler/commit_earlyout_reason.h', | 527 'scheduler/commit_earlyout_reason.h', |
| 528 'scheduler/delay_based_time_source.cc', | 528 'scheduler/delay_based_time_source.cc', |
| 529 'scheduler/delay_based_time_source.h', | 529 'scheduler/delay_based_time_source.h', |
| 530 'scheduler/draw_result.h', | 530 'scheduler/draw_result.h', |
| 531 'scheduler/scheduler.cc', | 531 'scheduler/scheduler.cc', |
| 532 'scheduler/scheduler.h', | 532 'scheduler/scheduler.h', |
| 533 'scheduler/scheduler_settings.cc', | 533 'scheduler/scheduler_settings.cc', |
| 534 'scheduler/scheduler_settings.h', | 534 'scheduler/scheduler_settings.h', |
| 535 'scheduler/scheduler_state_machine.cc', | 535 'scheduler/scheduler_state_machine.cc', |
| 536 'scheduler/scheduler_state_machine.h', | 536 'scheduler/scheduler_state_machine.h', |
| 537 'scheduler/video_frame_controller.h', |
| 537 'trees/blocking_task_runner.cc', | 538 'trees/blocking_task_runner.cc', |
| 538 'trees/blocking_task_runner.h', | 539 'trees/blocking_task_runner.h', |
| 539 'trees/damage_tracker.cc', | 540 'trees/damage_tracker.cc', |
| 540 'trees/damage_tracker.h', | 541 'trees/damage_tracker.h', |
| 541 'trees/draw_property_utils.cc', | 542 'trees/draw_property_utils.cc', |
| 542 'trees/draw_property_utils.h', | 543 'trees/draw_property_utils.h', |
| 543 'trees/latency_info_swap_promise_monitor.cc', | 544 'trees/latency_info_swap_promise_monitor.cc', |
| 544 'trees/latency_info_swap_promise_monitor.h', | 545 'trees/latency_info_swap_promise_monitor.h', |
| 545 'trees/layer_tree_host.cc', | 546 'trees/layer_tree_host.cc', |
| 546 'trees/layer_tree_host.h', | 547 'trees/layer_tree_host.h', |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 622 'surfaces/surface_resource_holder.cc', | 623 'surfaces/surface_resource_holder.cc', |
| 623 'surfaces/surface_resource_holder.h', | 624 'surfaces/surface_resource_holder.h', |
| 624 'surfaces/surfaces_export.h', | 625 'surfaces/surfaces_export.h', |
| 625 ], | 626 ], |
| 626 'includes': [ | 627 'includes': [ |
| 627 '../build/android/increase_size_for_speed.gypi', | 628 '../build/android/increase_size_for_speed.gypi', |
| 628 ], | 629 ], |
| 629 }, | 630 }, |
| 630 ], | 631 ], |
| 631 } | 632 } |
| OLD | NEW |