| 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
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..76069af438a7b0030a8a4e7a4e3ad2d031dfc157
|
| --- /dev/null
|
| +++ b/third_party/WebKit/Source/platform/mojo/KURL.typemap
|
| @@ -0,0 +1,11 @@
|
| +# Copyright 2016 The Chromium Authors. All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
| +
|
| +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" ]
|
| +deps = [
|
| + "//third_party/WebKit/Source/platform",
|
| +]
|
| +type_mappings = [ "url.mojom.Url=::blink::KURL" ]
|
|
|