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

Commit eabd089

Browse files
Roll Dart SDK from d7235947ff9b to edd406c07399 (2 revisions)
https://dart.googlesource.com/sdk.git/+log/d7235947ff9b..edd406c07399 2023-01-12 [email protected] Version 3.0.0-118.0.dev 2023-01-12 [email protected] Version 3.0.0-117.0.dev If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dart-sdk-flutter-engine Please CC [email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Flutter Engine: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
1 parent 4bf70c0 commit eabd089

File tree

3 files changed

+70
-5
lines changed

3 files changed

+70
-5
lines changed

DEPS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ vars = {
4848
# Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS
4949
# You can use //tools/dart/create_updated_flutter_deps.py to produce
5050
# updated revision list of existing dependencies.
51-
'dart_revision': 'd7235947ff9b7391b883ab4db31d501c2932c8c9',
51+
'dart_revision': 'edd406c073997dad5a62289a09452c9ca3322a41',
5252

5353
# WARNING: DO NOT EDIT MANUALLY
5454
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
55-
'dart_binaryen_rev': '12ad604c17407f6b36d52c6404f2dab32e5c7960',
55+
'dart_binaryen_rev': '36e2abbcdd22b2b1707757b49fb4ac8844f28e5d',
5656
'dart_boringssl_gen_rev': 'ced85ef0a00bbca77ce5a91261a5f2ae61b1e62f',
5757
'dart_boringssl_rev': '87f316d7748268eb56f2dc147bd593254ae93198',
5858
'dart_browser_launcher_rev': 'f2f01e4c7e719c633ca3c35d55c5331d4fe8b54b',
@@ -298,7 +298,7 @@ deps = {
298298
# WARNING: Unused Dart dependencies in the list below till "WARNING:" marker are removed automatically - see create_updated_flutter_deps.py.
299299

300300
'src/third_party/dart/third_party/binaryen/src':
301-
Var('chromium_git') + '/external/github.com/WebAssembly/binaryen.git@12ad604c17407f6b36d52c6404f2dab32e5c7960',
301+
Var('chromium_git') + '/external/github.com/WebAssembly/binaryen.git@36e2abbcdd22b2b1707757b49fb4ac8844f28e5d',
302302

303303
'src/third_party/dart/third_party/devtools':
304304
{'packages': [{'version': 'git_revision:dd3fade2bd2ef74fc6102e56333a48f0efc594d3', 'package': 'dart/third_party/flutter/devtools'}], 'dep_type': 'cipd'},

ci/licenses_golden/licenses_third_party

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 464e0a927ae2cf2e85121380d019acc7
1+
Signature: 87ec9941a536e72407e3dc7fe9ab5f3f
22

33
====================================================================================================
44
LIBRARY: angle
@@ -40182,6 +40182,41 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4018240182
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4018340183
====================================================================================================
4018440184

40185+
====================================================================================================
40186+
LIBRARY: dart
40187+
ORIGIN: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/records.dart + ../../../third_party/dart/LICENSE
40188+
TYPE: LicenseType.bsd
40189+
FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/records.dart
40190+
----------------------------------------------------------------------------------------------------
40191+
Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file
40192+
for details. All rights reserved.
40193+
40194+
Redistribution and use in source and binary forms, with or without
40195+
modification, are permitted provided that the following conditions are
40196+
met:
40197+
* Redistributions of source code must retain the above copyright
40198+
notice, this list of conditions and the following disclaimer.
40199+
* Redistributions in binary form must reproduce the above
40200+
copyright notice, this list of conditions and the following
40201+
disclaimer in the documentation and/or other materials provided
40202+
with the distribution.
40203+
* Neither the name of Google LLC nor the names of its
40204+
contributors may be used to endorse or promote products derived
40205+
from this software without specific prior written permission.
40206+
40207+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
40208+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
40209+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
40210+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
40211+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
40212+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
40213+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
40214+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
40215+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
40216+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
40217+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
40218+
====================================================================================================
40219+
4018540220
====================================================================================================
4018640221
LIBRARY: icu
4018740222
ORIGIN: ../../../third_party/icu/source/i18n/decNumber.h (with ../../../third_party/icu/LICENSE)
@@ -63663,4 +63698,4 @@ freely, subject to the following restrictions:
6366363698
3. This notice may not be removed or altered from any source distribution.
6366463699
====================================================================================================
6366563700

63666-
Total license count: 867
63701+
Total license count: 868

sky/packages/sky_engine/LICENSE

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23659,6 +23659,36 @@ dart
2365923659
Copyright (c) 2022, the Dart project authors. Please see the AUTHORS file
2366023660
for details. All rights reserved.
2366123661

23662+
Redistribution and use in source and binary forms, with or without
23663+
modification, are permitted provided that the following conditions are
23664+
met:
23665+
* Redistributions of source code must retain the above copyright
23666+
notice, this list of conditions and the following disclaimer.
23667+
* Redistributions in binary form must reproduce the above
23668+
copyright notice, this list of conditions and the following
23669+
disclaimer in the documentation and/or other materials provided
23670+
with the distribution.
23671+
* Neither the name of Google LLC nor the names of its
23672+
contributors may be used to endorse or promote products derived
23673+
from this software without specific prior written permission.
23674+
23675+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
23676+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23677+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
23678+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
23679+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
23680+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
23681+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23682+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23683+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23684+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
23685+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23686+
--------------------------------------------------------------------------------
23687+
dart
23688+
23689+
Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file
23690+
for details. All rights reserved.
23691+
2366223692
Redistribution and use in source and binary forms, with or without
2366323693
modification, are permitted provided that the following conditions are
2366423694
met:

0 commit comments

Comments
 (0)