summaryrefslogtreecommitdiffstats
path: root/url/mojo/gurl.typemap
diff options
context:
space:
mode:
Diffstat (limited to 'url/mojo/gurl.typemap')
-rw-r--r--url/mojo/gurl.typemap14
1 files changed, 14 insertions, 0 deletions
diff --git a/url/mojo/gurl.typemap b/url/mojo/gurl.typemap
new file mode 100644
index 0000000..93840c5
--- /dev/null
+++ b/url/mojo/gurl.typemap
@@ -0,0 +1,14 @@
+// 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.
+
+{
+ "c++": {
+ "url.mojom.Url": {
+ "typename": "GURL",
+ "headers": [
+ "url/mojo/url_gurl_struct_traits.h"
+ ]
+ }
+ }
+}