mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 22:36:09 +03:00
39 lines
1.2 KiB
Plaintext
39 lines
1.2 KiB
Plaintext
# 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_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_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_uuid.cc",
|
|
"bluetooth_uuid.h",
|
|
"navigator_bluetooth.cc",
|
|
"navigator_bluetooth.h",
|
|
]
|
|
|
|
deps = [
|
|
"//device/bluetooth/public/mojom:mojom_blink",
|
|
]
|
|
}
|