mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +00:00
Everywhere: Remove bitmap emojis inherited from SerenityOS
These are no longer used since we switched to using the system emoji font.
This commit is contained in:
parent
ec315667f0
commit
4e9d6a543a
Notes:
github-actions[bot]
2024-09-06 12:31:29 +00:00
Author: https://github.com/kalenikaliaksandr
Commit: 4e9d6a543a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1297
Reviewed-by: https://github.com/trflynn89
2024 changed files with 0 additions and 2399 deletions
|
@ -1,27 +0,0 @@
|
|||
include(${CMAKE_CURRENT_LIST_DIR}/utils.cmake)
|
||||
|
||||
set(EMOJI_RES_PATH "${SerenityOS_SOURCE_DIR}/Base/res/emoji")
|
||||
set(EMOJI_FILE_LIST_PATH "${SerenityOS_SOURCE_DIR}/Meta/emoji-file-list.txt")
|
||||
|
||||
set(EMOJI_DATA_HEADER EmojiData.h)
|
||||
set(EMOJI_DATA_IMPLEMENTATION EmojiData.cpp)
|
||||
|
||||
invoke_generator(
|
||||
"EmojiData"
|
||||
Lagom::GenerateEmojiData
|
||||
"${EMOJI_FILE_LIST_PATH}"
|
||||
"${EMOJI_DATA_HEADER}"
|
||||
"${EMOJI_DATA_IMPLEMENTATION}"
|
||||
arguments -f "${EMOJI_FILE_LIST_PATH}" -r "${EMOJI_RES_PATH}"
|
||||
|
||||
# This will make this command only run when the modified time of the directory changes,
|
||||
# which only happens if files within it are added or deleted, but not when a file is modified.
|
||||
# This is fine for this use-case, because the contents of a file changing should not affect
|
||||
# the generated emoji data.
|
||||
dependencies "${EMOJI_RES_PATH}"
|
||||
)
|
||||
|
||||
set(UNICODE_DATA_SOURCES
|
||||
${EMOJI_DATA_HEADER}
|
||||
${EMOJI_DATA_IMPLEMENTATION}
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue