Skip to content

Commit

Permalink
Update deps on DDC build targets (#45404)
Browse files Browse the repository at this point in the history
Update deps to use the new Dart SDK DDC build targets introduced in
these changes:
 - https://dart-review.googlesource.com/c/sdk/+/313081
 - https://dart-review.googlesource.com/c/sdk/+/315561

Fixes: flutter/flutter#133606
  • Loading branch information
nshahan committed Sep 6, 2023
1 parent caf0300 commit b04c2a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions web_sdk/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ template("_dartdevc") {
deps = web_engine_libraries + [
"//third_party/dart:create_sdk",
"//third_party/dart/pkg:pkg_files_stamp",
"//third_party/dart/utils/dartdevc:dartdevc_files_stamp",
"//third_party/dart/utils/dartdevc:dartdevc_sdk_patch_stamp",
"//third_party/dart/utils/ddc:ddc_files_stamp",
"//third_party/dart/utils/ddc:ddc_sdk_patch_stamp",
]

script = "//third_party/dart/pkg/dev_compiler/bin/dartdevc.dart"
Expand Down Expand Up @@ -190,8 +190,8 @@ template("_kernel_worker") {
deps = web_engine_libraries + [
"//third_party/dart:create_sdk",
"//third_party/dart/pkg:pkg_files_stamp",
"//third_party/dart/utils/dartdevc:dartdevc_files_stamp",
"//third_party/dart/utils/dartdevc:dartdevc_sdk_patch_stamp",
"//third_party/dart/utils/ddc:ddc_files_stamp",
"//third_party/dart/utils/ddc:ddc_sdk_patch_stamp",
]

script = "//third_party/dart/utils/bazel/kernel_worker.dart"
Expand Down

0 comments on commit b04c2a3

Please sign in to comment.