mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 17:44:56 +09:00
Meta: Format LibWeb gn files
This was missed when merging the initial set. Linter should be next :^)
This commit is contained in:
parent
9061ea4e90
commit
a21a08cc9d
Notes:
sideshowbarker
2024-07-17 21:11:12 +09:00
Author: https://github.com/ADKaster
Commit: a21a08cc9d
Pull-request: https://github.com/SerenityOS/serenity/pull/19911
3 changed files with 4 additions and 5 deletions
|
@ -9,7 +9,6 @@ shared_library("LibIPC") {
|
|||
"ConnectionToServer.h",
|
||||
"Decoder.cpp",
|
||||
"Decoder.h",
|
||||
"Dictionary.h",
|
||||
"Encoder.cpp",
|
||||
"Encoder.h",
|
||||
"File.h",
|
||||
|
|
|
@ -2,10 +2,10 @@ source_set("ARIA") {
|
|||
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
||||
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
||||
sources = [
|
||||
"AriaData.cpp",
|
||||
"AriaData.h",
|
||||
"ARIAMixin.cpp",
|
||||
"ARIAMixin.h",
|
||||
"AriaData.cpp",
|
||||
"AriaData.h",
|
||||
"RoleType.cpp",
|
||||
"RoleType.h",
|
||||
"Roles.cpp",
|
||||
|
|
|
@ -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),
|
||||
]
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue