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

Side by Side Diff: cc/BUILD.gn

Issue 834343004: cc: Add frame timing request plumbing through the layers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « no previous file | cc/cc.gyp » ('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 import("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 component("cc") { 7 component("cc") {
8 sources = [ 8 sources = [
9 "animation/animation.cc", 9 "animation/animation.cc",
10 "animation/animation.h", 10 "animation/animation.h",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 "base/util.h", 73 "base/util.h",
74 "debug/benchmark_instrumentation.cc", 74 "debug/benchmark_instrumentation.cc",
75 "debug/benchmark_instrumentation.h", 75 "debug/benchmark_instrumentation.h",
76 "debug/debug_colors.cc", 76 "debug/debug_colors.cc",
77 "debug/debug_colors.h", 77 "debug/debug_colors.h",
78 "debug/debug_rect_history.cc", 78 "debug/debug_rect_history.cc",
79 "debug/debug_rect_history.h", 79 "debug/debug_rect_history.h",
80 "debug/devtools_instrumentation.h", 80 "debug/devtools_instrumentation.h",
81 "debug/frame_rate_counter.cc", 81 "debug/frame_rate_counter.cc",
82 "debug/frame_rate_counter.h", 82 "debug/frame_rate_counter.h",
83 "debug/frame_timing_request.cc",
84 "debug/frame_timing_request.h",
83 "debug/frame_timing_tracker.cc", 85 "debug/frame_timing_tracker.cc",
84 "debug/frame_timing_tracker.h", 86 "debug/frame_timing_tracker.h",
85 "debug/frame_viewer_instrumentation.cc", 87 "debug/frame_viewer_instrumentation.cc",
86 "debug/frame_viewer_instrumentation.h", 88 "debug/frame_viewer_instrumentation.h",
87 "debug/invalidation_benchmark.cc", 89 "debug/invalidation_benchmark.cc",
88 "debug/invalidation_benchmark.h", 90 "debug/invalidation_benchmark.h",
89 "debug/lap_timer.cc", 91 "debug/lap_timer.cc",
90 "debug/lap_timer.h", 92 "debug/lap_timer.h",
91 "debug/layer_tree_debug_state.cc", 93 "debug/layer_tree_debug_state.cc",
92 "debug/layer_tree_debug_state.h", 94 "debug/layer_tree_debug_state.h",
(...skipping 818 matching lines...) Expand 10 before | Expand all | Expand 10 after
911 "//media", 913 "//media",
912 "//skia", 914 "//skia",
913 "//testing/gmock", 915 "//testing/gmock",
914 "//testing/gtest", 916 "//testing/gtest",
915 "//testing/perf", 917 "//testing/perf",
916 "//ui/gfx", 918 "//ui/gfx",
917 "//ui/gfx/geometry", 919 "//ui/gfx/geometry",
918 "//ui/gl", 920 "//ui/gl",
919 ] 921 ]
920 } 922 }
OLDNEW
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698