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 473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
484 'resources/ui_resource_bitmap.h', | 484 'resources/ui_resource_bitmap.h', |
485 'resources/ui_resource_client.h', | 485 'resources/ui_resource_client.h', |
486 'resources/ui_resource_request.cc', | 486 'resources/ui_resource_request.cc', |
487 'resources/ui_resource_request.h', | 487 'resources/ui_resource_request.h', |
488 'resources/video_resource_updater.cc', | 488 'resources/video_resource_updater.cc', |
489 'resources/video_resource_updater.h', | 489 'resources/video_resource_updater.h', |
490 'resources/zero_copy_tile_task_worker_pool.cc', | 490 'resources/zero_copy_tile_task_worker_pool.cc', |
491 'resources/zero_copy_tile_task_worker_pool.h', | 491 'resources/zero_copy_tile_task_worker_pool.h', |
492 'scheduler/begin_frame_source.cc', | 492 'scheduler/begin_frame_source.cc', |
493 'scheduler/begin_frame_source.h', | 493 'scheduler/begin_frame_source.h', |
| 494 'scheduler/begin_frame_tracker.cc', |
| 495 'scheduler/begin_frame_tracker.h', |
494 'scheduler/delay_based_time_source.cc', | 496 'scheduler/delay_based_time_source.cc', |
495 'scheduler/delay_based_time_source.h', | 497 'scheduler/delay_based_time_source.h', |
496 'scheduler/draw_result.h', | 498 'scheduler/draw_result.h', |
497 'scheduler/scheduler.cc', | 499 'scheduler/scheduler.cc', |
498 'scheduler/scheduler.h', | 500 'scheduler/scheduler.h', |
499 'scheduler/scheduler_settings.cc', | 501 'scheduler/scheduler_settings.cc', |
500 'scheduler/scheduler_settings.h', | 502 'scheduler/scheduler_settings.h', |
501 'scheduler/scheduler_state_machine.cc', | 503 'scheduler/scheduler_state_machine.cc', |
502 'scheduler/scheduler_state_machine.h', | 504 'scheduler/scheduler_state_machine.h', |
503 'trees/blocking_task_runner.cc', | 505 'trees/blocking_task_runner.cc', |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
575 'surfaces/surface_resource_holder.cc', | 577 'surfaces/surface_resource_holder.cc', |
576 'surfaces/surface_resource_holder.h', | 578 'surfaces/surface_resource_holder.h', |
577 'surfaces/surfaces_export.h', | 579 'surfaces/surfaces_export.h', |
578 ], | 580 ], |
579 'includes': [ | 581 'includes': [ |
580 '../build/android/increase_size_for_speed.gypi', | 582 '../build/android/increase_size_for_speed.gypi', |
581 ], | 583 ], |
582 }, | 584 }, |
583 ], | 585 ], |
584 } | 586 } |
OLD | NEW |