Commit 71e256ca by Nicolas Capens Committed by Nicolas Capens

Fix GN build.

Bug b/115344057 Bug chromium:881334 Change-Id: Ib54e43a106c17b4878780382c4a80415e8f3583b Reviewed-on: https://swiftshader-review.googlesource.com/c/21508Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Tested-by: 's avatarNicolas Capens <nicolascapens@google.com>
parent 758796a4
......@@ -2,6 +2,7 @@
/lib/
/obj/
/bin/
/out/
/build/
.vs
......
......@@ -52,6 +52,7 @@ swiftshader_shared_library("swiftshader_libEGL") {
}
sources = [
"../common/debug.cpp",
"../common/Object.cpp",
"Config.cpp",
"Display.cpp",
......@@ -63,10 +64,6 @@ swiftshader_shared_library("swiftshader_libEGL") {
"resource.h",
]
if (is_debug) {
sources += [ "../common/debug.cpp" ]
}
if (is_mac) {
sources += [ "OSXUtils.mm" ]
libs = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment