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

Side by Side Diff: cc/BUILD.gn

Issue 787763006: cc: Adding BeginFrameTracker object and removing Now() from LTHI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing for Brian's comments. Created 6 years 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 | « no previous file | cc/cc.gyp » ('j') | cc/scheduler/scheduler.cc » ('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 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 "resources/ui_resource_bitmap.h", 456 "resources/ui_resource_bitmap.h",
457 "resources/ui_resource_client.h", 457 "resources/ui_resource_client.h",
458 "resources/ui_resource_request.cc", 458 "resources/ui_resource_request.cc",
459 "resources/ui_resource_request.h", 459 "resources/ui_resource_request.h",
460 "resources/video_resource_updater.cc", 460 "resources/video_resource_updater.cc",
461 "resources/video_resource_updater.h", 461 "resources/video_resource_updater.h",
462 "resources/zero_copy_tile_task_worker_pool.cc", 462 "resources/zero_copy_tile_task_worker_pool.cc",
463 "resources/zero_copy_tile_task_worker_pool.h", 463 "resources/zero_copy_tile_task_worker_pool.h",
464 "scheduler/begin_frame_source.cc", 464 "scheduler/begin_frame_source.cc",
465 "scheduler/begin_frame_source.h", 465 "scheduler/begin_frame_source.h",
466 "scheduler/begin_frame_tracker.cc",
467 "scheduler/begin_frame_tracker.h",
466 "scheduler/commit_earlyout_reason.h", 468 "scheduler/commit_earlyout_reason.h",
467 "scheduler/delay_based_time_source.cc", 469 "scheduler/delay_based_time_source.cc",
468 "scheduler/delay_based_time_source.h", 470 "scheduler/delay_based_time_source.h",
469 "scheduler/draw_result.h", 471 "scheduler/draw_result.h",
470 "scheduler/scheduler.cc", 472 "scheduler/scheduler.cc",
471 "scheduler/scheduler.h", 473 "scheduler/scheduler.h",
472 "scheduler/scheduler_settings.cc", 474 "scheduler/scheduler_settings.cc",
473 "scheduler/scheduler_settings.h", 475 "scheduler/scheduler_settings.h",
474 "scheduler/scheduler_state_machine.cc", 476 "scheduler/scheduler_state_machine.cc",
475 "scheduler/scheduler_state_machine.h", 477 "scheduler/scheduler_state_machine.h",
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
886 "//media", 888 "//media",
887 "//skia", 889 "//skia",
888 "//testing/gmock", 890 "//testing/gmock",
889 "//testing/gtest", 891 "//testing/gtest",
890 "//testing/perf", 892 "//testing/perf",
891 "//ui/gfx", 893 "//ui/gfx",
892 "//ui/gfx/geometry", 894 "//ui/gfx/geometry",
893 "//ui/gl", 895 "//ui/gl",
894 ] 896 ]
895 } 897 }
OLDNEW
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | cc/scheduler/scheduler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698