aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn13
1 files changed, 0 insertions, 13 deletions
diff --git a/BUILD.gn b/BUILD.gn
index bd3e9b8092..f629c67834 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -27,7 +27,6 @@ declare_args() {
skia_use_libpng = true
skia_use_libwebp = !is_fuchsia
skia_use_lua = false
- skia_use_mesa = false
skia_use_piex = !is_win
skia_use_zlib = true
skia_use_metal = false
@@ -897,8 +896,6 @@ if (skia_enable_tools) {
}
if (skia_enable_gpu && target_cpu == "x64") {
- # Our bots only have 64-bit libOSMesa installed.
- # TODO: worth fixing?
executable("fiddle") {
libs = []
sources = [
@@ -908,11 +905,6 @@ if (skia_enable_tools) {
if (skia_use_egl) {
sources += [ "tools/fiddle/egl_context.cpp" ]
- } else if (skia_use_mesa) {
- sources += [ "tools/fiddle/mesa_context.cpp" ]
- if (is_linux) {
- libs += [ "OSMesa" ]
- }
} else {
sources += [ "tools/fiddle/null_context.cpp" ]
}
@@ -1044,11 +1036,6 @@ if (skia_enable_tools) {
deps += [ "//third_party/angle2" ]
sources += [ "tools/gpu/gl/angle/GLTestContext_angle.cpp" ]
}
- if (skia_use_mesa) {
- public_defines += [ "SK_MESA" ]
- sources += [ "tools/gpu/gl/mesa/GLTestContext_mesa.cpp" ]
- libs += [ "OSMesa" ]
- }
if (skia_use_vulkan) {
sources += [ "tools/gpu/vk/VkTestContext.cpp" ]
sources += [ "tools/gpu/vk/VkTestUtils.cpp" ]