Skip to content

Commit

Permalink
disabled canvaskit module for wasm as VGG doesn't need it
Browse files Browse the repository at this point in the history
  • Loading branch information
harry75369 committed Sep 19, 2023
1 parent 121767e commit 66edb03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -1696,7 +1696,7 @@ group("modules") {
]

if (is_wasm) {
deps += [ "modules/canvaskit" ]
#deps += [ "modules/canvaskit" ]
}
}

Expand Down Expand Up @@ -3112,7 +3112,7 @@ if (skia_enable_tools) {
testonly = true
deps = []
if (is_wasm) {
deps += [ "modules/canvaskit:viewer_wasm" ]
#deps += [ "modules/canvaskit:viewer_wasm" ]
}
}

Expand Down

0 comments on commit 66edb03

Please sign in to comment.