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