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

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: 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
Index: mojo/mojo_public.gypi
diff --git a/mojo/mojo_public.gypi b/mojo/mojo_public.gypi
index 20af45f33e00bdb5b1d5a2e5cb78d0fa86c37d21..5743087dc7d0f4e5b15527522805a548fcf347fa 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',
],
},
{

Powered by Google App Engine
This is Rietveld 408576698