Meta: Port f1b79e0cd3 to gn build

This commit is contained in:
Andrew Kaster 2023-10-30 12:56:56 -06:00 committed by Ali Mohammad Pur
parent 2148b89d95
commit 26a5d84d91

View file

@ -135,6 +135,7 @@ source_set("AK") {
"SinglyLinkedList.h",
"SinglyLinkedListSizePolicy.h",
"SipHash.h",
"Slugify.h",
"SourceGenerator.h",
"SourceLocation.h",
"Span.h",
@ -211,6 +212,7 @@ source_set("sources") {
"OptionParser.cpp",
"Random.cpp",
"SipHash.cpp",
"Slugify.cpp",
"StackInfo.cpp",
"Stream.cpp",
"String.cpp",