# 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:*", | |
] | |
} |