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

Unified Diff: ui/gl/BUILD.gn

Issue 937263006: Refactored GLContext to own GPUTiming which spawn GPUTimingClients. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: ui/gl/BUILD.gn
diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn
index c596f53c9c45511b54b9266c747ce280ebd11ea7..12a44cc572c1ca76369bc6c3e5f5a215a64afc38 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -92,6 +92,8 @@ component("gl") {
"gl_version_info.h",
"gpu_switching_manager.cc",
"gpu_switching_manager.h",
+ "gpu_timing.cc",
+ "gpu_timing.h",
"scoped_binders.cc",
"scoped_binders.h",
"scoped_make_current.cc",

Powered by Google App Engine
This is Rietveld 408576698