blob: eb3b1c8033c9486760960e46829661fcf8257cc1 [file] [log] [blame]
# Copyright 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//third_party/blink/renderer/modules/modules.gni")
blink_modules_sources("bluetooth") {
sources = [
"bluetooth.cc",
"bluetooth.h",
"bluetooth_advertising_event.cc",
"bluetooth_advertising_event.h",
"bluetooth_attribute_instance_map.cc",
"bluetooth_attribute_instance_map.h",
"bluetooth_characteristic_properties.cc",
"bluetooth_characteristic_properties.h",
"bluetooth_device.cc",
"bluetooth_device.h",
"bluetooth_error.cc",
"bluetooth_error.h",
"bluetooth_le_scan.cc",
"bluetooth_le_scan.h",
"bluetooth_manufacturer_data_map.cc",
"bluetooth_manufacturer_data_map.h",
"bluetooth_remote_gatt_characteristic.cc",
"bluetooth_remote_gatt_characteristic.h",
"bluetooth_remote_gatt_descriptor.cc",
"bluetooth_remote_gatt_descriptor.h",
"bluetooth_remote_gatt_server.cc",
"bluetooth_remote_gatt_server.h",
"bluetooth_remote_gatt_service.cc",
"bluetooth_remote_gatt_service.h",
"bluetooth_remote_gatt_utils.cc",
"bluetooth_remote_gatt_utils.h",
"bluetooth_service_data_map.cc",
"bluetooth_service_data_map.h",
"bluetooth_uuid.cc",
"bluetooth_uuid.h",
"navigator_bluetooth.cc",
"navigator_bluetooth.h",
]
deps = [
"//device/bluetooth/public/mojom:mojom_blink",
]
}