flutter_flutter/lib/web_ui/build.html.yaml
Yegor f49bd05014
implement SkPath.computeMetrics (#18667)
* implement SkPath.computeMetrics
2020-06-01 09:43:15 -07:00

19 lines
452 B
YAML

# Build configuration used by HTML (non-CanvasKit) tests.
#
# See also `build.canvaskit.yaml`.
targets:
$default:
builders:
build_web_compilers|entrypoint:
options:
compiler: dart2js
dart2js_args:
- --no-minify
- --enable-asserts
generate_for:
include:
- test/**.dart
exclude:
- test/**vm_test.dart
- test/canvaskit/**.dart