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

Unified Diff: content/common/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: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index e60bfee4c1a5b28a302343db7fbe55d631d6297a..2526d10d2af0b7573a0815198fb840101254d027 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -200,12 +200,12 @@ source_set("common") {
"//media:shared_memory_support",
"//media/midi",
"//mojo/common:common_base",
+ "//mojo/edk/system",
"//mojo/environment:chromium",
"//mojo/shell/public/interfaces",
"//sandbox",
"//storage/common",
"//third_party/WebKit/public:blink",
- "//third_party/mojo/src/mojo/edk/system",
"//ui/gl",
]
}

Powered by Google App Engine
This is Rietveld 408576698