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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/cc_export.h ('k') | cc/debug/benchmark_instrumentation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/debug/BUILD.gn
diff --git a/cc/debug/BUILD.gn b/cc/debug/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..b1de28c8e1b6e9a3fd4f336481088a4f16eb35ba
--- /dev/null
+++ b/cc/debug/BUILD.gn
@@ -0,0 +1,30 @@
+# Copyright 2017 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+import("//cc/cc.gni")
+cc_component("debug") {
+ output_name = "cc_debug"
+ sources = [
+ "debug_colors.cc",
+ "debug_colors.h",
+ "debug_export.h",
+ "layer_tree_debug_state.cc",
+ "layer_tree_debug_state.h",
+ "picture_debug_util.cc",
+ "picture_debug_util.h",
+ "rendering_stats.cc",
+ "rendering_stats.h",
+ "rendering_stats_instrumentation.cc",
+ "rendering_stats_instrumentation.h",
+ "traced_value.cc",
+ "traced_value.h",
+ ]
+ deps = [
+ "//base",
+ "//skia",
+ "//ui/gfx/codec",
+ ]
+
+ defines = [ "CC_DEBUG_IMPLEMENTATION=1" ]
+}
« 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