# 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, "Non-Chrome-OS builds must not depend on //chromeos/ash")

component("readahead") {
  defines = [ "IS_CHROMEOS_ASH_COMPONENTS_LOGIN_READAHEAD_IMPL" ]
  deps = [
    "//base",
    "//chromeos/ash/components/dbus/session_manager",
  ]
  sources = [
    "login_readahead_performer.cc",
    "login_readahead_performer.h",
  ]
}
