| 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",
|
|
|