Chromium Code Reviews| 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 76069af438a7b0030a8a4e7a4e3ad2d031dfc157..510f37724fc90354ab83e025b6d8b45df2b8feab 100644 |
| --- a/third_party/WebKit/Source/platform/mojo/KURL.typemap |
| +++ b/third_party/WebKit/Source/platform/mojo/KURL.typemap |
| @@ -5,7 +5,9 @@ |
| mojom = "//url/mojo/url.mojom" |
| 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 = [ |
| - "//third_party/WebKit/Source/platform", |
| + "//mojo/public/cpp/bindings", |
|
Marijn Kruisselbrink
2016/06/07 20:22:25
It probably makes sense to make a similar change t
Charlie Harrison
2016/06/08 12:28:20
Done.
|
| + "//url", |
| ] |
| type_mappings = [ "url.mojom.Url=::blink::KURL" ] |