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 474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
485 'resources/ui_resource_bitmap.h', | 485 'resources/ui_resource_bitmap.h', |
486 'resources/ui_resource_client.h', | 486 'resources/ui_resource_client.h', |
487 'resources/ui_resource_request.cc', | 487 'resources/ui_resource_request.cc', |
488 'resources/ui_resource_request.h', | 488 'resources/ui_resource_request.h', |
489 'resources/video_resource_updater.cc', | 489 'resources/video_resource_updater.cc', |
490 'resources/video_resource_updater.h', | 490 'resources/video_resource_updater.h', |
491 'resources/zero_copy_tile_task_worker_pool.cc', | 491 'resources/zero_copy_tile_task_worker_pool.cc', |
492 'resources/zero_copy_tile_task_worker_pool.h', | 492 'resources/zero_copy_tile_task_worker_pool.h', |
493 'scheduler/begin_frame_source.cc', | 493 'scheduler/begin_frame_source.cc', |
494 'scheduler/begin_frame_source.h', | 494 'scheduler/begin_frame_source.h', |
| 495 'scheduler/begin_frame_tracker.cc', |
| 496 'scheduler/begin_frame_tracker.h', |
495 'scheduler/commit_earlyout_reason.h', | 497 'scheduler/commit_earlyout_reason.h', |
496 'scheduler/delay_based_time_source.cc', | 498 'scheduler/delay_based_time_source.cc', |
497 'scheduler/delay_based_time_source.h', | 499 'scheduler/delay_based_time_source.h', |
498 'scheduler/draw_result.h', | 500 'scheduler/draw_result.h', |
499 'scheduler/scheduler.cc', | 501 'scheduler/scheduler.cc', |
500 'scheduler/scheduler.h', | 502 'scheduler/scheduler.h', |
501 'scheduler/scheduler_settings.cc', | 503 'scheduler/scheduler_settings.cc', |
502 'scheduler/scheduler_settings.h', | 504 'scheduler/scheduler_settings.h', |
503 'scheduler/scheduler_state_machine.cc', | 505 'scheduler/scheduler_state_machine.cc', |
504 'scheduler/scheduler_state_machine.h', | 506 'scheduler/scheduler_state_machine.h', |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
583 'surfaces/surface_resource_holder.cc', | 585 'surfaces/surface_resource_holder.cc', |
584 'surfaces/surface_resource_holder.h', | 586 'surfaces/surface_resource_holder.h', |
585 'surfaces/surfaces_export.h', | 587 'surfaces/surfaces_export.h', |
586 ], | 588 ], |
587 'includes': [ | 589 'includes': [ |
588 '../build/android/increase_size_for_speed.gypi', | 590 '../build/android/increase_size_for_speed.gypi', |
589 ], | 591 ], |
590 }, | 592 }, |
591 ], | 593 ], |
592 } | 594 } |
OLD | NEW |