Index: third_party/WebKit/Source/platform/mojo/Referrer.typemap |
diff --git a/third_party/WebKit/Source/platform/mojo/Referrer.typemap b/third_party/WebKit/Source/platform/mojo/Referrer.typemap |
new file mode 100644 |
index 0000000000000000000000000000000000000000..592479d0d252699e9fea80c15b3d0874bdc4c940 |
--- /dev/null |
+++ b/third_party/WebKit/Source/platform/mojo/Referrer.typemap |
@@ -0,0 +1,13 @@ |
+# Copyright 2017 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 = "//third_party/WebKit/public/platform/referrer.mojom" |
+public_headers = [ "//third_party/WebKit/Source/platform/weborigin/Referrer.h" ] |
+traits_headers = |
+ [ "//third_party/WebKit/Source/platform/mojo/ReferrerStructTraits.h" ] |
+deps = [ |
+ "//mojo/public/cpp/bindings", |
+ "//url", |
+] |
+type_mappings = [ "blink.mojom.Referrer=::blink::Referrer" ] |