# Copyright 2019 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/ui.gni")
assert(is_chromeos_ash, "Non Chrome OS builds cannot depend on //chromeos/ash")
component("upstart") {
defines = [ "IS_UPSTART_CLIENT_IMPL" ]
deps = [
"//base",
"//chromeos/ash/components/dbus/kerberos",
"//chromeos/ash/components/dbus/media_analytics",
"//chromeos/dbus/common",
"//dbus",
]
sources = [
"fake_upstart_client.cc",
"fake_upstart_client.h",
"upstart_client.cc",
"upstart_client.h",
]
}