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

Unified Diff: third_party/WebKit/Source/platform/mojo/SecurityOrigin.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/SecurityOrigin.typemap
diff --git a/third_party/WebKit/Source/platform/mojo/SecurityOrigin.typemap b/third_party/WebKit/Source/platform/mojo/SecurityOrigin.typemap
index 2be13c418f9755748e33aa2d22304c3d1eae4b3b..9e1286ccb7d9e41fadd7de0ec4adff154fdae60a 100644
--- a/third_party/WebKit/Source/platform/mojo/SecurityOrigin.typemap
+++ b/third_party/WebKit/Source/platform/mojo/SecurityOrigin.typemap
@@ -8,9 +8,9 @@ public_headers =
traits_headers =
[ "//third_party/WebKit/Source/platform/mojo/SecurityOriginStructTraits.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.Origin=RefPtr<::blink::SecurityOrigin>" ]
« no previous file with comments | « third_party/WebKit/Source/platform/mojo/KURL.typemap ('k') | third_party/WebKit/Source/platform/weborigin/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698