Index: content/common/BUILD.gn |
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn |
index 3421cf0849259b352f483b686665692907dba186..356f056a3c1df602a906fb1479f7225228ec7824 100644 |
--- a/content/common/BUILD.gn |
+++ b/content/common/BUILD.gn |
@@ -313,10 +313,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", |
] |
} |