Przeglądaj źródła

Meta: Port recent changes to the GN build

a1f4d1875e1c157218f7a15e27adce70d3375f78
Timothy Flynn 1 rok temu
rodzic
commit
cd73878d8c

+ 1 - 0
Meta/gn/secondary/Userland/Libraries/LibWeb/Internals/BUILD.gn

@@ -3,6 +3,7 @@ source_set("Internals") {
   deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
   deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
   sources = [
   sources = [
     "Inspector.cpp",
     "Inspector.cpp",
+    "InternalAnimationTimeline.cpp",
     "Internals.cpp",
     "Internals.cpp",
   ]
   ]
 }
 }

+ 1 - 0
Meta/gn/secondary/Userland/Libraries/LibWeb/idl_files.gni

@@ -223,6 +223,7 @@ standard_idl_files = [
   "//Userland/Libraries/LibWeb/HTML/WorkerLocation.idl",
   "//Userland/Libraries/LibWeb/HTML/WorkerLocation.idl",
   "//Userland/Libraries/LibWeb/HTML/WorkerNavigator.idl",
   "//Userland/Libraries/LibWeb/HTML/WorkerNavigator.idl",
   "//Userland/Libraries/LibWeb/Internals/Inspector.idl",
   "//Userland/Libraries/LibWeb/Internals/Inspector.idl",
+  "//Userland/Libraries/LibWeb/Internals/InternalAnimationTimeline.idl",
   "//Userland/Libraries/LibWeb/Internals/Internals.idl",
   "//Userland/Libraries/LibWeb/Internals/Internals.idl",
   "//Userland/Libraries/LibWeb/IntersectionObserver/IntersectionObserver.idl",
   "//Userland/Libraries/LibWeb/IntersectionObserver/IntersectionObserver.idl",
   "//Userland/Libraries/LibWeb/IntersectionObserver/IntersectionObserverEntry.idl",
   "//Userland/Libraries/LibWeb/IntersectionObserver/IntersectionObserverEntry.idl",