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

Unified Diff: mojo/nacl/sfi/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
Index: mojo/nacl/sfi/BUILD.gn
diff --git a/mojo/nacl/sfi/BUILD.gn b/mojo/nacl/sfi/BUILD.gn
index 963c70f04a5c1fee9cacd1d88e7cf89e32e7b946..51b8315f25e440c6f5e3cb31a0b04695ec9d3082 100644
--- a/mojo/nacl/sfi/BUILD.gn
+++ b/mojo/nacl/sfi/BUILD.gn
@@ -14,7 +14,9 @@ if (!is_nacl) {
deps = [
"//base:base",
"//mojo/edk/system:system",
+ "//mojo/gles2:mgl",
"//mojo/nacl/sfi/nacl_bindings:monacl_sel",
+ "//mojo/public/cpp/environment:standalone",
]
data_deps = [ "//mojo/nacl/sfi/nacl_bindings:irt_mojo(//build/toolchain/nacl:irt_${target_cpu})" ]

Powered by Google App Engine
This is Rietveld 408576698