blob: 433617d47237f4487cc9e6ae5f90eee36aeef3ee [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/blink/public/mojom/feature_policy/feature_policy.mojom"
public_headers = [
"//third_party/blink/public/common/feature_policy/feature_policy.h",
"//third_party/blink/public/common/frame/sandbox_flags.h",
]
traits_headers = [
"//third_party/blink/common/feature_policy/feature_policy_mojom_traits.h",
]
sources = [
"//third_party/blink/common/feature_policy/feature_policy_mojom_traits.cc",
]
type_mappings = [
"blink.mojom.ParsedFeaturePolicyDeclaration=blink::ParsedFeaturePolicyDeclaration",
"blink.mojom.WebSandboxFlags=blink::WebSandboxFlags",
]