# 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.

assert(is_chromeos)

source_set("shared") {
  sources = [
    "ble_constants.h",
    "connection_medium.cc",
    "connection_medium.h",
    "connection_priority.cc",
    "connection_priority.h",
    "presence_monitor.h",
  ]

  public_deps = [ "//base" ]
}
