# Copyright 2023 The Chromium Authors
# 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/extensions/extensions.gni")
blink_extensions_chromeos_sources("diagnostics") {
sources = [
"cros_diagnostics.cc",
"cros_diagnostics.h",
]
deps = [
"//third_party/blink/renderer/bindings:generate_bindings_all",
"//third_party/blink/renderer/platform",
"//v8",
]
}