Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Side by Side Diff: device/bluetooth/public/interfaces/uuid.typemap

Issue 2506813003: Use new wrapper types for web_bluetooth.mojom (Closed)
Patch Set: merge master and resolve conflicts Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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" ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698