blob: c9aa37d41797180dddde9e17c63deea636da1f70 [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.h",
"feature_policy.cc",
"feature_policy.h",
"iframe_policy.h",
"layout_animations_policy.cc",
"layout_animations_policy.h",
"policy.cc",
"policy.h",
]
}