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

Unified Diff: components/arc/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/arc/BUILD.gn
diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
index 113a392819ebae17e035b643b54ec8ff92a7b0c5..d2ee339214f73e72fe45f4318c05182a596ad7f2 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -36,7 +36,7 @@ static_library("arc") {
"//chromeos:power_manager_proto",
"//ipc:ipc",
"//ipc/mojo:mojo",
- "//third_party/mojo/src/mojo/edk/system",
+ "//mojo/edk/system",
"//ui/aura",
"//ui/base:base",
"//ui/events",

Powered by Google App Engine
This is Rietveld 408576698