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

Side by Side Diff: cc/BUILD.gn

Issue 799863004: not for commit/review (thread cost tracker) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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') | 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 "base/util.h", 71 "base/util.h",
72 "debug/benchmark_instrumentation.cc", 72 "debug/benchmark_instrumentation.cc",
73 "debug/benchmark_instrumentation.h", 73 "debug/benchmark_instrumentation.h",
74 "debug/debug_colors.cc", 74 "debug/debug_colors.cc",
75 "debug/debug_colors.h", 75 "debug/debug_colors.h",
76 "debug/debug_rect_history.cc", 76 "debug/debug_rect_history.cc",
77 "debug/debug_rect_history.h", 77 "debug/debug_rect_history.h",
78 "debug/devtools_instrumentation.h", 78 "debug/devtools_instrumentation.h",
79 "debug/frame_rate_counter.cc", 79 "debug/frame_rate_counter.cc",
80 "debug/frame_rate_counter.h", 80 "debug/frame_rate_counter.h",
81 "debug/frame_timing_cost_tracker.cc",
82 "debug/frame_timing_cost_tracker.h",
81 "debug/frame_viewer_instrumentation.h", 83 "debug/frame_viewer_instrumentation.h",
82 "debug/invalidation_benchmark.cc", 84 "debug/invalidation_benchmark.cc",
83 "debug/invalidation_benchmark.h", 85 "debug/invalidation_benchmark.h",
84 "debug/lap_timer.cc", 86 "debug/lap_timer.cc",
85 "debug/lap_timer.h", 87 "debug/lap_timer.h",
86 "debug/layer_tree_debug_state.cc", 88 "debug/layer_tree_debug_state.cc",
87 "debug/layer_tree_debug_state.h", 89 "debug/layer_tree_debug_state.h",
88 "debug/micro_benchmark.cc", 90 "debug/micro_benchmark.cc",
89 "debug/micro_benchmark.h", 91 "debug/micro_benchmark.h",
90 "debug/micro_benchmark_impl.cc", 92 "debug/micro_benchmark_impl.cc",
(...skipping 16 matching lines...) Expand all
107 "debug/rendering_stats_instrumentation.h", 109 "debug/rendering_stats_instrumentation.h",
108 "debug/ring_buffer.h", 110 "debug/ring_buffer.h",
109 "debug/traced_picture.cc", 111 "debug/traced_picture.cc",
110 "debug/traced_picture.h", 112 "debug/traced_picture.h",
111 "debug/traced_value.cc", 113 "debug/traced_value.cc",
112 "debug/traced_value.h", 114 "debug/traced_value.h",
113 "debug/unittest_only_benchmark.cc", 115 "debug/unittest_only_benchmark.cc",
114 "debug/unittest_only_benchmark.h", 116 "debug/unittest_only_benchmark.h",
115 "debug/unittest_only_benchmark_impl.cc", 117 "debug/unittest_only_benchmark_impl.cc",
116 "debug/unittest_only_benchmark_impl.h", 118 "debug/unittest_only_benchmark_impl.h",
119 "debug/worker_thread_cost_tracker.cc",
120 "debug/worker_thread_cost_tracker.h",
117 "input/input_handler.cc", 121 "input/input_handler.cc",
118 "input/input_handler.h", 122 "input/input_handler.h",
119 "input/page_scale_animation.cc", 123 "input/page_scale_animation.cc",
120 "input/page_scale_animation.h", 124 "input/page_scale_animation.h",
121 "input/layer_selection_bound.cc", 125 "input/layer_selection_bound.cc",
122 "input/layer_selection_bound.h", 126 "input/layer_selection_bound.h",
123 "input/scroll_elasticity_helper.cc", 127 "input/scroll_elasticity_helper.cc",
124 "input/scroll_elasticity_helper.h", 128 "input/scroll_elasticity_helper.h",
125 "input/selection_bound_type.h", 129 "input/selection_bound_type.h",
126 "input/top_controls_manager.cc", 130 "input/top_controls_manager.cc",
(...skipping 750 matching lines...) Expand 10 before | Expand all | Expand 10 after
877 "//media", 881 "//media",
878 "//skia", 882 "//skia",
879 "//testing/gmock", 883 "//testing/gmock",
880 "//testing/gtest", 884 "//testing/gtest",
881 "//testing/perf", 885 "//testing/perf",
882 "//ui/gfx", 886 "//ui/gfx",
883 "//ui/gfx/geometry", 887 "//ui/gfx/geometry",
884 "//ui/gl", 888 "//ui/gl",
885 ] 889 ]
886 } 890 }
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