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

Unified Diff: content/common/BUILD.gn

Issue 1821073002: Mojo bindings: Fix typemap includes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 b2f13d1a3a51e3ad7b68d163cb0d74b85d233a9b..eebb4c493e6e5f32d40c6a4964b3706017ea11d9 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -532,7 +532,6 @@ mojom("mojo_bindings") {
import_dirs = [ "//mojo/services" ]
typemaps = [ "//url/mojo/origin.typemap" ]
- typemap_deps = [ "//url/mojo:url_mojom" ]
public_deps = [
"//components/leveldb/public/interfaces",
@@ -542,5 +541,6 @@ mojom("mojo_bindings") {
"//skia/public/interfaces",
"//third_party/WebKit/public:mojo_bindings",
"//ui/mojo/geometry:interfaces",
+ "//url/mojo:url_mojom_origin",
]
}

Powered by Google App Engine
This is Rietveld 408576698