Roll Flutter Engine from 3194afad72f0 to 7ee528267b03 (4 revisions) (#122806)

This commit is contained in:
Zachary Anderson 2023-03-16 09:24:20 -07:00 committed by GitHub
parent 190dec3d3d
commit 055769e63a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
3194afad72f0498f4593e3002225fe52736b18cc
7ee528267b03fe066b17439eba6fa435140c53ab

View File

@ -1 +1 @@
YaWqKKuj-fAqfpKCmyScvIfdALnv_IXsw486iCGUgN8C
bXql_WHqGrwP5ZIWm0zEgGn21zyirWdpx439qYw4-GIC

View File

@ -170,6 +170,7 @@ class CodesignCommand extends Command<void> {
'dart-sdk/bin/dart',
'dart-sdk/bin/dartaotruntime',
'dart-sdk/bin/utils/gen_snapshot',
'dart-sdk/bin/utils/wasm-opt',
]
.map((String relativePath) =>
fileSystem.path.join(frameworkCacheDirectory, relativePath))