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

Unified Diff: services/nacl/BUILD.gn

Issue 955113002: Rearrange mojo/nacl files. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Rebase Created 5 years, 10 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 | « nacl_bindings_generator/mojo_syscall.cc.tmpl ('k') | services/nacl/content_handler_main.cc » ('j') | 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 c5aa36971e7eb7dd01beeef690385549aeeff00b..a30fe8601a8387df6c0cdb6eaedea67f27df2ac9 100644
--- a/services/nacl/BUILD.gn
+++ b/services/nacl/BUILD.gn
@@ -16,11 +16,11 @@ if (!is_nacl) {
"//mojo/application:application",
"//mojo/application:content_handler",
"//mojo/common",
- "//mojo/nacl:monacl_sel",
"//mojo/services/network/public/interfaces",
+ "//nacl_bindings:monacl_sel",
"//url",
]
- data_deps = [ "//mojo/nacl:irt_mojo(//native_client/build/toolchain/nacl:irt_${cpu_arch})" ]
+ data_deps = [ "//nacl_bindings:irt_mojo(//native_client/build/toolchain/nacl:irt_${cpu_arch})" ]
}
}
« no previous file with comments | « nacl_bindings_generator/mojo_syscall.cc.tmpl ('k') | services/nacl/content_handler_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698