1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:47:35 +00:00

Meta: Format LibWeb gn files

This was missed when merging the initial set. Linter should be next :^)
This commit is contained in:
Andrew Kaster 2023-07-09 17:03:47 -06:00 committed by Andrew Kaster
parent 9061ea4e90
commit a21a08cc9d
3 changed files with 4 additions and 5 deletions

View file

@ -67,7 +67,7 @@ compiled_action("generate_aria_roles") {
inputs = [ "ARIA/AriaRoles.json" ]
outputs = [
"$target_gen_dir/ARIA/AriaRoles.h",
"$target_gen_dir/ARIA/AriaRoles.cpp"
"$target_gen_dir/ARIA/AriaRoles.cpp",
]
args = [
"-h",
@ -75,7 +75,7 @@ compiled_action("generate_aria_roles") {
"-c",
rebase_path(outputs[1], root_build_dir),
"-j",
rebase_path(inputs[0], root_build_dir)
rebase_path(inputs[0], root_build_dir),
]
}