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

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

Issue 2019973002: [mojo-edk] Bind a child token to child launches and port reservations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: arc fix Created 4 years, 7 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 4d5228046a85ccff2677f62e2b3bf020746cc461..f75983f17e0aa32b98c4d2054943cd36b7d0d05c 100644
--- a/components/nacl/browser/BUILD.gn
+++ b/components/nacl/browser/BUILD.gn
@@ -39,6 +39,7 @@ source_set("browser") {
"//content/public/browser",
"//content/public/common",
"//ipc",
+ "//mojo/edk/system",
Ken Rockot(use gerrit already) 2016/06/01 15:40:48 this change (and the change to DEPS) don't seem to
Anand Mistry (off Chromium) 2016/06/02 04:35:36 Oops. Forgot to revert from a prior patchset.
"//native_client/src/trusted/service_runtime:sel_main_chrome",
"//net",
"//ppapi/host",

Powered by Google App Engine
This is Rietveld 408576698