blob: 8be2596d000a7d40096799f75670529ba1773a82 [file] [log] [blame]
# Build configuration used by CanvasKit tests. When building for CanvasKit
# we must pass FLUTTER_WEB_USE_SKIA=true to dart2js.
#
# See also `build.html.yaml`.
targets:
$default:
builders:
build_web_compilers|entrypoint:
options:
compiler: dart2js
dart2js_args:
- --no-minify
- --disable-inlining
- --enable-asserts
- --enable-experiment=non-nullable
- --no-sound-null-safety
- -DFLUTTER_WEB_USE_SKIA=true
generate_for:
include:
- test/canvaskit/**.dart