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

Unified Diff: content/common/BUILD.gn

Issue 1775953004: bluetooth: Move writeValue to mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@my-origin
Patch Set: Moar cleanup Created 4 years, 9 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: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 3dbb130674cf8e2bb594baeb02edbf0a722615dc..895a8f105cec94788c38ba692025479b964c6d62 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -524,6 +524,7 @@ mojom("mojo_bindings") {
sources = [
"application_setup.mojom",
"background_sync_service.mojom",
+ "bluetooth/bluetooth_service.mojom",
"geolocation_service.mojom",
"image_downloader/image_downloader.mojom",
"leveldb_wrapper.mojom",
@@ -547,6 +548,7 @@ mojom("mojo_bindings") {
"//content/public/common:mojo_bindings",
"//mojo/shell/public/interfaces",
"//skia/public/interfaces",
+ "//third_party/WebKit/public:mojo_bindings",
"//ui/mojo/geometry:interfaces",
]
}

Powered by Google App Engine
This is Rietveld 408576698