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

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

Issue 1413683003: Expose MGL interface through NaCl IRT (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Review feedback addressed Created 5 years, 2 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/BUILD.gn ('k') | mojo/public/platform/nacl/mgl_irt.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/platform/nacl/BUILD.gn
diff --git a/mojo/public/platform/nacl/BUILD.gn b/mojo/public/platform/nacl/BUILD.gn
index 58964f248a413d6edeb8e52f10ad2d5700254556..7bb9dc796c2ad1f7aaf501065914c8d02e9c2172 100644
--- a/mojo/public/platform/nacl/BUILD.gn
+++ b/mojo/public/platform/nacl/BUILD.gn
@@ -6,10 +6,16 @@ import("../../mojo_sdk.gni")
mojo_sdk_source_set("mojo_irt_header") {
sources = [
+ "mgl_irt.h",
"mojo_initial_handle.h",
"mojo_irt.h",
]
- mojo_sdk_deps = [ "mojo/public/c/system" ]
+ mojo_sdk_deps = [
+ "mojo/public/c/gpu:MGL",
+ "mojo/public/c/gpu:MGL_onscreen",
+ "mojo/public/c/gpu:MGL_signal_sync_point",
+ "mojo/public/c/system",
+ ]
}
# Untrusted code
@@ -18,6 +24,7 @@ if (is_nacl) {
mojo_sdk_source_set("mojo") {
sources = [
"libmojo.cc",
+ "mgl_irt.cc",
]
mojo_sdk_deps = [ "mojo/public/c/system" ]
deps = [
« no previous file with comments | « mojo/public/c/gpu/BUILD.gn ('k') | mojo/public/platform/nacl/mgl_irt.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698