From 501e328c6280dac39a835f6d3f719c4b9e3efea1 Mon Sep 17 00:00:00 2001 From: Aske Simon Christensen Date: Wed, 26 Jan 2022 16:04:28 +0100 Subject: [PATCH] Add hash_factories patch file --- ci/licenses_golden/licenses_third_party | 1 + lib/snapshot/libraries.json | 3 ++- lib/snapshot/libraries.yaml | 1 + shell/platform/fuchsia/dart_runner/kernel/libraries.json | 3 ++- shell/platform/fuchsia/dart_runner/kernel/libraries.yaml | 1 + shell/platform/fuchsia/flutter/kernel/libraries.json | 3 ++- shell/platform/fuchsia/flutter/kernel/libraries.yaml | 1 + 7 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ci/licenses_golden/licenses_third_party b/ci/licenses_golden/licenses_third_party index 113487f72d50e..de82760f64d49 100644 --- a/ci/licenses_golden/licenses_third_party +++ b/ci/licenses_golden/licenses_third_party @@ -11659,6 +11659,7 @@ FILE: ../../../third_party/dart/sdk/lib/_internal/vm/lib/collection_patch.dart FILE: ../../../third_party/dart/sdk/lib/_internal/vm/lib/core_patch.dart FILE: ../../../third_party/dart/sdk/lib/_internal/vm/lib/deferred_load_patch.dart FILE: ../../../third_party/dart/sdk/lib/_internal/vm/lib/function.dart +FILE: ../../../third_party/dart/sdk/lib/_internal/vm/lib/hash_factories.dart FILE: ../../../third_party/dart/sdk/lib/_internal/vm/lib/internal_patch.dart FILE: ../../../third_party/dart/sdk/lib/_internal/vm/lib/mirror_reference.dart FILE: ../../../third_party/dart/sdk/lib/_internal/vm/lib/null_patch.dart diff --git a/lib/snapshot/libraries.json b/lib/snapshot/libraries.json index 380c36cf1d698..d8f283abb71a0 100644 --- a/lib/snapshot/libraries.json +++ b/lib/snapshot/libraries.json @@ -29,7 +29,8 @@ "uri": "../../../third_party/dart/sdk/lib/collection/collection.dart", "patches": [ "../../../third_party/dart/sdk/lib/_internal/vm/lib/collection_patch.dart", - "../../../third_party/dart/sdk/lib/_internal/vm/lib/compact_hash.dart" + "../../../third_party/dart/sdk/lib/_internal/vm/lib/compact_hash.dart", + "../../../third_party/dart/sdk/lib/_internal/vm/lib/hash_factories.dart" ] }, "convert": { diff --git a/lib/snapshot/libraries.yaml b/lib/snapshot/libraries.yaml index 3ae2e3eed3ea7..81bb0c8a5752e 100644 --- a/lib/snapshot/libraries.yaml +++ b/lib/snapshot/libraries.yaml @@ -38,6 +38,7 @@ flutter: patches: - "../../../third_party/dart/sdk/lib/_internal/vm/lib/collection_patch.dart" - "../../../third_party/dart/sdk/lib/_internal/vm/lib/compact_hash.dart" + - "../../../third_party/dart/sdk/lib/_internal/vm/lib/hash_factories.dart" convert: uri: "../../../third_party/dart/sdk/lib/convert/convert.dart" diff --git a/shell/platform/fuchsia/dart_runner/kernel/libraries.json b/shell/platform/fuchsia/dart_runner/kernel/libraries.json index e385f595778b5..c7704e5fda4fe 100644 --- a/shell/platform/fuchsia/dart_runner/kernel/libraries.json +++ b/shell/platform/fuchsia/dart_runner/kernel/libraries.json @@ -29,7 +29,8 @@ "uri": "../../../../../../third_party/dart/sdk/lib/collection/collection.dart", "patches": [ "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/collection_patch.dart", - "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/compact_hash.dart" + "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/compact_hash.dart", + "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/hash_factories.dart" ] }, "convert": { diff --git a/shell/platform/fuchsia/dart_runner/kernel/libraries.yaml b/shell/platform/fuchsia/dart_runner/kernel/libraries.yaml index 74af3bdb3c7d1..a99a01111bc6d 100644 --- a/shell/platform/fuchsia/dart_runner/kernel/libraries.yaml +++ b/shell/platform/fuchsia/dart_runner/kernel/libraries.yaml @@ -38,6 +38,7 @@ dart_runner: patches: - "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/collection_patch.dart" - "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/compact_hash.dart" + - "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/hash_factories.dart" convert: uri: "../../../../../../third_party/dart/sdk/lib/convert/convert.dart" diff --git a/shell/platform/fuchsia/flutter/kernel/libraries.json b/shell/platform/fuchsia/flutter/kernel/libraries.json index a23782c67912c..380e00338d31c 100644 --- a/shell/platform/fuchsia/flutter/kernel/libraries.json +++ b/shell/platform/fuchsia/flutter/kernel/libraries.json @@ -29,7 +29,8 @@ "uri": "../../../../../../third_party/dart/sdk/lib/collection/collection.dart", "patches": [ "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/collection_patch.dart", - "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/compact_hash.dart" + "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/compact_hash.dart", + "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/hash_factories.dart" ] }, "convert": { diff --git a/shell/platform/fuchsia/flutter/kernel/libraries.yaml b/shell/platform/fuchsia/flutter/kernel/libraries.yaml index c2aa9151078d8..2d2c88f089bd0 100644 --- a/shell/platform/fuchsia/flutter/kernel/libraries.yaml +++ b/shell/platform/fuchsia/flutter/kernel/libraries.yaml @@ -38,6 +38,7 @@ flutter_runner: patches: - "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/collection_patch.dart" - "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/compact_hash.dart" + - "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/hash_factories.dart" convert: uri: "../../../../../../third_party/dart/sdk/lib/convert/convert.dart"