blob: a1d14ca292c5ed15b7988d58b1b53f5d3eeabadc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 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",
]
}
|