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

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: Combine anonymous namespaces into one 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/public/platform/nacl/BUILD.gn
diff --git a/mojo/public/platform/nacl/BUILD.gn b/mojo/public/platform/nacl/BUILD.gn
index 58964f248a413d6edeb8e52f10ad2d5700254556..3f8dfc8a304dc6a23194cc2f6cd2867ae7b9be8a 100644
--- a/mojo/public/platform/nacl/BUILD.gn
+++ b/mojo/public/platform/nacl/BUILD.gn
@@ -9,7 +9,12 @@ mojo_sdk_source_set("mojo_irt_header") {
"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

Powered by Google App Engine
This is Rietveld 408576698