Selaa lähdekoodia

Meta: Removed unused LibVT from the GN build

Timothy Flynn 1 vuosi sitten
vanhempi
commit
0cb1564615
1 muutettua tiedostoa jossa 0 lisäystä ja 12 poistoa
  1. 0 12
      Meta/gn/secondary/Userland/Libraries/LibVT/BUILD.gn

+ 0 - 12
Meta/gn/secondary/Userland/Libraries/LibVT/BUILD.gn

@@ -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),
-  ]
-}