Skip to content

Commit 81606b5

Browse files
reed-at-googleSkia Commit-Bot
authored andcommitted
remove unused (and bit-rotting) Lua support
Change-Id: I1ee2d21b79e929e5976825ae75aa4db960b034c9 Docs-Preview: https://skia.org/?cl=315856 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/315856 Reviewed-by: Mike Reed <[email protected]> Commit-Queue: Mike Reed <[email protected]>
1 parent 2b1b2b2 commit 81606b5

39 files changed

+0
-5608
lines changed

BUILD.gn

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1847,39 +1847,6 @@ if (skia_enable_tools) {
18471847
deps = [ ":skia" ]
18481848
}
18491849

1850-
if (skia_use_lua) {
1851-
test_lib("lua") {
1852-
sources = [
1853-
"src/utils/SkLua.cpp",
1854-
"src/utils/SkLuaCanvas.cpp",
1855-
]
1856-
deps = [
1857-
"modules/skshaper",
1858-
"//third_party/lua",
1859-
]
1860-
}
1861-
1862-
test_app("lua_app") {
1863-
sources = [ "tools/lua/lua_app.cpp" ]
1864-
deps = [
1865-
":lua",
1866-
":skia",
1867-
"//third_party/lua",
1868-
]
1869-
}
1870-
1871-
test_app("lua_pictures") {
1872-
sources = [ "tools/lua/lua_pictures.cpp" ]
1873-
deps = [
1874-
":flags",
1875-
":lua",
1876-
":skia",
1877-
":tool_utils",
1878-
"//third_party/lua",
1879-
]
1880-
}
1881-
}
1882-
18831850
if (is_linux || is_mac) {
18841851
test_app("skottie_tool") {
18851852
deps = [ "modules/skottie:tool" ]
@@ -1906,14 +1873,6 @@ if (skia_enable_tools) {
19061873
"modules/skparagraph:samples",
19071874
"modules/skshaper",
19081875
]
1909-
1910-
if (skia_use_lua) {
1911-
sources += [ "samplecode/SampleLua.cpp" ]
1912-
deps += [
1913-
":lua",
1914-
"//third_party/lua",
1915-
]
1916-
}
19171876
}
19181877
if (target_cpu != "wasm") {
19191878
test_app("convert-to-nia") {

include/utils/SkLua.h

Lines changed: 0 additions & 69 deletions
This file was deleted.

include/utils/SkLuaCanvas.h

Lines changed: 0 additions & 69 deletions
This file was deleted.

public.bzl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,6 @@ BASE_SRCS_ALL = struct(
232232
"src/svg/**/*", # Depends on xml, SkJpegCodec, and SkPngCodec.
233233
"src/xml/**/*", # Avoid dragging in expat when not needed.
234234

235-
# Conflicting dependencies among Lua versions. See cl/107087297.
236-
"src/utils/SkLua*",
237-
238235
# Exclude all GL specific files
239236
"src/gpu/gl/*",
240237
"src/gpu/gl/builders/*",

0 commit comments

Comments
 (0)