blob: 6a383988540f94d6431e06193e82c2bfdfa53532 [file]
# 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.
component("thread_linux") {
sources = [
"dbus_thread_linux.cc",
"dbus_thread_linux.h",
]
defines = [ "IS_DBUS_IMPL" ]
deps = [
"//base",
"//build:chromeos_buildflags",
"//dbus",
]
}