Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 8d332b7

Browse files
authored
Manual roll of Dart from 7bbace2 to 5ea7e4d (#22516)
dart-lang/sdk@ 5ea7e4d (tag: 2.12.0-42.0.dev, origin/dev) Version 2.12.0-42.0.dev dart-lang/sdk@ 504e9a3 Reland "[wasm] Remove dart:wasm" dart-lang/sdk@ 9814efb [standalone] Update tcmalloc to 2.8. dart-lang/sdk@ 1d05591 [vm] Produce clearer error messages when operator new fails. dart-lang/sdk@ 8263779 [dart2js] List.generate tweaks dart-lang/sdk@ 3103e1e Migration: don't overcount "whereOrNull" fixes.
1 parent 98628c3 commit 8d332b7

File tree

3 files changed

+2
-14
lines changed

3 files changed

+2
-14
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ vars = {
3434
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
3535
# You can use //tools/dart/create_updated_flutter_deps.py to produce
3636
# updated revision list of existing dependencies.
37-
'dart_revision': '7bbace20d14f05890f20571e832bd18b97f039d7',
37+
'dart_revision': '5ea7e4d39f43bafdebaf1010eafe96cd292da4d1',
3838

3939
# WARNING: DO NOT EDIT MANUALLY
4040
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py

ci/licenses_golden/licenses_third_party

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: f6a46168a0e2927475150466ee5cfa94
1+
Signature: b46e8e8fc8aa790a94caedb34c040e25
22

33
UNUSED LICENSES:
44

@@ -9263,7 +9263,6 @@ FILE: ../../../third_party/dart/runtime/bin/namespace_fuchsia.h
92639263
FILE: ../../../third_party/dart/runtime/bin/socket_base_android.cc
92649264
FILE: ../../../third_party/dart/runtime/lib/ffi.cc
92659265
FILE: ../../../third_party/dart/runtime/lib/ffi_dynamic_library.cc
9266-
FILE: ../../../third_party/dart/runtime/lib/wasm.cc
92679266
FILE: ../../../third_party/dart/runtime/llvm_codegen/bit/bit.h
92689267
FILE: ../../../third_party/dart/runtime/llvm_codegen/bit/main.cc
92699268
FILE: ../../../third_party/dart/runtime/llvm_codegen/bit/test.cc
@@ -9400,14 +9399,12 @@ FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/shared/recipe_s
94009399
FILE: ../../../third_party/dart/sdk/lib/_internal/vm/lib/ffi_dynamic_library_patch.dart
94019400
FILE: ../../../third_party/dart/sdk/lib/_internal/vm/lib/ffi_native_type_patch.dart
94029401
FILE: ../../../third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart
9403-
FILE: ../../../third_party/dart/sdk/lib/_internal/vm/lib/wasm_patch.dart
94049402
FILE: ../../../third_party/dart/sdk/lib/ffi/annotations.dart
94059403
FILE: ../../../third_party/dart/sdk/lib/ffi/dynamic_library.dart
94069404
FILE: ../../../third_party/dart/sdk/lib/ffi/ffi.dart
94079405
FILE: ../../../third_party/dart/sdk/lib/ffi/native_type.dart
94089406
FILE: ../../../third_party/dart/sdk/lib/ffi/struct.dart
94099407
FILE: ../../../third_party/dart/sdk/lib/internal/errors.dart
9410-
FILE: ../../../third_party/dart/sdk/lib/wasm/wasm.dart
94119408
----------------------------------------------------------------------------------------------------
94129409
Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
94139410
for details. All rights reserved.

sky/packages/sky_engine/BUILD.gn

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import("//third_party/dart/sdk/lib/js/js_sources.gni")
2222
import("//third_party/dart/sdk/lib/js_util/js_util_sources.gni")
2323
import("//third_party/dart/sdk/lib/math/math_sources.gni")
2424
import("//third_party/dart/sdk/lib/typed_data/typed_data_sources.gni")
25-
import("//third_party/dart/sdk/lib/wasm/wasm_sources.gni")
2625

2726
if (!is_fuchsia) {
2827
copy("copy_sky_engine_authors") {
@@ -146,13 +145,6 @@ copy("typed_data") {
146145
]
147146
}
148147

149-
copy("wasm") {
150-
lib_path = rebase_path("wasm", "", dart_sdk_lib_path)
151-
sources = rebase_path(wasm_sdk_sources, "", lib_path)
152-
outputs =
153-
[ "$root_gen_dir/dart-pkg/sky_engine/lib/wasm/{{source_file_part}}" ]
154-
}
155-
156148
copy("copy_dart_ui") {
157149
sources = dart_ui_files
158150

@@ -186,7 +178,6 @@ group("copy_dart_sdk") {
186178
":js_util",
187179
":math",
188180
":typed_data",
189-
":wasm",
190181
]
191182
}
192183

0 commit comments

Comments
 (0)