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

Unified Diff: mojo/public/platform/native/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/platform/native/BUILD.gn
diff --git a/mojo/public/platform/native/BUILD.gn b/mojo/public/platform/native/BUILD.gn
index f8804f1a6a869c17eb029621d66cd9f0d6cccf86..0cea25cdf4474596dd6e4fc441775937a15544b8 100644
--- a/mojo/public/platform/native/BUILD.gn
+++ b/mojo/public/platform/native/BUILD.gn
@@ -68,14 +68,14 @@ mojo_sdk_source_set("gles2") {
"gles2_impl_chromium_copy_texture_thunks.h",
"gles2_impl_chromium_image_thunks.cc",
"gles2_impl_chromium_image_thunks.h",
+ "gles2_impl_chromium_map_sub_thunks.cc",
+ "gles2_impl_chromium_map_sub_thunks.h",
"gles2_impl_chromium_miscellaneous_thunks.cc",
"gles2_impl_chromium_miscellaneous_thunks.h",
"gles2_impl_chromium_pixel_transfer_buffer_object_thunks.cc",
"gles2_impl_chromium_pixel_transfer_buffer_object_thunks.h",
"gles2_impl_chromium_resize_thunks.cc",
"gles2_impl_chromium_resize_thunks.h",
- "gles2_impl_chromium_sub_image_thunks.cc",
- "gles2_impl_chromium_sub_image_thunks.h",
"gles2_impl_chromium_sync_point_thunks.cc",
"gles2_impl_chromium_sync_point_thunks.h",
"gles2_impl_chromium_texture_mailbox_thunks.cc",

Powered by Google App Engine
This is Rietveld 408576698