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

Unified Diff: device/bluetooth/mojo/BUILD.gn

Issue 2015463004: bluetooth: Use BluetoothUUID instead of string when sending uuids (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-mojo-request-device
Patch Set: Add header Created 4 years, 7 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/mojo/BUILD.gn
diff --git a/mash/login/public/interfaces/BUILD.gn b/device/bluetooth/mojo/BUILD.gn
similarity index 76%
copy from mash/login/public/interfaces/BUILD.gn
copy to device/bluetooth/mojo/BUILD.gn
index 0ea747bed9d6fc0885a76c7384146db4f70fe0a2..aba3e2ea1e0826e006609e3588761d5ae234c2f0 100644
--- a/mash/login/public/interfaces/BUILD.gn
+++ b/device/bluetooth/mojo/BUILD.gn
@@ -4,8 +4,8 @@
import("//mojo/public/tools/bindings/mojom.gni")
Ken Rockot(use gerrit already) 2016/05/26 21:05:07 Please put this stuff in device/bluetooth/public/i
ortuno 2016/05/27 14:38:35 Done.
-mojom("interfaces") {
+mojom("bluetooth_mojom_bluetooth_uuid") {
sources = [
- "login.mojom",
+ "bluetooth_uuid.mojom",
]
}

Powered by Google App Engine
This is Rietveld 408576698