File tree Expand file tree Collapse file tree 7 files changed +0
-650
lines changed Expand file tree Collapse file tree 7 files changed +0
-650
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ declare_args() {
2121 skia_use_angle = false
2222 skia_use_egl = false
2323 skia_use_expat = true
24- skia_use_experimental_xform = false
2524 skia_use_ffmpeg = false
2625 skia_use_fontconfig = is_linux
2726 skia_use_fonthost_mac = is_mac
@@ -1750,17 +1749,6 @@ if (skia_enable_tools) {
17501749 }
17511750 }
17521751
1753- test_lib (" experimental_xform" ) {
1754- sources = [
1755- " experimental/xform/SkShape.cpp" ,
1756- " experimental/xform/SkXform.cpp" ,
1757- " experimental/xform/XContext.cpp" ,
1758- ]
1759- deps = [
1760- " :skia" ,
1761- ]
1762- }
1763-
17641752 if (skia_use_lua ) {
17651753 test_lib (" lua" ) {
17661754 sources = [
@@ -2389,10 +2377,6 @@ if (skia_enable_tools) {
23892377 " modules/sksg:samples" ,
23902378 " //third_party/imgui" ,
23912379 ]
2392- if (skia_use_experimental_xform ) {
2393- deps += [ " :experimental_xform" ]
2394- sources += [ " gm/xform.cpp" ]
2395- }
23962380 }
23972381
23982382 if (! skia_use_angle && (is_linux || is_win || is_mac )) {
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments