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

Unified Diff: ui/gl/gl.gyp

Issue 1256613002: Add tracing for GL texture objects (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@browser_process_id
Patch Set: Key texture manager memory dump provider registration off of memory_tracker_ Created 5 years, 4 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 | « ui/gl/BUILD.gn ('k') | ui/gl/trace_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl.gyp
diff --git a/ui/gl/gl.gyp b/ui/gl/gl.gyp
index 7221f28bf6bf573d08ddd4bc66dce919baa48ac8..b730d967b9130adca6b261dfcf75c584ca1a103a 100644
--- a/ui/gl/gl.gyp
+++ b/ui/gl/gl.gyp
@@ -121,6 +121,8 @@
'scoped_make_current.h',
'sync_control_vsync_provider.cc',
'sync_control_vsync_provider.h',
+ 'trace_util.cc',
+ 'trace_util.h',
],
'conditions': [
['OS in ("win", "android", "linux")', {
« no previous file with comments | « ui/gl/BUILD.gn ('k') | ui/gl/trace_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698