Reland "[infra] Remove copy of jsshell to legacy location"
This is a reland of 27d3969eae
Original change's description:
> [infra] Remove copy of jsshell to legacy location
>
> Fixes: b/186078239
> Change-Id: I963af391e67734b9dc130258a871f9b0a2966858
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/214047
> Reviewed-by: Alexander Thomas <athom@google.com>
Change-Id: I38513177d321d9923104776aceb4831669fe73dc
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/227400
Auto-Submit: William Hesse <whesse@google.com>
Reviewed-by: Alexander Aprelev <aam@google.com>
Commit-Queue: Alexander Aprelev <aam@google.com>
Reviewed-by: Sigmund Cherem <sigmund@google.com>
This commit is contained in:
committed by
Commit Bot
parent
b355060ad9
commit
0bb1730fb9
@@ -226,15 +226,6 @@ deps = {
|
||||
"condition": "checkout_javascript_engines",
|
||||
"dep_type": "cipd",
|
||||
},
|
||||
# TODO(b/186078239): remove this copy to the old location
|
||||
Var("dart_root") + "/third_party/firefox_jsshell/linux/jsshell": {
|
||||
"packages": [{
|
||||
"package": "dart/third_party/jsshell/linux-amd64",
|
||||
"version": Var("jsshell_tag"),
|
||||
}],
|
||||
"condition": "checkout_javascript_engines",
|
||||
"dep_type": "cipd",
|
||||
},
|
||||
Var("dart_root") + "/third_party/devtools": {
|
||||
"packages": [{
|
||||
"package": "dart/third_party/flutter/devtools",
|
||||
|
||||
@@ -296,7 +296,7 @@ EOF
|
||||
out/ReleaseX64/kernel-service.dart.snapshot \
|
||||
out/ReleaseX64/run_vm_tests \
|
||||
third_party/d8/linux/x64 \
|
||||
third_party/firefox_jsshell/linux/ \
|
||||
third_party/firefox_jsshell/ \
|
||||
out/ReleaseX64/dart_precompiled_runtime \
|
||||
out/ReleaseX64/gen/utils/dartdevc/kernel/ \
|
||||
out/ReleaseX64/ddc_outline.dill \
|
||||
@@ -333,9 +333,9 @@ EOF
|
||||
out/ReleaseX64/dart-sdk/bin/dart2js --sound-null-safety --packages=.packages --out=out.js -m hello.dart
|
||||
third_party/d8/linux/x64/d8 --stack_size=1024 sdk/lib/_internal/js_runtime/lib/preambles/d8.js out.js
|
||||
out/ReleaseX64/dart-sdk/bin/dart2js --packages=.packages --out=out.js -m hello.dart
|
||||
LD_LIBRARY_PATH=third_party/firefox_jsshell/linux/jsshell/ third_party/firefox_jsshell/linux/jsshell/js -f sdk/lib/_internal/js_runtime/lib/preambles/jsshell.js -f out.js
|
||||
LD_LIBRARY_PATH=third_party/firefox_jsshell/ third_party/firefox_jsshell/js -f sdk/lib/_internal/js_runtime/lib/preambles/jsshell.js -f out.js
|
||||
out/ReleaseX64/dart-sdk/bin/dart2js --sound-null-safety --packages=.packages --out=out.js -m hello.dart
|
||||
LD_LIBRARY_PATH=third_party/firefox_jsshell/linux/jsshell/ third_party/firefox_jsshell/linux/jsshell/js -f sdk/lib/_internal/js_runtime/lib/preambles/jsshell.js -f out.js
|
||||
LD_LIBRARY_PATH=third_party/firefox_jsshell/ third_party/firefox_jsshell/js -f sdk/lib/_internal/js_runtime/lib/preambles/jsshell.js -f out.js
|
||||
out/ReleaseX64/dart-sdk/bin/dart2js --benchmarking-production --packages=.packages --out=out.js -m hello.dart
|
||||
third_party/d8/linux/x64/d8 --stack_size=1024 sdk/lib/_internal/js_runtime/lib/preambles/d8.js out.js
|
||||
out/ReleaseX64/dart-sdk/bin/dart2js --sound-null-safety --benchmarking-production --packages=.packages --out=out.js -m hello.dart
|
||||
|
||||
Reference in New Issue
Block a user