# Copyright 2024 The Chromium Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. assert(is_chromeos) static_library("cryptohome") { sources = [ "cryptohome_ui.cc", "cryptohome_ui.h", "cryptohome_web_ui_handler.cc", "cryptohome_web_ui_handler.h", ] deps = [ "//ash/constants", "//base", "//chrome/browser/profiles:profile", "//chrome/browser/resources/chromeos/cryptohome:resources", "//chromeos/ash/components/dbus", "//chromeos/ash/components/dbus/cryptohome", "//chromeos/ash/components/dbus/cryptohome:cryptohome_proto", "//chromeos/ash/components/dbus/userdataauth", "//chromeos/ash/components/login/auth", "//chromeos/dbus/common", "//chromeos/dbus/tpm_manager", "//chromeos/dbus/tpm_manager:tpm_manager_proto", "//components/user_manager", "//content/public/browser", "//content/public/common", "//crypto", ] }