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

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

Issue 1349233002: Mandoline: Enable more GL commands which are used by WebGL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review issue Created 5 years, 3 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: third_party/mojo/src/mojo/public/c/gles2/BUILD.gn
diff --git a/third_party/mojo/src/mojo/public/c/gles2/BUILD.gn b/third_party/mojo/src/mojo/public/c/gles2/BUILD.gn
index 18c6c7c6738ef59e0df679fdd5bdab4eb915defe..0ac7e0fd64c225caf042eaf1dc30e3ed332c263d 100644
--- a/third_party/mojo/src/mojo/public/c/gles2/BUILD.gn
+++ b/third_party/mojo/src/mojo/public/c/gles2/BUILD.gn
@@ -20,35 +20,12 @@ group("gles2") {
mojo_sdk_source_set("headers") {
sources = [
- "chromium_bind_uniform_location.h",
- "chromium_copy_texture.h",
- "chromium_framebuffer_multisample.h",
- "chromium_image.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",
+ "chromium_extension.h",
"gles2.h",
"gles2_call_visitor_autogen.h",
- "gles2_call_visitor_chromium_copy_texture_autogen.h",
- "gles2_call_visitor_chromium_framebuffer_multisample_autogen.h",
- "gles2_call_visitor_chromium_image_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",
- "gles2_call_visitor_occlusion_query_ext_autogen.h",
- "gles2_call_visitor_oes_vertex_array_object_autogen.h",
+ "gles2_call_visitor_chromium_extension_autogen.h",
"gles2_export.h",
"gles2_types.h",
- "occlusion_query_ext.h",
- "oes_vertex_array_object.h",
]
public_configs = [ ":gles2_config" ]
« no previous file with comments | « mojo/runner/native_application_support.cc ('k') | third_party/mojo/src/mojo/public/c/gles2/chromium_bind_uniform_location.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698