Skip to content

Commit 0ad9d04

Browse files
Paul Semelchromeos-ci-prod
authored andcommitted
renderer_fuzzing: add support for AssociatedRemotes
This adds support to fuzz AssociatedRemote interfaces. This improves the reach of the IPC fuzzer. Change-Id: I0efaaab6b3b3d7245b82ee221d88b136977dd67b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5961243 Commit-Queue: Paul Semel <[email protected]> Reviewed-by: Adrian Taylor <[email protected]> Reviewed-by: Daniel Cheng <[email protected]> Cr-Commit-Position: refs/heads/main@{#1373814} CrOS-Libchrome-Original-Commit: 091252a1bafd1838ee7e72f11a7fdcab79ae06d8
1 parent 0b022e3 commit 0ad9d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mojo/public/tools/fuzzers/mojolpm_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ def build_new_actions(interface: module.Interface) -> MojoLPMActionSet:
610610
type=MojoLPMActionType.NEW_ACTION,
611611
namespace=interface.qualified_name,
612612
identifier=camel_to_snake_case(interface.mojom_name),
613-
dependencies=frozenset(),
613+
dependencies=frozenset([f"{interface.module.path}"]),
614614
)
615615
])
616616

0 commit comments

Comments
 (0)