Meta: Update AK gn build for new files and dependencies

This commit is contained in:
Andrew Kaster 2024-09-25 12:43:10 -06:00 committed by Andrew Kaster
commit 8636a49f47
Notes: github-actions[bot] 2024-09-27 16:16:56 +00:00

View file

@ -16,7 +16,8 @@ shared_library("AK") {
":ak_debug_gen", ":ak_debug_gen",
] ]
# FIXME: Split out non-kernel sources to their own set deps = [ "//Meta/gn/build/libs/simdutf" ]
sources = [ sources = [
"AllOf.h", "AllOf.h",
"AnyOf.h", "AnyOf.h",
@ -42,6 +43,7 @@ shared_library("AK") {
"ByteReader.h", "ByteReader.h",
"ByteString.cpp", "ByteString.cpp",
"ByteString.h", "ByteString.h",
"COWVector.h",
"CharacterTypes.h", "CharacterTypes.h",
"Checked.h", "Checked.h",
"CheckedFormatString.h", "CheckedFormatString.h",
@ -51,6 +53,7 @@ shared_library("AK") {
"Concepts.h", "Concepts.h",
"ConstrainedStream.cpp", "ConstrainedStream.cpp",
"ConstrainedStream.h", "ConstrainedStream.h",
"CopyOnWrite.h",
"CountingStream.cpp", "CountingStream.cpp",
"CountingStream.h", "CountingStream.h",
"DOSPackedTime.cpp", "DOSPackedTime.cpp",
@ -66,6 +69,7 @@ shared_library("AK") {
"DoublyLinkedList.h", "DoublyLinkedList.h",
"Endian.h", "Endian.h",
"EnumBits.h", "EnumBits.h",
"Enumerate.h",
"Error.cpp", "Error.cpp",
"Error.h", "Error.h",
"Find.h", "Find.h",
@ -111,6 +115,7 @@ shared_library("AK") {
"LEB128.h", "LEB128.h",
"LexicalPath.cpp", "LexicalPath.cpp",
"LexicalPath.h", "LexicalPath.h",
"LsanSuppressions.h",
"Math.h", "Math.h",
"MaybeOwned.h", "MaybeOwned.h",
"MemMem.h", "MemMem.h",
@ -130,7 +135,6 @@ shared_library("AK") {
"Optional.h", "Optional.h",
"OwnPtr.h", "OwnPtr.h",
"Platform.h", "Platform.h",
"Ptr32.h",
"Queue.h", "Queue.h",
"QuickSelect.h", "QuickSelect.h",
"QuickSort.h", "QuickSort.h",
@ -148,6 +152,7 @@ shared_library("AK") {
"ScopeGuard.h", "ScopeGuard.h",
"ScopeLogger.h", "ScopeLogger.h",
"ScopedValueRollback.h", "ScopedValueRollback.h",
"SegmentedVector.h",
"Singleton.h", "Singleton.h",
"SinglyLinkedList.h", "SinglyLinkedList.h",
"SinglyLinkedListSizePolicy.h", "SinglyLinkedListSizePolicy.h",
@ -170,6 +175,7 @@ shared_library("AK") {
"StringBase.h", "StringBase.h",
"StringBuilder.cpp", "StringBuilder.cpp",
"StringBuilder.h", "StringBuilder.h",
"StringData.h",
"StringFloatingPointConversions.cpp", "StringFloatingPointConversions.cpp",
"StringFloatingPointConversions.h", "StringFloatingPointConversions.h",
"StringHash.h", "StringHash.h",
@ -179,6 +185,7 @@ shared_library("AK") {
"StringUtils.h", "StringUtils.h",
"StringView.cpp", "StringView.cpp",
"StringView.h", "StringView.h",
"Swift.h",
"TemporaryChange.h", "TemporaryChange.h",
"Time.cpp", "Time.cpp",
"Time.h", "Time.h",