mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 18:00:16 +00:00
Meta: Removed unused LibVT from the GN build
This commit is contained in:
parent
a419dcbe8b
commit
0cb1564615
Notes:
sideshowbarker
2024-07-17 10:05:47 +09:00
Author: https://github.com/trflynn89
Commit: 0cb1564615
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/35
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
|||
import("//Meta/gn/build/compiled_action.gni")
|
||||
|
||||
compiled_action("generate_vt_state_machine") {
|
||||
tool = "//Meta/Lagom/Tools/CodeGenerators/StateMachineGenerator"
|
||||
inputs = [ "StateMachine.txt" ]
|
||||
outputs = [ "$root_gen_dir/LibVT/EscapeSequenceStateMachine.h" ]
|
||||
args = [
|
||||
"-o",
|
||||
rebase_path(outputs[0], root_build_dir),
|
||||
rebase_path(inputs[0], root_build_dir),
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue