| 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 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 462 'resources/ui_resource_client.h', | 462 'resources/ui_resource_client.h', |
| 463 'resources/ui_resource_request.cc', | 463 'resources/ui_resource_request.cc', |
| 464 'resources/ui_resource_request.h', | 464 'resources/ui_resource_request.h', |
| 465 'resources/video_resource_updater.cc', | 465 'resources/video_resource_updater.cc', |
| 466 'resources/video_resource_updater.h', | 466 'resources/video_resource_updater.h', |
| 467 'scheduler/begin_frame_source.cc', | 467 'scheduler/begin_frame_source.cc', |
| 468 'scheduler/begin_frame_source.h', | 468 'scheduler/begin_frame_source.h', |
| 469 'scheduler/begin_frame_tracker.cc', | 469 'scheduler/begin_frame_tracker.cc', |
| 470 'scheduler/begin_frame_tracker.h', | 470 'scheduler/begin_frame_tracker.h', |
| 471 'scheduler/commit_earlyout_reason.h', | 471 'scheduler/commit_earlyout_reason.h', |
| 472 'scheduler/compositor_timing_history.cc', |
| 473 'scheduler/compositor_timing_history.h', |
| 472 'scheduler/delay_based_time_source.cc', | 474 'scheduler/delay_based_time_source.cc', |
| 473 'scheduler/delay_based_time_source.h', | 475 'scheduler/delay_based_time_source.h', |
| 474 'scheduler/draw_result.h', | 476 'scheduler/draw_result.h', |
| 475 'scheduler/scheduler.cc', | 477 'scheduler/scheduler.cc', |
| 476 'scheduler/scheduler.h', | 478 'scheduler/scheduler.h', |
| 477 'scheduler/scheduler_settings.cc', | 479 'scheduler/scheduler_settings.cc', |
| 478 'scheduler/scheduler_settings.h', | 480 'scheduler/scheduler_settings.h', |
| 479 'scheduler/scheduler_state_machine.cc', | 481 'scheduler/scheduler_state_machine.cc', |
| 480 'scheduler/scheduler_state_machine.h', | 482 'scheduler/scheduler_state_machine.h', |
| 481 'scheduler/video_frame_controller.h', | 483 'scheduler/video_frame_controller.h', |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 530 'trees/occlusion.cc', | 532 'trees/occlusion.cc', |
| 531 'trees/occlusion.h', | 533 'trees/occlusion.h', |
| 532 'trees/occlusion_tracker.cc', | 534 'trees/occlusion_tracker.cc', |
| 533 'trees/occlusion_tracker.h', | 535 'trees/occlusion_tracker.h', |
| 534 'trees/property_tree.cc', | 536 'trees/property_tree.cc', |
| 535 'trees/property_tree.h', | 537 'trees/property_tree.h', |
| 536 'trees/property_tree_builder.cc', | 538 'trees/property_tree_builder.cc', |
| 537 'trees/property_tree_builder.h', | 539 'trees/property_tree_builder.h', |
| 538 'trees/proxy.cc', | 540 'trees/proxy.cc', |
| 539 'trees/proxy.h', | 541 'trees/proxy.h', |
| 540 'trees/proxy_timing_history.cc', | |
| 541 'trees/proxy_timing_history.h', | |
| 542 'trees/scoped_abort_remaining_swap_promises.h', | 542 'trees/scoped_abort_remaining_swap_promises.h', |
| 543 'trees/single_thread_proxy.cc', | 543 'trees/single_thread_proxy.cc', |
| 544 'trees/single_thread_proxy.h', | 544 'trees/single_thread_proxy.h', |
| 545 'trees/swap_promise_monitor.cc', | 545 'trees/swap_promise_monitor.cc', |
| 546 'trees/swap_promise_monitor.h', | 546 'trees/swap_promise_monitor.h', |
| 547 'trees/thread_proxy.cc', | 547 'trees/thread_proxy.cc', |
| 548 'trees/thread_proxy.h', | 548 'trees/thread_proxy.h', |
| 549 'trees/tree_synchronizer.cc', | 549 'trees/tree_synchronizer.cc', |
| 550 'trees/tree_synchronizer.h', | 550 'trees/tree_synchronizer.h', |
| 551 ], | 551 ], |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 604 'surfaces/surface_resource_holder.cc', | 604 'surfaces/surface_resource_holder.cc', |
| 605 'surfaces/surface_resource_holder.h', | 605 'surfaces/surface_resource_holder.h', |
| 606 'surfaces/surfaces_export.h', | 606 'surfaces/surfaces_export.h', |
| 607 ], | 607 ], |
| 608 'includes': [ | 608 'includes': [ |
| 609 '../build/android/increase_size_for_speed.gypi', | 609 '../build/android/increase_size_for_speed.gypi', |
| 610 ], | 610 ], |
| 611 }, | 611 }, |
| 612 ], | 612 ], |
| 613 } | 613 } |
| OLD | NEW |