blob: 61acb152c70988ef78b3ee4190e6b91a33ab67c2 [file] [log] [blame]
# 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>[nullable_is_same_type]" ]