Skip to content

Commit

Permalink
Meta: Update GN build for Origin.cpp move from LibWeb to LibURL
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Nov 22, 2024
1 parent 2e8585b commit fec88bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Meta/gn/secondary/Userland/Libraries/LibURL/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ shared_library("LibURL") {
include_dirs = [ "//Userland/Libraries" ]
sources = [
"Forward.h",
"Host.h",
"Origin.cpp",
"Origin.h",
"Parser.cpp",
"Parser.h",
"URL.cpp",
Expand Down
1 change: 0 additions & 1 deletion Meta/gn/secondary/Userland/Libraries/LibWeb/HTML/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ source_set("HTML") {
"NavigatorBeacon.cpp",
"NavigatorID.cpp",
"Numbers.cpp",
"Origin.cpp",
"PageTransitionEvent.cpp",
"Path2D.cpp",
"Plugin.cpp",
Expand Down

0 comments on commit fec88bd

Please sign in to comment.