Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Side by Side Diff: cc/cc.gyp

Issue 1184863004: cc: Move timing history to the Scheduler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase, add include Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 'resources/ui_resource_client.h', 469 'resources/ui_resource_client.h',
470 'resources/ui_resource_request.cc', 470 'resources/ui_resource_request.cc',
471 'resources/ui_resource_request.h', 471 'resources/ui_resource_request.h',
472 'resources/video_resource_updater.cc', 472 'resources/video_resource_updater.cc',
473 'resources/video_resource_updater.h', 473 'resources/video_resource_updater.h',
474 'scheduler/begin_frame_source.cc', 474 'scheduler/begin_frame_source.cc',
475 'scheduler/begin_frame_source.h', 475 'scheduler/begin_frame_source.h',
476 'scheduler/begin_frame_tracker.cc', 476 'scheduler/begin_frame_tracker.cc',
477 'scheduler/begin_frame_tracker.h', 477 'scheduler/begin_frame_tracker.h',
478 'scheduler/commit_earlyout_reason.h', 478 'scheduler/commit_earlyout_reason.h',
479 'scheduler/compositor_timing_history.cc',
480 'scheduler/compositor_timing_history.h',
479 'scheduler/delay_based_time_source.cc', 481 'scheduler/delay_based_time_source.cc',
480 'scheduler/delay_based_time_source.h', 482 'scheduler/delay_based_time_source.h',
481 'scheduler/draw_result.h', 483 'scheduler/draw_result.h',
482 'scheduler/scheduler.cc', 484 'scheduler/scheduler.cc',
483 'scheduler/scheduler.h', 485 'scheduler/scheduler.h',
484 'scheduler/scheduler_settings.cc', 486 'scheduler/scheduler_settings.cc',
485 'scheduler/scheduler_settings.h', 487 'scheduler/scheduler_settings.h',
486 'scheduler/scheduler_state_machine.cc', 488 'scheduler/scheduler_state_machine.cc',
487 'scheduler/scheduler_state_machine.h', 489 'scheduler/scheduler_state_machine.h',
488 'scheduler/video_frame_controller.h', 490 'scheduler/video_frame_controller.h',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 'trees/occlusion.cc', 539 'trees/occlusion.cc',
538 'trees/occlusion.h', 540 'trees/occlusion.h',
539 'trees/occlusion_tracker.cc', 541 'trees/occlusion_tracker.cc',
540 'trees/occlusion_tracker.h', 542 'trees/occlusion_tracker.h',
541 'trees/property_tree.cc', 543 'trees/property_tree.cc',
542 'trees/property_tree.h', 544 'trees/property_tree.h',
543 'trees/property_tree_builder.cc', 545 'trees/property_tree_builder.cc',
544 'trees/property_tree_builder.h', 546 'trees/property_tree_builder.h',
545 'trees/proxy.cc', 547 'trees/proxy.cc',
546 'trees/proxy.h', 548 'trees/proxy.h',
547 'trees/proxy_timing_history.cc',
548 'trees/proxy_timing_history.h',
549 'trees/scoped_abort_remaining_swap_promises.h', 549 'trees/scoped_abort_remaining_swap_promises.h',
550 'trees/single_thread_proxy.cc', 550 'trees/single_thread_proxy.cc',
551 'trees/single_thread_proxy.h', 551 'trees/single_thread_proxy.h',
552 'trees/swap_promise_monitor.cc', 552 'trees/swap_promise_monitor.cc',
553 'trees/swap_promise_monitor.h', 553 'trees/swap_promise_monitor.h',
554 'trees/thread_proxy.cc', 554 'trees/thread_proxy.cc',
555 'trees/thread_proxy.h', 555 'trees/thread_proxy.h',
556 'trees/tree_synchronizer.cc', 556 'trees/tree_synchronizer.cc',
557 'trees/tree_synchronizer.h', 557 'trees/tree_synchronizer.h',
558 ], 558 ],
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
611 'surfaces/surface_resource_holder.cc', 611 'surfaces/surface_resource_holder.cc',
612 'surfaces/surface_resource_holder.h', 612 'surfaces/surface_resource_holder.h',
613 'surfaces/surfaces_export.h', 613 'surfaces/surfaces_export.h',
614 ], 614 ],
615 'includes': [ 615 'includes': [
616 '../build/android/increase_size_for_speed.gypi', 616 '../build/android/increase_size_for_speed.gypi',
617 ], 617 ],
618 }, 618 },
619 ], 619 ],
620 } 620 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698