mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 02:13: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",
|
"ConnectionToServer.h",
|
||||||
"Decoder.cpp",
|
"Decoder.cpp",
|
||||||
"Decoder.h",
|
"Decoder.h",
|
||||||
"Dictionary.h",
|
|
||||||
"Encoder.cpp",
|
"Encoder.cpp",
|
||||||
"Encoder.h",
|
"Encoder.h",
|
||||||
"File.h",
|
"File.h",
|
||||||
|
|
|
@ -2,10 +2,10 @@ source_set("ARIA") {
|
||||||
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
||||||
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
||||||
sources = [
|
sources = [
|
||||||
"AriaData.cpp",
|
|
||||||
"AriaData.h",
|
|
||||||
"ARIAMixin.cpp",
|
"ARIAMixin.cpp",
|
||||||
"ARIAMixin.h",
|
"ARIAMixin.h",
|
||||||
|
"AriaData.cpp",
|
||||||
|
"AriaData.h",
|
||||||
"RoleType.cpp",
|
"RoleType.cpp",
|
||||||
"RoleType.h",
|
"RoleType.h",
|
||||||
"Roles.cpp",
|
"Roles.cpp",
|
||||||
|
|
|
@ -67,7 +67,7 @@ compiled_action("generate_aria_roles") {
|
||||||
inputs = [ "ARIA/AriaRoles.json" ]
|
inputs = [ "ARIA/AriaRoles.json" ]
|
||||||
outputs = [
|
outputs = [
|
||||||
"$target_gen_dir/ARIA/AriaRoles.h",
|
"$target_gen_dir/ARIA/AriaRoles.h",
|
||||||
"$target_gen_dir/ARIA/AriaRoles.cpp"
|
"$target_gen_dir/ARIA/AriaRoles.cpp",
|
||||||
]
|
]
|
||||||
args = [
|
args = [
|
||||||
"-h",
|
"-h",
|
||||||
|
@ -75,7 +75,7 @@ compiled_action("generate_aria_roles") {
|
||||||
"-c",
|
"-c",
|
||||||
rebase_path(outputs[1], root_build_dir),
|
rebase_path(outputs[1], root_build_dir),
|
||||||
"-j",
|
"-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