Skip to content

Commit b98eb38

Browse files
nshahancommit-bot@chromium.org
authored andcommitted
[ddc] Use prebuilt_dart_action to build js
Start using the prebuilt_dart_action again to run ddc when compiling packages to js. This reverts the change made in https://dart-review.googlesource.com/c/sdk/+/151400 that was needed when adding packages to the null safety allow list. Change-Id: I291f127729c38c6bc22e3b74f87c38b9f11661c4 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/155547 Reviewed-by: Jake Macdonald <[email protected]> Commit-Queue: Nicholas Shahan <[email protected]>
1 parent 8796382 commit b98eb38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/dartdevc/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ template("dartdevc_kernel_compile") {
204204
# named `${name}_js` must exist.
205205
# * args: additional args to pass to dartdevc
206206

207-
dart_action(target_name) {
207+
prebuilt_dart_action(target_name) {
208208
script = "../../pkg/dev_compiler/bin/dartdevc.dart"
209209
module = invoker.package
210210
out_dir = rebase_path("$js_gen_dir")

0 commit comments

Comments
 (0)