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

Side by Side Diff: cc/cc.gyp

Issue 423773002: Unified BeginFrame scheduling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 3 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 | Annotate | Revision Log
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 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 'scheduler/scheduler_state_machine.cc', 458 'scheduler/scheduler_state_machine.cc',
459 'scheduler/scheduler_state_machine.h', 459 'scheduler/scheduler_state_machine.h',
460 'trees/blocking_task_runner.cc', 460 'trees/blocking_task_runner.cc',
461 'trees/blocking_task_runner.h', 461 'trees/blocking_task_runner.h',
462 'trees/damage_tracker.cc', 462 'trees/damage_tracker.cc',
463 'trees/damage_tracker.h', 463 'trees/damage_tracker.h',
464 'trees/layer_sorter.cc', 464 'trees/layer_sorter.cc',
465 'trees/layer_sorter.h', 465 'trees/layer_sorter.h',
466 'trees/layer_tree_host.cc', 466 'trees/layer_tree_host.cc',
467 'trees/layer_tree_host.h', 467 'trees/layer_tree_host.h',
468 'trees/layer_tree_host_client.cc',
468 'trees/layer_tree_host_client.h', 469 'trees/layer_tree_host_client.h',
469 'trees/layer_tree_host_common.cc', 470 'trees/layer_tree_host_common.cc',
470 'trees/layer_tree_host_common.h', 471 'trees/layer_tree_host_common.h',
471 'trees/layer_tree_host_impl.cc', 472 'trees/layer_tree_host_impl.cc',
472 'trees/layer_tree_host_impl.h', 473 'trees/layer_tree_host_impl.h',
473 'trees/layer_tree_impl.cc', 474 'trees/layer_tree_impl.cc',
474 'trees/layer_tree_impl.h', 475 'trees/layer_tree_impl.h',
475 'trees/layer_tree_settings.cc', 476 'trees/layer_tree_settings.cc',
476 'trees/layer_tree_settings.h', 477 'trees/layer_tree_settings.h',
477 'trees/occlusion_tracker.cc', 478 'trees/occlusion_tracker.cc',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 'surfaces/surface_id_allocator.h', 523 'surfaces/surface_id_allocator.h',
523 'surfaces/surface_manager.cc', 524 'surfaces/surface_manager.cc',
524 'surfaces/surface_manager.h', 525 'surfaces/surface_manager.h',
525 'surfaces/surface_resource_holder.cc', 526 'surfaces/surface_resource_holder.cc',
526 'surfaces/surface_resource_holder.h', 527 'surfaces/surface_resource_holder.h',
527 'surfaces/surfaces_export.h', 528 'surfaces/surfaces_export.h',
528 ], 529 ],
529 }, 530 },
530 ], 531 ],
531 } 532 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/output/begin_frame_args.h » ('j') | cc/output/begin_frame_args.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698