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

Side by Side Diff: cc/cc.gyp

Issue 548153004: Unified BeginFrame scheduling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl format 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
« no previous file with comments | « cc/BUILD.gn ('k') | cc/output/begin_frame_args.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 454 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 'scheduler/scheduler_state_machine.cc', 465 'scheduler/scheduler_state_machine.cc',
466 'scheduler/scheduler_state_machine.h', 466 'scheduler/scheduler_state_machine.h',
467 'trees/blocking_task_runner.cc', 467 'trees/blocking_task_runner.cc',
468 'trees/blocking_task_runner.h', 468 'trees/blocking_task_runner.h',
469 'trees/damage_tracker.cc', 469 'trees/damage_tracker.cc',
470 'trees/damage_tracker.h', 470 'trees/damage_tracker.h',
471 'trees/layer_sorter.cc', 471 'trees/layer_sorter.cc',
472 'trees/layer_sorter.h', 472 'trees/layer_sorter.h',
473 'trees/layer_tree_host.cc', 473 'trees/layer_tree_host.cc',
474 'trees/layer_tree_host.h', 474 'trees/layer_tree_host.h',
475 'trees/layer_tree_host_client.cc',
475 'trees/layer_tree_host_client.h', 476 'trees/layer_tree_host_client.h',
476 'trees/layer_tree_host_common.cc', 477 'trees/layer_tree_host_common.cc',
477 'trees/layer_tree_host_common.h', 478 'trees/layer_tree_host_common.h',
478 'trees/layer_tree_host_impl.cc', 479 'trees/layer_tree_host_impl.cc',
479 'trees/layer_tree_host_impl.h', 480 'trees/layer_tree_host_impl.h',
480 'trees/layer_tree_impl.cc', 481 'trees/layer_tree_impl.cc',
481 'trees/layer_tree_impl.h', 482 'trees/layer_tree_impl.h',
482 'trees/layer_tree_settings.cc', 483 'trees/layer_tree_settings.cc',
483 'trees/layer_tree_settings.h', 484 'trees/layer_tree_settings.h',
484 'trees/occlusion_tracker.cc', 485 'trees/occlusion_tracker.cc',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
531 'surfaces/surface_id_allocator.h', 532 'surfaces/surface_id_allocator.h',
532 'surfaces/surface_manager.cc', 533 'surfaces/surface_manager.cc',
533 'surfaces/surface_manager.h', 534 'surfaces/surface_manager.h',
534 'surfaces/surface_resource_holder.cc', 535 'surfaces/surface_resource_holder.cc',
535 'surfaces/surface_resource_holder.h', 536 'surfaces/surface_resource_holder.h',
536 'surfaces/surfaces_export.h', 537 'surfaces/surfaces_export.h',
537 ], 538 ],
538 }, 539 },
539 ], 540 ],
540 } 541 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/output/begin_frame_args.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698