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

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

Issue 2748263002: Move cc::DisplayItemList and related classes into cc/paint/ (Closed)
Patch Set: none 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
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 "picture_debug_util.cc",
13 "picture_debug_util.h",
14 "rendering_stats.cc",
15 "rendering_stats.h",
16 "rendering_stats_instrumentation.cc",
17 "rendering_stats_instrumentation.h",
18 "traced_value.cc",
19 "traced_value.h",
20 ]
21 deps = [
22 "//base",
23 "//skia",
24 "//ui/gfx/codec",
25 ]
26
27 defines = [ "CC_DEBUG_IMPLEMENTATION=1" ]
28 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698