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

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

Issue 1307883004: Use C OpenGL interface in mojo::GLContext (Closed) Base URL: git@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
Index: mojo/public/c/gles2/BUILD.gn
diff --git a/mojo/public/c/gles2/BUILD.gn b/mojo/public/c/gles2/BUILD.gn
index 758172181b7434534179eb71872c5a0c63a7f62e..e78da80b1f607b288d28c6d37ff64369eb048738 100644
--- a/mojo/public/c/gles2/BUILD.gn
+++ b/mojo/public/c/gles2/BUILD.gn
@@ -23,10 +23,10 @@ mojo_sdk_source_set("headers") {
"chromium_bind_uniform_location.h",
"chromium_copy_texture.h",
"chromium_image.h",
+ "chromium_map_sub.h",
"chromium_miscellaneous.h",
"chromium_pixel_transfer_buffer_object.h",
"chromium_resize.h",
- "chromium_sub_image.h",
"chromium_sync_point.h",
"chromium_texture_mailbox.h",
"ext_debug_marker.h",
@@ -34,10 +34,10 @@ mojo_sdk_source_set("headers") {
"gles2_call_visitor_autogen.h",
"gles2_call_visitor_chromium_copy_texture_autogen.h",
"gles2_call_visitor_chromium_image_autogen.h",
+ "gles2_call_visitor_chromium_map_sub_autogen.h",
"gles2_call_visitor_chromium_miscellaneous_autogen.h",
"gles2_call_visitor_chromium_pixel_transfer_buffer_object_autogen.h",
"gles2_call_visitor_chromium_resize_autogen.h",
- "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",

Powered by Google App Engine
This is Rietveld 408576698