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

Unified Diff: third_party/WebKit/Source/platform/mojo/KURL.typemap

Issue 2194973002: Fix linker warning in broadcast_channel.mojom-blink.obj. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tighten deps Created 4 years, 5 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: third_party/WebKit/Source/platform/mojo/KURL.typemap
diff --git a/third_party/WebKit/Source/platform/mojo/KURL.typemap b/third_party/WebKit/Source/platform/mojo/KURL.typemap
index 823e12ac496fe779ab1a8c62cdcc635c9f2315d2..ed338ab6cc68f8c256a537a106561ba1ceae0e9f 100644
--- a/third_party/WebKit/Source/platform/mojo/KURL.typemap
+++ b/third_party/WebKit/Source/platform/mojo/KURL.typemap
@@ -7,9 +7,9 @@ public_headers = [ "//third_party/WebKit/Source/platform/weborigin/KURL.h" ]
traits_headers =
[ "//third_party/WebKit/Source/platform/mojo/KURLStructTraits.h" ]
-# Note: consumers of this typemap must themselves depend on platform.
deps = [
"//mojo/public/cpp/bindings",
+ "//third_party/WebKit/Source/platform/weborigin",
"//url",
]
type_mappings = [ "url.mojom.Url=::blink::KURL" ]
« no previous file with comments | « third_party/WebKit/Source/platform/blink_platform.gypi ('k') | third_party/WebKit/Source/platform/mojo/SecurityOrigin.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698