chromium/services/device/public/cpp/bluetooth/BUILD.gn

# Copyright 2018 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

component("bluetooth") {
  sources = [
    "bluetooth_utils.cc",
    "bluetooth_utils.h",
  ]
  defines = [ "IS_BLUETOOTH_IMPL=1" ]

  configs += [ "//build/config/compiler:wexit_time_destructors" ]

  deps = [
    "//base",
    "//device/bluetooth/public/cpp",
  ]
}