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

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

Issue 1554443003: Stop linking in the old Mojo EDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more fixes Created 4 years, 11 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/loader/BUILD.gn
diff --git a/components/nacl/loader/BUILD.gn b/components/nacl/loader/BUILD.gn
index e9d9d9c816ac1ea28a8543d69fdf0d54a84da4a4..a558840f5b20c937d25ba4d0cf678474dbcf2dcc 100644
--- a/components/nacl/loader/BUILD.gn
+++ b/components/nacl/loader/BUILD.gn
@@ -61,8 +61,8 @@ source_set("loader") {
deps = [
"//components/nacl/common",
"//content/public/common",
+ "//mojo/edk/system",
"//ppapi/shared_impl",
- "//third_party/mojo/src/mojo/edk/system",
]
if (enable_nacl_untrusted) {

Powered by Google App Engine
This is Rietveld 408576698