blob: 60d6249acf087a3a5fb28f510ca70cf10fb36e53 [file] [log] [blame]
# Copyright 2019 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, "Non-ChromeOS builds cannot depend on //chromeos")
component("hammerd") {
defines = [ "IS_HAMMERD_IMPL" ]
deps = [
"//base",
"//dbus",
]
sources = [
"fake_hammerd_client.cc",
"fake_hammerd_client.h",
"hammerd_client.cc",
"hammerd_client.h",
]
}