diff options
Diffstat (limited to 'content/common/BUILD.gn')
-rw-r--r-- | content/common/BUILD.gn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn index ecfe362..09f7a4a 100644 --- a/content/common/BUILD.gn +++ b/content/common/BUILD.gn @@ -486,9 +486,12 @@ mojom("mojo_bindings") { "geolocation_service.mojom", "permission_service.mojom", "presentation/presentation_service.mojom", + "process_control.mojom", "render_frame_setup.mojom", ] + import_dirs = [ "//mojo/services" ] + deps = [ "//content/public/common:mojo_bindings", "//mojo/application/public/interfaces", |