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

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

Issue 425193002: Revert of mojo: Convert gles2 to the new thunking system (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 d84241c33c40a3b989872ebdadc081124d87dad5..b47063625c3bf978573b12688079f4856b80b205 100644
--- a/mojo/public/gles2/BUILD.gn
+++ b/mojo/public/gles2/BUILD.gn
@@ -22,9 +22,8 @@
sources = [
"../c/gles2/gles2.h",
"../c/gles2/gles2_export.h",
- "../platform/native/gles2_thunks.cc",
- "../platform/native/gles2_thunks.h",
- "gles2_interface.h",
+ "gles2_private.cc",
+ "gles2_private.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