| # Copyright 2021 The Chromium Authors |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| # Statically-defined (not build-time-generated) IDL files in 'extensions_*' |
| # components for production. |
| static_idl_files_in_extensions_chromeos = [ |
| "//third_party/blink/renderer/extensions/chromeos/chromeos.idl", |
| "//third_party/blink/renderer/extensions/chromeos/diagnostics/cros_diagnostics.idl", |
| "//third_party/blink/renderer/extensions/chromeos/diagnostics/cros_cpu_info.idl", |
| "//third_party/blink/renderer/extensions/chromeos/diagnostics/cros_network_interface.idl", |
| "//third_party/blink/renderer/extensions/chromeos/diagnostics/cros_logical_cpu_info.idl", |
| "//third_party/blink/renderer/extensions/chromeos/kiosk/cros_kiosk.idl", |
| ] |