Index: content/common/BUILD.gn |
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn |
index 7d0cf0fda134a93b55cbc04f0339381c27af9a71..801847ff13fc89c40ac43c6bb9d27c507c5623fb 100644 |
--- a/content/common/BUILD.gn |
+++ b/content/common/BUILD.gn |
@@ -317,10 +317,12 @@ source_set("common") { |
mojom("mojo_bindings") { |
sources = [ |
+ "geolocation_service.mojom", |
"render_frame_setup.mojom", |
] |
deps = [ |
+ "//content/public/common:mojo_bindings", |
"//mojo/public/interfaces/application:application", |
] |
} |