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

Side by Side Diff: cc/BUILD.gn

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 | « ash/display/display_controller.cc ('k') | cc/base/switches.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 component("cc") { 5 component("cc") {
6 sources = [ 6 sources = [
7 "animation/animation.cc", 7 "animation/animation.cc",
8 "animation/animation.h", 8 "animation/animation.h",
9 "animation/animation_curve.cc", 9 "animation/animation_curve.cc",
10 "animation/animation_curve.h", 10 "animation/animation_curve.h",
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 "scheduler/scheduler_state_machine.cc", 440 "scheduler/scheduler_state_machine.cc",
441 "scheduler/scheduler_state_machine.h", 441 "scheduler/scheduler_state_machine.h",
442 "trees/blocking_task_runner.cc", 442 "trees/blocking_task_runner.cc",
443 "trees/blocking_task_runner.h", 443 "trees/blocking_task_runner.h",
444 "trees/damage_tracker.cc", 444 "trees/damage_tracker.cc",
445 "trees/damage_tracker.h", 445 "trees/damage_tracker.h",
446 "trees/layer_sorter.cc", 446 "trees/layer_sorter.cc",
447 "trees/layer_sorter.h", 447 "trees/layer_sorter.h",
448 "trees/layer_tree_host.cc", 448 "trees/layer_tree_host.cc",
449 "trees/layer_tree_host.h", 449 "trees/layer_tree_host.h",
450 "trees/layer_tree_host_client.cc",
450 "trees/layer_tree_host_client.h", 451 "trees/layer_tree_host_client.h",
451 "trees/layer_tree_host_common.cc", 452 "trees/layer_tree_host_common.cc",
452 "trees/layer_tree_host_common.h", 453 "trees/layer_tree_host_common.h",
453 "trees/layer_tree_host_impl.cc", 454 "trees/layer_tree_host_impl.cc",
454 "trees/layer_tree_host_impl.h", 455 "trees/layer_tree_host_impl.h",
455 "trees/layer_tree_impl.cc", 456 "trees/layer_tree_impl.cc",
456 "trees/layer_tree_impl.h", 457 "trees/layer_tree_impl.h",
457 "trees/layer_tree_settings.cc", 458 "trees/layer_tree_settings.cc",
458 "trees/layer_tree_settings.h", 459 "trees/layer_tree_settings.h",
459 "trees/occlusion.cc", 460 "trees/occlusion.cc",
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
824 "//gpu/command_buffer/common:gles2_utils", 825 "//gpu/command_buffer/common:gles2_utils",
825 "//media", 826 "//media",
826 "//skia", 827 "//skia",
827 "//testing/gmock", 828 "//testing/gmock",
828 "//testing/gtest", 829 "//testing/gtest",
829 "//testing/perf", 830 "//testing/perf",
830 "//ui/gfx", 831 "//ui/gfx",
831 "//ui/gfx/geometry", 832 "//ui/gfx/geometry",
832 ] 833 ]
833 } 834 }
OLDNEW
« no previous file with comments | « ash/display/display_controller.cc ('k') | cc/base/switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698