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 456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
467 'resources/ui_resource_bitmap.h', | 467 'resources/ui_resource_bitmap.h', |
468 'resources/ui_resource_client.h', | 468 'resources/ui_resource_client.h', |
469 'resources/ui_resource_request.cc', | 469 'resources/ui_resource_request.cc', |
470 'resources/ui_resource_request.h', | 470 'resources/ui_resource_request.h', |
471 'resources/video_resource_updater.cc', | 471 'resources/video_resource_updater.cc', |
472 'resources/video_resource_updater.h', | 472 'resources/video_resource_updater.h', |
473 'scheduler/begin_frame_source.cc', | 473 'scheduler/begin_frame_source.cc', |
474 'scheduler/begin_frame_source.h', | 474 'scheduler/begin_frame_source.h', |
475 'scheduler/begin_frame_tracker.cc', | 475 'scheduler/begin_frame_tracker.cc', |
476 'scheduler/begin_frame_tracker.h', | 476 'scheduler/begin_frame_tracker.h', |
| 477 'scheduler/begin_frame_observer_map.h', |
477 'scheduler/commit_earlyout_reason.h', | 478 'scheduler/commit_earlyout_reason.h', |
478 'scheduler/compositor_timing_history.cc', | 479 'scheduler/compositor_timing_history.cc', |
479 'scheduler/compositor_timing_history.h', | 480 'scheduler/compositor_timing_history.h', |
480 'scheduler/delay_based_time_source.cc', | 481 'scheduler/delay_based_time_source.cc', |
481 'scheduler/delay_based_time_source.h', | 482 'scheduler/delay_based_time_source.h', |
482 'scheduler/draw_result.h', | 483 'scheduler/draw_result.h', |
483 'scheduler/scheduler.cc', | 484 'scheduler/scheduler.cc', |
484 'scheduler/scheduler.h', | 485 'scheduler/scheduler.h', |
485 'scheduler/scheduler_settings.cc', | 486 'scheduler/scheduler_settings.cc', |
486 'scheduler/scheduler_settings.h', | 487 'scheduler/scheduler_settings.h', |
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
656 'surfaces/surface_resource_holder.cc', | 657 'surfaces/surface_resource_holder.cc', |
657 'surfaces/surface_resource_holder.h', | 658 'surfaces/surface_resource_holder.h', |
658 'surfaces/surfaces_export.h', | 659 'surfaces/surfaces_export.h', |
659 ], | 660 ], |
660 'includes': [ | 661 'includes': [ |
661 '../build/android/increase_size_for_speed.gypi', | 662 '../build/android/increase_size_for_speed.gypi', |
662 ], | 663 ], |
663 }, | 664 }, |
664 ], | 665 ], |
665 } | 666 } |
OLD | NEW |