Skip to content

Commit

Permalink
Meta: Add new WebGL source files to GN build as well
Browse files Browse the repository at this point in the history
LadybirdBrowser/ladybird#2308 updated idl_files.gni,
but not the actual build file.
  • Loading branch information
nico committed Nov 14, 2024
1 parent b67c8d1 commit 5dbc8f8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Meta/gn/secondary/Userland/Libraries/LibWeb/WebGL/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
}

0 comments on commit 5dbc8f8

Please sign in to comment.