blob: 752c9e9d8e804887e85a483f9608d8c1ab9a8c34 [file] [log] [blame]
# Copyright 2018 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.
import("//third_party/blink/renderer/core/core.gni")
blink_core_sources("feature_policy") {
sources = [
"document_policy_parser.cc",
"document_policy_parser.h",
"dom_feature_policy.cc",
"dom_feature_policy.h",
"feature_policy_parser.cc",
"feature_policy_parser.h",
"iframe_policy.h",
"layout_animations_policy.cc",
"layout_animations_policy.h",
"policy_helper.h",
]
}