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

Unified Diff: cc/BUILD.gn

Issue 1717283003: tracing: Make ConvertableToTraceFormat move-only scoped_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Petrcermak + oysteine review + LayerDebugInfo refptr wrapper Created 4 years, 10 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
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index ce1a7c5ca3d60999e5a125e0e6a20631ef67f2b1..03e5b1b67ae43a18b76c9a9343e3b56ee9ac69ae 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -61,6 +61,8 @@ component("cc") {
"debug/invalidation_benchmark.h",
"debug/lap_timer.cc",
"debug/lap_timer.h",
+ "debug/layer_debug_info.cc",
+ "debug/layer_debug_info.h",
"debug/layer_tree_debug_state.cc",
"debug/layer_tree_debug_state.h",
"debug/micro_benchmark.cc",

Powered by Google App Engine
This is Rietveld 408576698