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