chromium/components/dbus/thread_linux/BUILD.gn

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