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

Unified Diff: device/bluetooth/public/interfaces/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: Fix merge conflict Created 4 years, 6 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
« no previous file with comments | « device/bluetooth/bluetooth_uuid.cc ('k') | device/bluetooth/public/interfaces/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/public/interfaces/BUILD.gn
diff --git a/mash/login/public/interfaces/BUILD.gn b/device/bluetooth/public/interfaces/BUILD.gn
similarity index 76%
copy from mash/login/public/interfaces/BUILD.gn
copy to device/bluetooth/public/interfaces/BUILD.gn
index 0ea747bed9d6fc0885a76c7384146db4f70fe0a2..aba3e2ea1e0826e006609e3588761d5ae234c2f0 100644
--- a/mash/login/public/interfaces/BUILD.gn
+++ b/device/bluetooth/public/interfaces/BUILD.gn
@@ -4,8 +4,8 @@
import("//mojo/public/tools/bindings/mojom.gni")
-mojom("interfaces") {
+mojom("bluetooth_mojom_bluetooth_uuid") {
sources = [
- "login.mojom",
+ "bluetooth_uuid.mojom",
]
}
« no previous file with comments | « device/bluetooth/bluetooth_uuid.cc ('k') | device/bluetooth/public/interfaces/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698