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

Side by Side Diff: cc/BUILD.gn

Issue 267783004: Refactoring the way begin frame sources inside scheduler work. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase onto master. 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
« no previous file with comments | « no previous file | cc/DEPS » ('j') | cc/scheduler/frame_source.h » ('J')
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 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 "resources/ui_resource_bitmap.cc", 422 "resources/ui_resource_bitmap.cc",
423 "resources/ui_resource_bitmap.h", 423 "resources/ui_resource_bitmap.h",
424 "resources/ui_resource_client.h", 424 "resources/ui_resource_client.h",
425 "resources/ui_resource_request.cc", 425 "resources/ui_resource_request.cc",
426 "resources/ui_resource_request.h", 426 "resources/ui_resource_request.h",
427 "resources/video_resource_updater.cc", 427 "resources/video_resource_updater.cc",
428 "resources/video_resource_updater.h", 428 "resources/video_resource_updater.h",
429 "scheduler/delay_based_time_source.cc", 429 "scheduler/delay_based_time_source.cc",
430 "scheduler/delay_based_time_source.h", 430 "scheduler/delay_based_time_source.h",
431 "scheduler/draw_result.h", 431 "scheduler/draw_result.h",
432 "scheduler/frame_source.cc",
433 "scheduler/frame_source.h",
432 "scheduler/scheduler.cc", 434 "scheduler/scheduler.cc",
433 "scheduler/scheduler.h", 435 "scheduler/scheduler.h",
434 "scheduler/scheduler_settings.cc", 436 "scheduler/scheduler_settings.cc",
435 "scheduler/scheduler_settings.h", 437 "scheduler/scheduler_settings.h",
436 "scheduler/scheduler_state_machine.cc", 438 "scheduler/scheduler_state_machine.cc",
437 "scheduler/scheduler_state_machine.h", 439 "scheduler/scheduler_state_machine.h",
438 "trees/blocking_task_runner.cc", 440 "trees/blocking_task_runner.cc",
439 "trees/blocking_task_runner.h", 441 "trees/blocking_task_runner.h",
440 "trees/damage_tracker.cc", 442 "trees/damage_tracker.cc",
441 "trees/damage_tracker.h", 443 "trees/damage_tracker.h",
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
724 "resources/resource_provider_unittest.cc", 726 "resources/resource_provider_unittest.cc",
725 "resources/resource_update_controller_unittest.cc", 727 "resources/resource_update_controller_unittest.cc",
726 "resources/scoped_resource_unittest.cc", 728 "resources/scoped_resource_unittest.cc",
727 "resources/task_graph_runner_unittest.cc", 729 "resources/task_graph_runner_unittest.cc",
728 "resources/texture_mailbox_deleter_unittest.cc", 730 "resources/texture_mailbox_deleter_unittest.cc",
729 "resources/texture_uploader_unittest.cc", 731 "resources/texture_uploader_unittest.cc",
730 "resources/tile_manager_unittest.cc", 732 "resources/tile_manager_unittest.cc",
731 "resources/tile_priority_unittest.cc", 733 "resources/tile_priority_unittest.cc",
732 "resources/video_resource_updater_unittest.cc", 734 "resources/video_resource_updater_unittest.cc",
733 "scheduler/delay_based_time_source_unittest.cc", 735 "scheduler/delay_based_time_source_unittest.cc",
736 "scheduler/frame_source_unittest.cc",
734 "scheduler/scheduler_state_machine_unittest.cc", 737 "scheduler/scheduler_state_machine_unittest.cc",
735 "scheduler/scheduler_unittest.cc", 738 "scheduler/scheduler_unittest.cc",
736 "test/layer_tree_json_parser_unittest.cc", 739 "test/layer_tree_json_parser_unittest.cc",
737 "test/test_web_graphics_context_3d_unittest.cc", 740 "test/test_web_graphics_context_3d_unittest.cc",
738 "trees/blocking_task_runner_unittest.cc", 741 "trees/blocking_task_runner_unittest.cc",
739 "trees/damage_tracker_unittest.cc", 742 "trees/damage_tracker_unittest.cc",
740 "trees/layer_sorter_unittest.cc", 743 "trees/layer_sorter_unittest.cc",
741 "trees/layer_tree_host_common_unittest.cc", 744 "trees/layer_tree_host_common_unittest.cc",
742 "trees/layer_tree_host_impl_unittest.cc", 745 "trees/layer_tree_host_impl_unittest.cc",
743 "trees/layer_tree_host_pixeltest_blending.cc", 746 "trees/layer_tree_host_pixeltest_blending.cc",
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
816 "//gpu/command_buffer/common:gles2_utils", 819 "//gpu/command_buffer/common:gles2_utils",
817 "//media", 820 "//media",
818 "//skia", 821 "//skia",
819 "//testing/gmock", 822 "//testing/gmock",
820 "//testing/gtest", 823 "//testing/gtest",
821 "//testing/perf", 824 "//testing/perf",
822 "//ui/gfx", 825 "//ui/gfx",
823 "//ui/gfx/geometry", 826 "//ui/gfx/geometry",
824 ] 827 ]
825 } 828 }
OLDNEW
« no previous file with comments | « no previous file | cc/DEPS » ('j') | cc/scheduler/frame_source.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698