diff --git a/Meta/gn/secondary/Userland/Libraries/LibWeb/WebGL/BUILD.gn b/Meta/gn/secondary/Userland/Libraries/LibWeb/WebGL/BUILD.gn index c46db1b9393f44..3d8e3285279494 100644 --- a/Meta/gn/secondary/Userland/Libraries/LibWeb/WebGL/BUILD.gn +++ b/Meta/gn/secondary/Userland/Libraries/LibWeb/WebGL/BUILD.gn @@ -4,9 +4,19 @@ source_set("WebGL") { sources = [ "EventNames.cpp", "OpenGLContext.cpp", + "WebGLActiveInfo.cpp", + "WebGLBuffer.cpp", "WebGLContextAttributes.cpp", "WebGLContextEvent.cpp", + "WebGLFramebuffer.cpp", + "WebGLObject.cpp", + "WebGLProgram.cpp", + "WebGLRenderbuffer.cpp", "WebGLRenderingContext.cpp", "WebGLRenderingContextBase.cpp", + "WebGLShader.cpp", + "WebGLShaderPrecisionFormat.cpp", + "WebGLTexture.cpp", + "WebGLUniformLocation.cpp", ] }