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

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

Issue 2305913002: Use ChannelMojo from the browser to NaCl loader process. (Closed)
Patch Set: Created 4 years, 3 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: components/nacl/browser/BUILD.gn
diff --git a/components/nacl/browser/BUILD.gn b/components/nacl/browser/BUILD.gn
index 0ee83a439547f5f537cd8ab5f6518c041846c293..5307b79ceec6fb8aab9b45727a7adf77fc013d06 100644
--- a/components/nacl/browser/BUILD.gn
+++ b/components/nacl/browser/BUILD.gn
@@ -39,6 +39,7 @@ static_library("browser") {
"//content/public/browser",
"//content/public/common",
"//ipc",
+ "//mojo/edk/system",
"//native_client/src/trusted/service_runtime:sel_main_chrome",
"//net",
"//ppapi/host",

Powered by Google App Engine
This is Rietveld 408576698