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

Side by Side Diff: cc/BUILD.gn

Issue 816443003: cc: Include pictures in trace output for DisplayItemLists (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased 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') | cc/debug/picture_debug_util.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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 "debug/micro_benchmark.cc", 89 "debug/micro_benchmark.cc",
90 "debug/micro_benchmark.h", 90 "debug/micro_benchmark.h",
91 "debug/micro_benchmark_impl.cc", 91 "debug/micro_benchmark_impl.cc",
92 "debug/micro_benchmark_impl.h", 92 "debug/micro_benchmark_impl.h",
93 "debug/micro_benchmark_controller.cc", 93 "debug/micro_benchmark_controller.cc",
94 "debug/micro_benchmark_controller.h", 94 "debug/micro_benchmark_controller.h",
95 "debug/micro_benchmark_controller_impl.cc", 95 "debug/micro_benchmark_controller_impl.cc",
96 "debug/micro_benchmark_controller_impl.h", 96 "debug/micro_benchmark_controller_impl.h",
97 "debug/paint_time_counter.cc", 97 "debug/paint_time_counter.cc",
98 "debug/paint_time_counter.h", 98 "debug/paint_time_counter.h",
99 "debug/picture_debug_util.cc",
100 "debug/picture_debug_util.h",
99 "debug/picture_record_benchmark.cc", 101 "debug/picture_record_benchmark.cc",
100 "debug/picture_record_benchmark.h", 102 "debug/picture_record_benchmark.h",
101 "debug/rasterize_and_record_benchmark.cc", 103 "debug/rasterize_and_record_benchmark.cc",
102 "debug/rasterize_and_record_benchmark.h", 104 "debug/rasterize_and_record_benchmark.h",
103 "debug/rasterize_and_record_benchmark_impl.cc", 105 "debug/rasterize_and_record_benchmark_impl.cc",
104 "debug/rasterize_and_record_benchmark_impl.h", 106 "debug/rasterize_and_record_benchmark_impl.h",
105 "debug/rendering_stats.cc", 107 "debug/rendering_stats.cc",
106 "debug/rendering_stats.h", 108 "debug/rendering_stats.h",
107 "debug/rendering_stats_instrumentation.cc", 109 "debug/rendering_stats_instrumentation.cc",
108 "debug/rendering_stats_instrumentation.h", 110 "debug/rendering_stats_instrumentation.h",
(...skipping 785 matching lines...) Expand 10 before | Expand all | Expand 10 after
894 "//media", 896 "//media",
895 "//skia", 897 "//skia",
896 "//testing/gmock", 898 "//testing/gmock",
897 "//testing/gtest", 899 "//testing/gtest",
898 "//testing/perf", 900 "//testing/perf",
899 "//ui/gfx", 901 "//ui/gfx",
900 "//ui/gfx/geometry", 902 "//ui/gfx/geometry",
901 "//ui/gl", 903 "//ui/gl",
902 ] 904 ]
903 } 905 }
OLDNEW
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | cc/debug/picture_debug_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698