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

Unified Diff: device/bluetooth/public/interfaces/typemaps.gni

Issue 2622393002: bluetooth: Add characteristic list to DeviceDetailsPage in internals page. (Closed)
Patch Set: Rename onExpand, add braces Created 3 years, 11 months 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 side-by-side diff with in-line comments
Download patch
Index: device/bluetooth/public/interfaces/typemaps.gni
diff --git a/device/bluetooth/public/interfaces/typemaps.gni b/device/bluetooth/public/interfaces/typemaps.gni
index c957dab7175272fb40c0f04c394c3de13925bfac..3d29b560305fc532b5d225b40843e507a4abcf1c 100644
--- a/device/bluetooth/public/interfaces/typemaps.gni
+++ b/device/bluetooth/public/interfaces/typemaps.gni
@@ -2,4 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-typemaps = [ "//device/bluetooth/public/interfaces/uuid.typemap" ]
+typemaps = [
+ "//device/bluetooth/public/interfaces/properties.typemap",
+ "//device/bluetooth/public/interfaces/uuid.typemap",
+]

Powered by Google App Engine
This is Rietveld 408576698