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

Unified Diff: components/nacl/loader/BUILD.gn

Issue 2590173002: Convert NaCl renderer-loader messages to mojo. (Closed)
Patch Set: GetProxy() -> MakeRequest() Created 4 years 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: components/nacl/loader/BUILD.gn
diff --git a/components/nacl/loader/BUILD.gn b/components/nacl/loader/BUILD.gn
index f0da685997a84b1caa05a32920a6bbbfcd7dd758..6fa483619aa1d40213db98184bb0f5504e503dae 100644
--- a/components/nacl/loader/BUILD.gn
+++ b/components/nacl/loader/BUILD.gn
@@ -31,6 +31,7 @@ source_set("minimal") {
":minimal_content_dummy",
"//base",
"//components/nacl/common:minimal",
+ "//components/nacl/common:mojo_bindings",
"//crypto",
"//ipc",
"//mojo/edk/system",
@@ -214,6 +215,7 @@ if (is_nacl_nonsfi) {
deps = [
":nacl_helper_nonsfi_sandbox",
"//base",
+ "//components/nacl/common:mojo_bindings",
"//components/nacl/common:switches",
"//components/tracing",
"//content",

Powered by Google App Engine
This is Rietveld 408576698