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

Side by Side Diff: cc/debug/BUILD.gn

Issue 2748263002: Move cc::DisplayItemList and related classes into cc/paint/ (Closed)
Patch Set: Merge branch 'master' into ccpaint Created 3 years, 9 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 | « cc/cc_export.h ('k') | cc/debug/benchmark_instrumentation.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2017 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 import("//cc/cc.gni")
6 cc_component("debug") {
7 output_name = "cc_debug"
8 sources = [
9 "debug_colors.cc",
10 "debug_colors.h",
11 "debug_export.h",
12 "layer_tree_debug_state.cc",
13 "layer_tree_debug_state.h",
14 "picture_debug_util.cc",
15 "picture_debug_util.h",
16 "rendering_stats.cc",
17 "rendering_stats.h",
18 "rendering_stats_instrumentation.cc",
19 "rendering_stats_instrumentation.h",
20 "traced_value.cc",
21 "traced_value.h",
22 ]
23 deps = [
24 "//base",
25 "//skia",
26 "//ui/gfx/codec",
27 ]
28
29 defines = [ "CC_DEBUG_IMPLEMENTATION=1" ]
30 }
OLDNEW
« no previous file with comments | « cc/cc_export.h ('k') | cc/debug/benchmark_instrumentation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698