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

Unified Diff: mojo/mojo_public.gypi

Issue 453163002: Expose CHROMIUM_texture_mailbox/sync_point stubs in mojo public headers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: define GL_GLEXT_PROTOTYPES in mojo_gles2_impl Created 6 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/mojo_base.gyp ('k') | mojo/public/c/gles2/chromium_sync_point.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_public.gypi
diff --git a/mojo/mojo_public.gypi b/mojo/mojo_public.gypi
index f1c7edef9c0c177aed92b26b4b63477d1460d000..0c94c6a498573bff6cf8291350d58159349a8e27 100644
--- a/mojo/mojo_public.gypi
+++ b/mojo/mojo_public.gypi
@@ -81,6 +81,12 @@
'public/c/gles2/gles2_export.h',
'public/platform/native/gles2_thunks.cc',
'public/platform/native/gles2_thunks.h',
+ 'public/platform/native/gles2_impl_thunks.cc',
+ 'public/platform/native/gles2_impl_thunks.h',
+ 'public/platform/native/gles2_impl_chromium_texture_mailbox_thunks.cc',
+ 'public/platform/native/gles2_impl_chromium_texture_mailbox_thunks.h',
+ 'public/platform/native/gles2_impl_chromium_sync_point_thunks.cc',
+ 'public/platform/native/gles2_impl_chromium_sync_point_thunks.h',
],
},
{
« no previous file with comments | « mojo/mojo_base.gyp ('k') | mojo/public/c/gles2/chromium_sync_point.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698