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

Unified Diff: services/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/platform/native/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/nacl/BUILD.gn
diff --git a/services/nacl/BUILD.gn b/services/nacl/BUILD.gn
index 656ec1c14cd25f2246dd7a510e7fb4fc46cf7c84..15c97d58832f282bbe2e16209ab26969d7bfa261 100644
--- a/services/nacl/BUILD.gn
+++ b/services/nacl/BUILD.gn
@@ -23,7 +23,9 @@ if (!is_nacl) {
"//url",
]
- data_deps = [ "//mojo/nacl/sfi/nacl_bindings:irt_mojo(//build/toolchain/nacl:irt_${target_cpu})" ]
+ data_deps = [
+ "//mojo/nacl/sfi/nacl_bindings:irt_mojo(//build/toolchain/nacl:irt_${target_cpu})",
+ ]
}
if (current_cpu == "x86" || current_cpu == "arm") {
@@ -39,6 +41,8 @@ if (!is_nacl) {
"//mojo/application:application",
"//mojo/application:content_handler",
"//mojo/data_pipe_utils",
+ "//mojo/public/platform/native:mgl_thunks",
+ "//mojo/public/platform/native:mgl_onscreen_thunks",
"//mojo/message_pump",
"//mojo/nacl/nonsfi:irt_mojo_nonsfi",
"//mojo/public/cpp/application:application",
« no previous file with comments | « mojo/public/platform/native/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698