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

Unified Diff: ui/gl/BUILD.gn

Issue 2629633003: Refactor GL bindings so there is no global GLApi or DriverGL. (Closed)
Patch Set: rebase 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
« no previous file with comments | « gpu/ipc/service/image_transport_surface_overlay_mac.mm ('k') | ui/gl/generate_bindings.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/BUILD.gn
diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn
index 360551d76548c2cde1a653536f54702c2bc203f3..3dd0569eb7f6c2f6757854949f6426e1a5f4dfa3 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",
« no previous file with comments | « gpu/ipc/service/image_transport_surface_overlay_mac.mm ('k') | ui/gl/generate_bindings.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698