| 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",
|
| ]
|
| }
|
|
|