Chromium Code Reviews| Index: content/common/BUILD.gn |
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn |
| index 69aa1e372ff0958636a53e19f81fb58ac8435287..8bf6af6536a8af76f2abfb07ee4c8ac00f73f058 100644 |
| --- a/content/common/BUILD.gn |
| +++ b/content/common/BUILD.gn |
| @@ -319,10 +319,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", |
| ] |
| } |