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

Unified Diff: ui/gl/BUILD.gn

Issue 1256613002: Add tracing for GL texture objects (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@browser_process_id
Patch Set: review feedback Created 5 years, 5 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: ui/gl/BUILD.gn
diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn
index 8eb50dd7da7a10180affe8c9537aba18c24f5a96..0e8e059718b9cd5a734694eabd87ebbf51521a42 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -102,6 +102,8 @@ component("gl") {
"scoped_make_current.h",
"sync_control_vsync_provider.cc",
"sync_control_vsync_provider.h",
+ "trace_util.cc",
+ "trace_util.h",
reveman 2015/07/28 21:38:49 did you forget to add these files?
ericrk 2015/07/29 18:46:47 yup.
]
configs += [ "//build/config:precompiled_headers" ]

Powered by Google App Engine
This is Rietveld 408576698