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

Unified Diff: components/web_bluetooth/public/interfaces/BUILD.gn

Issue 2019853002: bluetooth: Use WebBluetoothDeviceId instead of string (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-uuid-typemap
Patch Set: Fix build Created 4 years, 5 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: components/web_bluetooth/public/interfaces/BUILD.gn
diff --git a/components/safe_json/public/interfaces/BUILD.gn b/components/web_bluetooth/public/interfaces/BUILD.gn
similarity index 74%
copy from components/safe_json/public/interfaces/BUILD.gn
copy to components/web_bluetooth/public/interfaces/BUILD.gn
index 6e8b6de5e09c64b35e89915bd1b5e09a8bd5b326..3937c30806e2200f6bba8ea2be746c1d584c2a6f 100644
--- a/components/safe_json/public/interfaces/BUILD.gn
+++ b/components/web_bluetooth/public/interfaces/BUILD.gn
@@ -4,8 +4,8 @@
import("//mojo/public/tools/bindings/mojom.gni")
-mojom("interfaces") {
+mojom("mojom_web_bluetooth_device_id") {
sources = [
- "safe_json.mojom",
+ "web_bluetooth_device_id.mojom",
]
}

Powered by Google App Engine
This is Rietveld 408576698