blob: 97b3a6191c79db6025543d407a1efde81e0223a3 [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.
component("dbus_thread_linux") {
sources = [
"dbus_thread_linux.cc",
"dbus_thread_linux.h",
]
defines = [ "IS_DBUS_IMPL" ]
deps = [
"//base",
]
}