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

Unified Diff: mojo/public/platform/native/BUILD.gn

Issue 1288583002: Add MGL entry points and port spinning_cube to use them (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
« no previous file with comments | « mojo/public/c/gpu/MGL/mgl_types.h ('k') | mojo/public/platform/native/mgl_onscreen_thunks.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/platform/native/BUILD.gn
diff --git a/mojo/public/platform/native/BUILD.gn b/mojo/public/platform/native/BUILD.gn
index f02ca8d7d6b06e4712759abb079b117bc955cc01..6938fa302b6a6ba0a3d2bf8565687aefaea4d46b 100644
--- a/mojo/public/platform/native/BUILD.gn
+++ b/mojo/public/platform/native/BUILD.gn
@@ -105,3 +105,25 @@ mojo_sdk_source_set("gles2") {
# 'DYLIB_INSTALL_NAME_BASE': '@loader_path',
}
}
+
+mojo_sdk_source_set("gpu_thunks") {
+ sources = []
+}
+
+mojo_sdk_source_set("mgl_thunks") {
+ sources = [
+ "mgl_thunks.c",
+ "mgl_thunks.h",
+ ]
+
+ mojo_sdk_deps = [ "mojo/public/c/gpu:MGL" ]
+}
+
+mojo_sdk_source_set("mgl_onscreen_thunks") {
+ sources = [
+ "mgl_onscreen_thunks.c",
+ "mgl_onscreen_thunks.h",
+ ]
+
+ mojo_sdk_deps = [ "mojo/public/c/gpu:MGL_onscreen" ]
+}
« no previous file with comments | « mojo/public/c/gpu/MGL/mgl_types.h ('k') | mojo/public/platform/native/mgl_onscreen_thunks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698