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

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: merge and fix new flaky test 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
« no previous file with comments | « content/child/child_thread_impl.cc ('k') | content/common/mojo/channel_init.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 0a7e72e321d1f125279b2c011f3d9534a5958d40..fd37be35cb22f86127d6a617c728b7a292ffdb2c 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -200,13 +200,13 @@ 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/boringssl",
- "//third_party/mojo/src/mojo/edk/system",
"//ui/gl",
]
}
« no previous file with comments | « content/child/child_thread_impl.cc ('k') | content/common/mojo/channel_init.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698