Преглед на файлове

Meta: Port recent changes to the GN build

3a73eb99acac57e3b87fffcecbcd1fb5e881122e
Nico Weber преди 1 година
родител
ревизия
2f81a3610d
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn

+ 1 - 0
Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn

@@ -33,6 +33,7 @@ shared_library("LibJS") {
     "Bytecode/IdentifierTable.cpp",
     "Bytecode/Instruction.cpp",
     "Bytecode/Interpreter.cpp",
+    "Bytecode/Label.cpp",
     "Bytecode/RegexTable.cpp",
     "Bytecode/StringTable.cpp",
     "Console.cpp",