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

Unified Diff: mojo/public/c/gles2/BUILD.gn

Issue 1277543002: Add support for GL_EXT_debug_marker. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 4 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 | « mojo/gles2/gles2_impl.cc ('k') | mojo/public/c/gles2/ext_debug_marker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/c/gles2/BUILD.gn
diff --git a/mojo/public/c/gles2/BUILD.gn b/mojo/public/c/gles2/BUILD.gn
index 5c425e4d454123d114ed6236278d29f392be65f2..0036301768c75856eaeca2f2189ddbb0c20dedeb 100644
--- a/mojo/public/c/gles2/BUILD.gn
+++ b/mojo/public/c/gles2/BUILD.gn
@@ -28,6 +28,7 @@ mojo_sdk_source_set("headers") {
"chromium_sub_image.h",
"chromium_sync_point.h",
"chromium_texture_mailbox.h",
+ "ext_debug_marker.h",
"gles2.h",
"gles2_call_visitor_autogen.h",
"gles2_call_visitor_chromium_copy_texture_autogen.h",
@@ -38,6 +39,7 @@ mojo_sdk_source_set("headers") {
"gles2_call_visitor_chromium_sub_image_autogen.h",
"gles2_call_visitor_chromium_sync_point_autogen.h",
"gles2_call_visitor_chromium_texture_mailbox_autogen.h",
+ "gles2_call_visitor_ext_debug_marker_autogen.h",
"gles2_call_visitor_occlusion_query_ext_autogen.h",
"gles2_call_visitor_oes_vertex_array_object_autogen.h",
"gles2_export.h",
« no previous file with comments | « mojo/gles2/gles2_impl.cc ('k') | mojo/public/c/gles2/ext_debug_marker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698