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

Unified Diff: ui/gl/BUILD.gn

Issue 2616723002: Refactor GL surface format handling (Closed)
Patch Set: Created 3 years, 11 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 a1f9c69511a6264fbea29bb938c2a3d32219820b..b0a1d4021d4c7c5a78494d98c94a885fb0638c83 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -106,6 +106,8 @@ component("gl") {
"gl_stub_autogen_gl.h",
"gl_surface.cc",
"gl_surface.h",
+ "gl_surface_format.cc",
+ "gl_surface_format.h",
"gl_surface_osmesa.cc",
"gl_surface_osmesa.h",
"gl_surface_overlay.cc",

Powered by Google App Engine
This is Rietveld 408576698