blob: 12e13d93c2a00916766f9afc4e978c5a77f477fd [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.
assert(is_chromeos, "Diagnostics App is Chrome OS only")
static_library("diagnostics_ui") {
sources = [
"diagnostics_ui.cc",
"diagnostics_ui.h",
"url_constants.cc",
"url_constants.h",
]
deps = [
"//ash/components/resources:diagnostics_app_resources",
"//ash/constants",
"//ash/webui/diagnostics_ui/backend",
"//ash/webui/diagnostics_ui/mojom",
"//chromeos/login/login_state",
"//chromeos/strings/",
"//content/public/browser",
"//ui/base",
"//ui/resources",
"//ui/web_dialogs",
]
}
group("closure_compile") {
deps = [ "resources:closure_compile_module" ]
}