# 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", | |
] | |
} |