[gardening] Fix dartpad build rules so they work in flutter repo.
Fixes broken dart->flutter roll https://github.com/flutter/flutter/pull/187339 TEST=flutter ci Change-Id: If6d19ef4b52f859a67178b6ae7c903b21c9106b9 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/507860 Reviewed-by: Jonas Jensen <jonasfj@google.com> Commit-Queue: Alexander Aprelev <aam@google.com>
This commit is contained in:
committed by
dart-scoped@luci-project-accounts.iam.gserviceaccount.com
parent
4af407d11e
commit
0894f4d219
@@ -41,7 +41,7 @@ copy("copy_worker_loader") {
|
||||
|
||||
copy("copy_dart_sdk_js") {
|
||||
deps = [ "../../utils/ddc:ddc_canary_sdk_ddc_module" ]
|
||||
sources = [ "$root_gen_dir/utils/ddc/canary/sdk/ddc/dart_sdk.js" ]
|
||||
sources = [ "$target_gen_dir/../ddc/canary/sdk/ddc/dart_sdk.js" ]
|
||||
|
||||
# Inside the SDK folder for dart/, we are going to put a single
|
||||
# sdk.js file, this is what the sandbox should load to get all the precompiled
|
||||
@@ -54,7 +54,7 @@ copy("copy_dart_sdk_js") {
|
||||
|
||||
copy("copy_dart_sdk_js_map") {
|
||||
deps = [ "../../utils/ddc:ddc_canary_sdk_ddc_module" ]
|
||||
sources = [ "$root_gen_dir/utils/ddc/canary/sdk/ddc/dart_sdk.js.map" ]
|
||||
sources = [ "$target_gen_dir/../ddc/canary/sdk/ddc/dart_sdk.js.map" ]
|
||||
outputs = [ "$root_out_dir/dartpad/dart/dart_sdk.js.map" ]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user