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

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, 2 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
« no previous file with comments | « cc/base/switches.cc ('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 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 'scheduler/scheduler_state_machine.cc', 468 'scheduler/scheduler_state_machine.cc',
469 'scheduler/scheduler_state_machine.h', 469 'scheduler/scheduler_state_machine.h',
470 'trees/blocking_task_runner.cc', 470 'trees/blocking_task_runner.cc',
471 'trees/blocking_task_runner.h', 471 'trees/blocking_task_runner.h',
472 'trees/damage_tracker.cc', 472 'trees/damage_tracker.cc',
473 'trees/damage_tracker.h', 473 'trees/damage_tracker.h',
474 'trees/layer_sorter.cc', 474 'trees/layer_sorter.cc',
475 'trees/layer_sorter.h', 475 'trees/layer_sorter.h',
476 'trees/layer_tree_host.cc', 476 'trees/layer_tree_host.cc',
477 'trees/layer_tree_host.h', 477 'trees/layer_tree_host.h',
478 'trees/layer_tree_host_client.cc',
478 'trees/layer_tree_host_client.h', 479 'trees/layer_tree_host_client.h',
479 'trees/layer_tree_host_common.cc', 480 'trees/layer_tree_host_common.cc',
480 'trees/layer_tree_host_common.h', 481 'trees/layer_tree_host_common.h',
481 'trees/layer_tree_host_impl.cc', 482 'trees/layer_tree_host_impl.cc',
482 'trees/layer_tree_host_impl.h', 483 'trees/layer_tree_host_impl.h',
483 'trees/layer_tree_impl.cc', 484 'trees/layer_tree_impl.cc',
484 'trees/layer_tree_impl.h', 485 'trees/layer_tree_impl.h',
485 'trees/layer_tree_settings.cc', 486 'trees/layer_tree_settings.cc',
486 'trees/layer_tree_settings.h', 487 'trees/layer_tree_settings.h',
487 'trees/occlusion.cc', 488 'trees/occlusion.cc',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 'surfaces/surface_resource_holder.cc', 543 'surfaces/surface_resource_holder.cc',
543 'surfaces/surface_resource_holder.h', 544 'surfaces/surface_resource_holder.h',
544 'surfaces/surfaces_export.h', 545 'surfaces/surfaces_export.h',
545 ], 546 ],
546 'includes': [ 547 'includes': [
547 '../build/android/increase_size_for_speed.gypi', 548 '../build/android/increase_size_for_speed.gypi',
548 ], 549 ],
549 }, 550 },
550 ], 551 ],
551 } 552 }
OLDNEW
« no previous file with comments | « cc/base/switches.cc ('k') | cc/output/begin_frame_args.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698