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

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: build fixes 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/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")', {

Powered by Google App Engine
This is Rietveld 408576698