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

Unified Diff: mojo/nacl/BUILD.gn

Issue 1413683003: Expose MGL interface through NaCl IRT (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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 | « no previous file | mojo/nacl/irt_mojo_nonsfi.cc » ('j') | mojo/public/platform/nacl/libmojo.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/nacl/BUILD.gn
diff --git a/mojo/nacl/BUILD.gn b/mojo/nacl/BUILD.gn
index 22d884915bd9dea9f64b380386c430d656018952..ea1846148105ee0e4184dee6c231f0128ba68cdc 100644
--- a/mojo/nacl/BUILD.gn
+++ b/mojo/nacl/BUILD.gn
@@ -14,6 +14,8 @@ if (!is_nacl) {
deps = [
"//base:base",
"//mojo/edk/system:system",
+ "//mojo/gles2:mgl",
+ "//mojo/public/cpp/environment:standalone",
"//nacl_bindings:monacl_sel",
]
@@ -32,6 +34,8 @@ if (!is_nacl) {
deps = [
":irt_mojo_nonsfi",
"//mojo/edk/system",
+ "//mojo/gles2:mgl",
+ "//mojo/public/cpp/environment:standalone",
"//native_client/src/nonsfi/loader:elf_loader",
]
}
@@ -96,6 +100,8 @@ static_library("irt_mojo_nonsfi") {
]
deps = [
+ "//mojo/public/c/gpu:MGL",
+ "//mojo/public/c/gpu:MGL_onscreen",
"//mojo/public/c/system",
"//mojo/public/platform/nacl:mojo_irt_header",
"//native_client/src/nonsfi/irt:irt_interfaces",
« no previous file with comments | « no previous file | mojo/nacl/irt_mojo_nonsfi.cc » ('j') | mojo/public/platform/nacl/libmojo.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698