blob: f19559c3d6e555c3e70489955fb67ddf90e242f8 [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",
]
deps = [
"//build:chromeos_buildflags",
"//device/bluetooth/public/mojom:mojom_blink",
]
}