OLD | NEW |
1 # Copyright 2016 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 mojom = "//device/bluetooth/public/interfaces/uuid.mojom" | 5 mojom = "//device/bluetooth/public/interfaces/uuid.mojom" |
6 public_headers = [ | 6 public_headers = [ "//device/bluetooth/bluetooth_uuid.h" ] |
7 "//base/optional.h", | |
8 "//device/bluetooth/bluetooth_uuid.h", | |
9 ] | |
10 traits_headers = [ "//device/bluetooth/public/interfaces/uuid_struct_traits.h" ] | 7 traits_headers = [ "//device/bluetooth/public/interfaces/uuid_struct_traits.h" ] |
11 deps = [ | 8 deps = [ |
12 "//base", | |
13 "//device/bluetooth", | 9 "//device/bluetooth", |
14 ] | 10 ] |
15 type_mappings = [ "bluetooth.mojom.UUID=base::Optional<device::BluetoothUUID>[nu
llable_is_same_type]" ] | 11 type_mappings = [ "bluetooth.mojom.UUID=device::BluetoothUUID" ] |
OLD | NEW |