Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove build_runner dep; upgrade quiver
  • Loading branch information
yjbanov committed Nov 6, 2020
commit c50996298bc034074c918a09e1f6ed00fa8177fc
20 changes: 0 additions & 20 deletions lib/web_ui/build.canvaskit.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions lib/web_ui/build.html.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion lib/web_ui/dev/test_runner.dart
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ class TestCommand extends Command<bool> with ArgUtils {
}

// Separate HTML targets from CanvasKit targets because the two use
// different dart2js options (and different build.*.yaml files).
// different dart2js options.
final List<FilePath> htmlTargets = <FilePath>[];
final List<FilePath> canvasKitTargets = <FilePath>[];
final String canvasKitTestDirectory =
Expand Down
6 changes: 1 addition & 5 deletions lib/web_ui/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ dev_dependencies:
mockito: 4.1.1
path: 1.8.0-nullsafety.3
test: 1.16.0-nullsafety.9
quiver: 2.1.3
build_resolvers: 1.3.10
build_runner: 1.10.0
build_test: 1.0.0
build_web_compilers: 2.11.0
quiver: 3.0.0-nullsafety.2
yaml: 2.2.1
watcher: 0.9.7+15
web_test_utils:
Expand Down