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

Unified Diff: mojo/public/gles2/BUILD.gn

Issue 413303002: mojo: Convert gles2 to the new thunking system (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add forgotten file. Created 6 years, 5 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/public/c/gles2/gles2_export.h ('k') | mojo/public/gles2/gles2_private.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/gles2/BUILD.gn
diff --git a/mojo/public/gles2/BUILD.gn b/mojo/public/gles2/BUILD.gn
index b47063625c3bf978573b12688079f4856b80b205..d84241c33c40a3b989872ebdadc081124d87dad5 100644
--- a/mojo/public/gles2/BUILD.gn
+++ b/mojo/public/gles2/BUILD.gn
@@ -22,8 +22,9 @@ shared_library("gles2") {
sources = [
"../c/gles2/gles2.h",
"../c/gles2/gles2_export.h",
- "gles2_private.cc",
- "gles2_private.h",
+ "../platform/native/gles2_thunks.cc",
+ "../platform/native/gles2_thunks.h",
+ "gles2_interface.h",
]
if (is_mac) {
« no previous file with comments | « mojo/public/c/gles2/gles2_export.h ('k') | mojo/public/gles2/gles2_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698