1# Copyright 2016 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5mojom = "//third_party/blink/public/mojom/bluetooth/web_bluetooth.mojom"
6public_headers =
7    [ "//third_party/blink/renderer/platform/wtf/text/wtf_string.h" ]
8traits_headers =
9    [ "//third_party/blink/renderer/platform/mojo/bluetooth_mojom_traits.h" ]
10deps = [
11  "//device/bluetooth",
12]
13type_mappings = [
14  "blink.mojom.WebBluetoothDeviceId=::WTF::String",
15  "bluetooth.mojom.UUID=::WTF::String[nullable_is_same_type]",
16]
17