summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/platform/mojo/security_origin.typemap
blob: 3b2de4ac9b7b44460177975099893fa45583d08f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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/mojom/origin.mojom"
public_headers =
    [ "//third_party/blink/renderer/platform/weborigin/security_origin.h" ]
traits_headers = [
  "//third_party/blink/renderer/platform/mojo/security_origin_struct_traits.h",
]

# Note: consumers of this typemap must themselves depend on platform.
deps = [
  "//mojo/public/cpp/bindings",
  "//url",
]
type_mappings =
    [ "url.mojom.Origin=scoped_refptr<const ::blink::SecurityOrigin>" ]