Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ vars = {
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
# You can use //tools/dart/create_updated_flutter_deps.py to produce
# updated revision list of existing dependencies.
'dart_revision': '35382f9b144b545c632b00d797139c9a96485edb',
'dart_revision': '05c28c6115bbc438f6bbc14078eaf895679b6493',

# WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
Expand Down
5 changes: 4 additions & 1 deletion ci/licenses_golden/licenses_third_party
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: 742116b952b7acf5cf98fe3e4d537e83
Signature: 29342bb1ee5e5375db5f5c9f613ac7a5

UNUSED LICENSES:

Expand Down Expand Up @@ -7431,6 +7431,8 @@ FILE: ../../../third_party/dart/runtime/lib/ffi_dynamic_library.cc
FILE: ../../../third_party/dart/runtime/lib/ffi_dynamic_library_patch.dart
FILE: ../../../third_party/dart/runtime/lib/ffi_native_type_patch.dart
FILE: ../../../third_party/dart/runtime/lib/ffi_patch.dart
FILE: ../../../third_party/dart/runtime/lib/wasm.cc
FILE: ../../../third_party/dart/runtime/lib/wasm_patch.dart
FILE: ../../../third_party/dart/runtime/llvm_codegen/bit/bit.h
FILE: ../../../third_party/dart/runtime/llvm_codegen/bit/main.cc
FILE: ../../../third_party/dart/runtime/llvm_codegen/bit/test.cc
Expand Down Expand Up @@ -7544,6 +7546,7 @@ FILE: ../../../third_party/dart/sdk/lib/ffi/dynamic_library.dart
FILE: ../../../third_party/dart/sdk/lib/ffi/ffi.dart
FILE: ../../../third_party/dart/sdk/lib/ffi/native_type.dart
FILE: ../../../third_party/dart/sdk/lib/ffi/struct.dart
FILE: ../../../third_party/dart/sdk/lib/wasm/wasm.dart
----------------------------------------------------------------------------------------------------
Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
for details. All rights reserved.
Expand Down
22 changes: 14 additions & 8 deletions lib/snapshot/libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@
"nativewrappers": {
"uri": "../../../third_party/dart/sdk/lib/html/dartium/nativewrappers.dart"
},
"mirrors": {
"patches": [
"../../../third_party/dart/runtime/lib/mirrors_patch.dart",
"../../../third_party/dart/runtime/lib/mirrors_impl.dart",
"../../../third_party/dart/runtime/lib/mirror_reference.dart"
],
"uri": "../../../third_party/dart/sdk/lib/mirrors/mirrors.dart"
},
"developer": {
"patches": [
"../../../third_party/dart/runtime/lib/developer.dart",
Expand All @@ -87,17 +95,15 @@
],
"uri": "../../../third_party/dart/sdk/lib/isolate/isolate.dart"
},
"mirrors": {
"patches": [
"../../../third_party/dart/runtime/lib/mirrors_patch.dart",
"../../../third_party/dart/runtime/lib/mirrors_impl.dart",
"../../../third_party/dart/runtime/lib/mirror_reference.dart"
],
"uri": "../../../third_party/dart/sdk/lib/mirrors/mirrors.dart"
},
"_vmservice": {
"uri": "../../../third_party/dart/sdk/lib/vmservice/vmservice.dart"
},
"wasm": {
"patches": [
"../../../third_party/dart/runtime/lib/wasm_patch.dart"
],
"uri": "../../../third_party/dart/sdk/lib/wasm/wasm.dart"
},
"io": {
"patches": [
"../../../third_party/dart/runtime/bin/common_patch.dart",
Expand Down
5 changes: 5 additions & 0 deletions lib/snapshot/libraries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ flutter:
- "../../../third_party/dart/runtime/lib/ffi_native_type_patch.dart"
- "../../../third_party/dart/runtime/lib/ffi_patch.dart"

wasm:
uri: "../../../third_party/dart/sdk/lib/wasm/wasm.dart"
patches:
- "../../../third_party/dart/runtime/lib/wasm_patch.dart"

_http:
uri: "../../../third_party/dart/sdk/lib/_http/http.dart"

Expand Down
26 changes: 16 additions & 10 deletions shell/platform/fuchsia/dart_runner/kernel/libraries.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"comment:0": "NOTE: THIS FILE IS GENERATED. DO NOT EDIT.",
"comment:1": "Instead modify 'topaz/runtime/dart_runner/kernel/libraries.yaml' and follow the instructions therein.",
"comment:1": "Instead modify 'shell/platform/fuchsia/dart_runner/kernel/libraries.yaml' and follow the instructions therein.",
"dart_runner": {
"libraries": {
"_builtin": {
Expand Down Expand Up @@ -75,6 +75,14 @@
"nativewrappers": {
"uri": "../../../../../../third_party/dart/sdk/lib/html/dartium/nativewrappers.dart"
},
"mirrors": {
"patches": [
"../../../../../../third_party/dart/runtime/lib/mirrors_patch.dart",
"../../../../../../third_party/dart/runtime/lib/mirrors_impl.dart",
"../../../../../../third_party/dart/runtime/lib/mirror_reference.dart"
],
"uri": "../../../../../../third_party/dart/sdk/lib/mirrors/mirrors.dart"
},
"developer": {
"patches": [
"../../../../../../third_party/dart/runtime/lib/developer.dart",
Expand All @@ -90,17 +98,15 @@
],
"uri": "../../../../../../third_party/dart/sdk/lib/isolate/isolate.dart"
},
"mirrors": {
"patches": [
"../../../../../../third_party/dart/runtime/lib/mirrors_patch.dart",
"../../../../../../third_party/dart/runtime/lib/mirrors_impl.dart",
"../../../../../../third_party/dart/runtime/lib/mirror_reference.dart"
],
"uri": "../../../../../../third_party/dart/sdk/lib/mirrors/mirrors.dart"
},
"_vmservice": {
"uri": "../../../../../../third_party/dart/sdk/lib/vmservice/vmservice.dart"
},
"wasm": {
"patches": [
"../../../../../../third_party/dart/runtime/lib/wasm_patch.dart"
],
"uri": "../../../../../../third_party/dart/sdk/lib/wasm/wasm.dart"
},
"io": {
"patches": [
"../../../../../../third_party/dart/runtime/bin/common_patch.dart",
Expand Down Expand Up @@ -155,4 +161,4 @@
}
}
}
}
}
5 changes: 5 additions & 0 deletions shell/platform/fuchsia/dart_runner/kernel/libraries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ dart_runner:
- "../../../../../../third_party/dart/runtime/lib/ffi_native_type_patch.dart"
- "../../../../../../third_party/dart/runtime/lib/ffi_patch.dart"

wasm:
uri: "../../../../../../third_party/dart/sdk/lib/wasm/wasm.dart"
patches:
- "../../../../../../third_party/dart/runtime/lib/wasm_patch.dart"

_http:
uri: "../../../../../../third_party/dart/sdk/lib/_http/http.dart"

Expand Down
26 changes: 16 additions & 10 deletions shell/platform/fuchsia/flutter/kernel/libraries.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"comment:0": "NOTE: THIS FILE IS GENERATED. DO NOT EDIT.",
"comment:1": "Instead modify 'kernel/libraries.yaml' and follow the instructions therein.",
"comment:1": "Instead modify 'shell/platform/fuchsia/flutter/kernel/libraries.yaml' and follow the instructions therein.",
"flutter_runner": {
"libraries": {
"_builtin": {
Expand Down Expand Up @@ -75,6 +75,14 @@
"nativewrappers": {
"uri": "../../../../../../third_party/dart/sdk/lib/html/dartium/nativewrappers.dart"
},
"mirrors": {
"patches": [
"../../../../../../third_party/dart/runtime/lib/mirrors_patch.dart",
"../../../../../../third_party/dart/runtime/lib/mirrors_impl.dart",
"../../../../../../third_party/dart/runtime/lib/mirror_reference.dart"
],
"uri": "../../../../../../third_party/dart/sdk/lib/mirrors/mirrors.dart"
},
"developer": {
"patches": [
"../../../../../../third_party/dart/runtime/lib/developer.dart",
Expand All @@ -90,17 +98,15 @@
],
"uri": "../../../../../../third_party/dart/sdk/lib/isolate/isolate.dart"
},
"mirrors": {
"patches": [
"../../../../../../third_party/dart/runtime/lib/mirrors_patch.dart",
"../../../../../../third_party/dart/runtime/lib/mirrors_impl.dart",
"../../../../../../third_party/dart/runtime/lib/mirror_reference.dart"
],
"uri": "../../../../../../third_party/dart/sdk/lib/mirrors/mirrors.dart"
},
"_vmservice": {
"uri": "../../../../../../third_party/dart/sdk/lib/vmservice/vmservice.dart"
},
"wasm": {
"patches": [
"../../../../../../third_party/dart/runtime/lib/wasm_patch.dart"
],
"uri": "../../../../../../third_party/dart/sdk/lib/wasm/wasm.dart"
},
"io": {
"patches": [
"../../../../../../third_party/dart/runtime/bin/common_patch.dart",
Expand Down Expand Up @@ -158,4 +164,4 @@
}
}
}
}
}
5 changes: 5 additions & 0 deletions shell/platform/fuchsia/flutter/kernel/libraries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ flutter_runner:
- "../../../../../../third_party/dart/runtime/lib/ffi_native_type_patch.dart"
- "../../../../../../third_party/dart/runtime/lib/ffi_patch.dart"

wasm:
uri: "../../../../../../third_party/dart/sdk/lib/wasm/wasm.dart"
patches:
- "../../../../../../third_party/dart/runtime/lib/wasm_patch.dart"

_http:
uri: "../../../../../../third_party/dart/sdk/lib/_http/http.dart"

Expand Down
1 change: 1 addition & 0 deletions sky/packages/sky_engine/lib/_embedder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ embedded_libs:
"dart:core": "core/core.dart"
"dart:developer": "developer/developer.dart"
"dart:ffi": "ffi/ffi.dart"
"dart:wasm": "wasm/wasm.dart"
"dart:io": "io/io.dart"
"dart:isolate": "isolate/isolate.dart"
"dart:math": "math/math.dart"
Expand Down