Skip to content

Commit

Permalink
Meta: Let LibWebView link to LibSyntax, add Document to LibSyntax in GN
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Nov 16, 2024
1 parent 6d55c5c commit 7d28f3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Meta/gn/secondary/Userland/Libraries/LibSyntax/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ shared_library("LibSyntax") {
"//Userland",
]
sources = [
"Document.cpp",
"Highlighter.cpp",
"Language.cpp",
]
Expand Down
1 change: 1 addition & 0 deletions Meta/gn/secondary/Userland/Libraries/LibWebView/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ shared_library("LibWebView") {
"//Userland/Libraries/LibJS",
"//Userland/Libraries/LibProtocol",
"//Userland/Libraries/LibSQL",
"//Userland/Libraries/LibSyntax",
"//Userland/Libraries/LibURL",
"//Userland/Libraries/LibWeb",
]
Expand Down

0 comments on commit 7d28f3b

Please sign in to comment.