Skip to content

Commit

Permalink
Manual roll of Dart SDK from e90b0a53e058 to dca20ab646c5 (#53410)
Browse files Browse the repository at this point in the history
Updates dart2wasm invocation to add the --enable-experimental-wasm-interop flag.

(see https://dart.googlesource.com/sdk/+/6f21d19b02eb82c0b44b01dbdb21ec7a17e17120)
  • Loading branch information
jason-simmons authored Jun 15, 2024
1 parent d4f489e commit 9779c27
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
8 changes: 4 additions & 4 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ vars = {
# Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS
# You can use //tools/dart/create_updated_flutter_deps.py to produce
# updated revision list of existing dependencies.
'dart_revision': 'e90b0a53e0587720e3135712bd704e031fc9cac8',
'dart_revision': 'dca20ab646c5f7d4b299d690756d84af3b582d6d',

# 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 All @@ -65,7 +65,7 @@ vars = {
'dart_boringssl_rev': 'd24a38200fef19150eef00cad35b138936c08767',
'dart_browser_launcher_rev': '7348ceae6508e5350771979c2951a54313303416',
'dart_clock_rev': '7cbf08e36a92f14f22132d255846610c1b065324',
'dart_collection_rev': 'c90b19f07b48391f3b1b4c39dd06ef0177f8e07c',
'dart_collection_rev': '9354f386de3c57f5486b01ab4dfa1a2f033307d9',
'dart_devtools_rev': 'a53696352fe1508c18d908a85b68c113b11dbe58',
'dart_libprotobuf_rev': '24487dd1045c7f3d64a21f38a3f0c06cc4cf2edb',
'dart_perfetto_rev': '13ce0c9e13b0940d2476cd0cff2301708a9a2e2b',
Expand Down Expand Up @@ -401,13 +401,13 @@ deps = {
Var('dart_git') + '/html.git@3bc803d7e655491b243418f19300ef0c6112bcea',

'src/flutter/third_party/dart/third_party/pkg/http':
Var('dart_git') + '/http.git@e2e217052e033183f7fc8ae10be124ac3ebe5a3d',
Var('dart_git') + '/http.git@8c325b9ca33d878a86d69c5048a8e6e18379663c',

'src/flutter/third_party/dart/third_party/pkg/http_multi_server':
Var('dart_git') + '/http_multi_server.git@25941e260658efb324de857e6022f418faf9bdd1',

'src/flutter/third_party/dart/third_party/pkg/http_parser':
Var('dart_git') + '/http_parser.git@53d40416ab5ef41d4605004dde1e43d1d44fd215',
Var('dart_git') + '/http_parser.git@71b4c2c448b333397d5ff3235825d8cea773291c',

'src/flutter/third_party/dart/third_party/pkg/intl':
Var('dart_git') + '/intl.git@5d65e3808ce40e6282e40881492607df4e35669f',
Expand Down
6 changes: 2 additions & 4 deletions ci/licenses_golden/licenses_dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: f2d70d88d627f18b45c03f08dd2aaf6a
Signature: be0775db9b6f2440291926f69dfcc7a1

====================================================================================================
LIBRARY: dart
Expand Down Expand Up @@ -3035,7 +3035,6 @@ ORIGIN: ../../../flutter/third_party/dart/sdk/lib/_internal/js_runtime/lib/insta
ORIGIN: ../../../flutter/third_party/dart/sdk/lib/js/_js.dart + ../../../flutter/third_party/dart/LICENSE
ORIGIN: ../../../flutter/third_party/dart/sdk/lib/js/_js_client.dart + ../../../flutter/third_party/dart/LICENSE
ORIGIN: ../../../flutter/third_party/dart/sdk/lib/js/_js_server.dart + ../../../flutter/third_party/dart/LICENSE
ORIGIN: ../../../flutter/third_party/dart/sdk/lib/typed_data/unmodifiable_typed_data.dart + ../../../flutter/third_party/dart/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/dart/runtime/bin/crashpad.h
FILE: ../../../flutter/third_party/dart/runtime/bin/dart_embedder_api_impl.cc
Expand Down Expand Up @@ -3083,7 +3082,6 @@ FILE: ../../../flutter/third_party/dart/sdk/lib/_internal/js_runtime/lib/instant
FILE: ../../../flutter/third_party/dart/sdk/lib/js/_js.dart
FILE: ../../../flutter/third_party/dart/sdk/lib/js/_js_client.dart
FILE: ../../../flutter/third_party/dart/sdk/lib/js/_js_server.dart
FILE: ../../../flutter/third_party/dart/sdk/lib/typed_data/unmodifiable_typed_data.dart
----------------------------------------------------------------------------------------------------
Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file
for details. All rights reserved.
Expand Down Expand Up @@ -4751,7 +4749,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
This Source Code Form is "Incompatible With Secondary Licenses", as
defined by the Mozilla Public License, v. 2.0.

You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/e90b0a53e0587720e3135712bd704e031fc9cac8
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/dca20ab646c5f7d4b299d690756d84af3b582d6d
/third_party/fallback_root_certificates/

====================================================================================================
Expand Down
1 change: 1 addition & 0 deletions lib/web_ui/dev/steps/compile_bundle_step.dart
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ class Dart2WasmCompiler extends TestCompiler {

'--libraries-spec=${environment.dartSdkDir.path}/lib/libraries.json',
'--enable-asserts',
'--enable-experimental-wasm-interop',

// We do not want to auto-select a renderer in tests. As of today, tests
// are designed to run in one specific mode. So instead, we specify the
Expand Down
2 changes: 1 addition & 1 deletion sky/packages/sky_engine/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -31865,7 +31865,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
This Source Code Form is "Incompatible With Secondary Licenses", as
defined by the Mozilla Public License, v. 2.0.

You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/e90b0a53e0587720e3135712bd704e031fc9cac8
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/dca20ab646c5f7d4b299d690756d84af3b582d6d
/third_party/fallback_root_certificates/

--------------------------------------------------------------------------------
Expand Down

0 comments on commit 9779c27

Please sign in to comment.