| 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 509 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 520 'resources/ui_resource_bitmap.h', | 520 'resources/ui_resource_bitmap.h', |
| 521 'resources/ui_resource_client.h', | 521 'resources/ui_resource_client.h', |
| 522 'resources/ui_resource_request.cc', | 522 'resources/ui_resource_request.cc', |
| 523 'resources/ui_resource_request.h', | 523 'resources/ui_resource_request.h', |
| 524 'resources/video_resource_updater.cc', | 524 'resources/video_resource_updater.cc', |
| 525 'resources/video_resource_updater.h', | 525 'resources/video_resource_updater.h', |
| 526 'resources/zero_copy_tile_task_worker_pool.cc', | 526 'resources/zero_copy_tile_task_worker_pool.cc', |
| 527 'resources/zero_copy_tile_task_worker_pool.h', | 527 'resources/zero_copy_tile_task_worker_pool.h', |
| 528 'scheduler/begin_frame_source.cc', | 528 'scheduler/begin_frame_source.cc', |
| 529 'scheduler/begin_frame_source.h', | 529 'scheduler/begin_frame_source.h', |
| 530 'scheduler/begin_frame_tracker.cc', |
| 531 'scheduler/begin_frame_tracker.h', |
| 530 'scheduler/commit_earlyout_reason.h', | 532 'scheduler/commit_earlyout_reason.h', |
| 531 'scheduler/delay_based_time_source.cc', | 533 'scheduler/delay_based_time_source.cc', |
| 532 'scheduler/delay_based_time_source.h', | 534 'scheduler/delay_based_time_source.h', |
| 533 'scheduler/draw_result.h', | 535 'scheduler/draw_result.h', |
| 534 'scheduler/scheduler.cc', | 536 'scheduler/scheduler.cc', |
| 535 'scheduler/scheduler.h', | 537 'scheduler/scheduler.h', |
| 536 'scheduler/scheduler_settings.cc', | 538 'scheduler/scheduler_settings.cc', |
| 537 'scheduler/scheduler_settings.h', | 539 'scheduler/scheduler_settings.h', |
| 538 'scheduler/scheduler_state_machine.cc', | 540 'scheduler/scheduler_state_machine.cc', |
| 539 'scheduler/scheduler_state_machine.h', | 541 'scheduler/scheduler_state_machine.h', |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 626 'surfaces/surface_resource_holder.cc', | 628 'surfaces/surface_resource_holder.cc', |
| 627 'surfaces/surface_resource_holder.h', | 629 'surfaces/surface_resource_holder.h', |
| 628 'surfaces/surfaces_export.h', | 630 'surfaces/surfaces_export.h', |
| 629 ], | 631 ], |
| 630 'includes': [ | 632 'includes': [ |
| 631 '../build/android/increase_size_for_speed.gypi', | 633 '../build/android/increase_size_for_speed.gypi', |
| 632 ], | 634 ], |
| 633 }, | 635 }, |
| 634 ], | 636 ], |
| 635 } | 637 } |
| OLD | NEW |