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

Side by Side Diff: cc/cc.gyp

Issue 1192663005: cc: Measure compositor timing with finer granularity (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@modeTimingHistory3
Patch Set: fixes 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 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 'resources/ui_resource_client.h', 484 'resources/ui_resource_client.h',
485 'resources/ui_resource_request.cc', 485 'resources/ui_resource_request.cc',
486 'resources/ui_resource_request.h', 486 'resources/ui_resource_request.h',
487 'resources/video_resource_updater.cc', 487 'resources/video_resource_updater.cc',
488 'resources/video_resource_updater.h', 488 'resources/video_resource_updater.h',
489 'scheduler/begin_frame_source.cc', 489 'scheduler/begin_frame_source.cc',
490 'scheduler/begin_frame_source.h', 490 'scheduler/begin_frame_source.h',
491 'scheduler/begin_frame_tracker.cc', 491 'scheduler/begin_frame_tracker.cc',
492 'scheduler/begin_frame_tracker.h', 492 'scheduler/begin_frame_tracker.h',
493 'scheduler/commit_earlyout_reason.h', 493 'scheduler/commit_earlyout_reason.h',
494 'scheduler/compositor_timing_history.cc',
495 'scheduler/compositor_timing_history.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 'scheduler/video_frame_controller.h', 505 'scheduler/video_frame_controller.h',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 'trees/occlusion.cc', 556 'trees/occlusion.cc',
555 'trees/occlusion.h', 557 'trees/occlusion.h',
556 'trees/occlusion_tracker.cc', 558 'trees/occlusion_tracker.cc',
557 'trees/occlusion_tracker.h', 559 'trees/occlusion_tracker.h',
558 'trees/property_tree.cc', 560 'trees/property_tree.cc',
559 'trees/property_tree.h', 561 'trees/property_tree.h',
560 'trees/property_tree_builder.cc', 562 'trees/property_tree_builder.cc',
561 'trees/property_tree_builder.h', 563 'trees/property_tree_builder.h',
562 'trees/proxy.cc', 564 'trees/proxy.cc',
563 'trees/proxy.h', 565 'trees/proxy.h',
564 'trees/proxy_timing_history.cc',
565 'trees/proxy_timing_history.h',
566 'trees/scoped_abort_remaining_swap_promises.h', 566 'trees/scoped_abort_remaining_swap_promises.h',
567 'trees/single_thread_proxy.cc', 567 'trees/single_thread_proxy.cc',
568 'trees/single_thread_proxy.h', 568 'trees/single_thread_proxy.h',
569 'trees/swap_promise_monitor.cc', 569 'trees/swap_promise_monitor.cc',
570 'trees/swap_promise_monitor.h', 570 'trees/swap_promise_monitor.h',
571 'trees/thread_proxy.cc', 571 'trees/thread_proxy.cc',
572 'trees/thread_proxy.h', 572 'trees/thread_proxy.h',
573 'trees/tree_synchronizer.cc', 573 'trees/tree_synchronizer.cc',
574 'trees/tree_synchronizer.h', 574 'trees/tree_synchronizer.h',
575 ], 575 ],
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
628 'surfaces/surface_resource_holder.cc', 628 'surfaces/surface_resource_holder.cc',
629 'surfaces/surface_resource_holder.h', 629 'surfaces/surface_resource_holder.h',
630 'surfaces/surfaces_export.h', 630 'surfaces/surfaces_export.h',
631 ], 631 ],
632 'includes': [ 632 'includes': [
633 '../build/android/increase_size_for_speed.gypi', 633 '../build/android/increase_size_for_speed.gypi',
634 ], 634 ],
635 }, 635 },
636 ], 636 ],
637 } 637 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698