blob: bd7b3336a5109378b7c68256043971435b51228a [file] [log] [blame]
# 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/common/feature_policy/feature_policy.mojom"
public_headers = [
"//third_party/WebKit/common/feature_policy/feature_policy.h",
"//third_party/WebKit/common/sandbox_flags.h",
]
traits_headers = [
"//third_party/WebKit/common/feature_policy/feature_policy_struct_traits.h",
]
sources = [
"//third_party/WebKit/common/feature_policy/feature_policy_struct_traits.cc",
]
type_mappings = [
"blink.mojom.ParsedFeaturePolicyDeclaration=blink::ParsedFeaturePolicyDeclaration",
"blink.mojom.WebSandboxFlags=blink::WebSandboxFlags",
]