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

Unified Diff: content/common/BUILD.gn

Issue 1139123006: Fork the mojo shell interfaces used by Mandoline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 5 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: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 25627f1d1cc6b2652f9a9981cf34228e34236f4e..ecfe362c95bd943b1b6676d86f459fbd04a4c0b0 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -179,12 +179,12 @@ source_set("common") {
"//media",
"//media/midi",
"//media:shared_memory_support",
+ "//mojo/application/public/interfaces",
"//mojo/environment:chromium",
"//sandbox",
"//storage/common",
"//third_party/WebKit/public:blink",
"//third_party/mojo/src/mojo/edk/system",
- "//third_party/mojo/src/mojo/public/interfaces/application",
"//ui/gl",
]
}
@@ -491,6 +491,6 @@ mojom("mojo_bindings") {
deps = [
"//content/public/common:mojo_bindings",
- "//third_party/mojo/src/mojo/public/interfaces/application:application",
+ "//mojo/application/public/interfaces",
]
}

Powered by Google App Engine
This is Rietveld 408576698