| Index: content/common/BUILD.gn
|
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
|
| index ecfe362c95bd943b1b6676d86f459fbd04a4c0b0..09f7a4a989204e33a05aad18fa063f18163d780e 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",
|
|
|