blob: d0b6ea181596bd9dccdf67c6f4b1d5e95d3e485f [file] [log] [blame]
# Copyright 2020 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("../../scripts/build/ninja/devtools_module.gni")
devtools_module("generated") {
sources = [
"ARIAProperties.js",
"InspectorBackendCommands.js",
"SupportedCSSProperties.js",
]
deps = []
visibility = [
"../core/protocol_client:*",
"../core/sdk:sdk-typescript",
"../panels/accessibility:*",
"../panels/elements:*",
]
}