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

Unified Diff: ui/gl/BUILD.gn

Issue 2629633003: Refactor GL bindings so there is no global GLApi or DriverGL. (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 48ad007733e5490371e1ccd3fd8ed7fb3b4959af..c4d1dfa1207e16605ad4785824e2f53dfc911004 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -55,8 +55,12 @@ component("gl") {
"ca_renderer_layer_params.h",
"gl_bindings.cc",
"gl_bindings.h",
- "gl_bindings_autogen_gl.cc",
"gl_bindings_autogen_gl.h",
+ "gl_bindings_autogen_gl0.cc",
+ "gl_bindings_autogen_gl1.cc",
+ "gl_bindings_autogen_gl2.cc",
+ "gl_bindings_autogen_gl3.cc",
+ "gl_bindings_autogen_gl4.cc",
"gl_bindings_autogen_osmesa.cc",
"gl_bindings_autogen_osmesa.h",
"gl_context.cc",
@@ -65,8 +69,6 @@ component("gl") {
"gl_context_osmesa.h",
"gl_context_stub.cc",
"gl_context_stub.h",
- "gl_context_stub_with_extensions.cc",
- "gl_context_stub_with_extensions.h",
"gl_enums.cc",
"gl_enums.h",
"gl_enums_implementation_autogen.h",
@@ -122,8 +124,6 @@ component("gl") {
"gpu_switching_manager.h",
"gpu_timing.cc",
"gpu_timing.h",
- "scoped_api.cc",
- "scoped_api.h",
"scoped_binders.cc",
"scoped_binders.h",
"scoped_make_current.cc",

Powered by Google App Engine
This is Rietveld 408576698