Skip to content

Commit 093ca0c

Browse files
engine-flutter-autorollyuuangzhang
authored andcommitted
Roll Dart SDK from e00a58dc8fe7 to 7b1062f9a8df (1 revision) (flutter#165823)
https://dart.googlesource.com/sdk.git/+log/e00a58dc8fe7..7b1062f9a8df 2025-03-24 [email protected] Version 3.8.0-221.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 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: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
1 parent 05a4b58 commit 093ca0c

File tree

2 files changed

+74
-2
lines changed

2 files changed

+74
-2
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ vars = {
5656
# Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS
5757
# You can use //tools/dart/create_updated_flutter_deps.py to produce
5858
# updated revision list of existing dependencies.
59-
'dart_revision': 'e00a58dc8fe762f9f508128ebaf2a979c9ea0cae',
59+
'dart_revision': '7b1062f9a8df49811a1f28227c76d5d8d3453bc5',
6060

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

engine/src/flutter/sky/packages/sky_engine/LICENSE

Lines changed: 73 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1281,6 +1281,7 @@ limitations under the License.
12811281
fuchsia_sdk
12821282
libcxx
12831283
libcxxabi
1284+
llvm_libc
12841285

12851286
Apache License
12861287
Version 2.0, January 2004
@@ -1731,6 +1732,37 @@ FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
17311732
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
17321733
DEALINGS IN THE SOFTWARE.
17331734
--------------------------------------------------------------------------------
1735+
libcxx
1736+
1737+
COPYRIGHT AND PERMISSION NOTICE
1738+
1739+
Copyright (c) 1991-2022 Unicode, Inc. All rights reserved.
1740+
Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
1741+
1742+
Permission is hereby granted, free of charge, to any person obtaining
1743+
a copy of the Unicode data files and any associated documentation
1744+
(the "Data Files") or Unicode software and any associated documentation
1745+
(the "Software") to deal in the Data Files or Software
1746+
without restriction, including without limitation the rights to use,
1747+
copy, modify, merge, publish, distribute, and/or sell copies of
1748+
the Data Files or Software, and to permit persons to whom the Data Files
1749+
or Software are furnished to do so, provided that either
1750+
(a) this copyright and permission notice appear with all copies
1751+
of the Data Files or Software, or
1752+
(b) this copyright and permission notice appear in associated
1753+
Documentation.
1754+
1755+
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
1756+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
1757+
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1758+
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
1759+
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
1760+
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
1761+
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
1762+
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
1763+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1764+
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
1765+
--------------------------------------------------------------------------------
17341766
libpng
17351767

17361768
COPYRIGHT NOTICE, DISCLAIMER, and LICENSE
@@ -20084,6 +20116,46 @@ not be used in advertising or otherwise to promote the sale, use or other
2008420116
dealings in these Data Files or Software without prior written
2008520117
authorization of the copyright holder.
2008620118
--------------------------------------------------------------------------------
20119+
llvm_libc
20120+
20121+
Copyright (c) 2007-2019 University of Illinois at Urbana-Champaign.
20122+
All rights reserved.
20123+
20124+
Developed by:
20125+
20126+
LLVM Team
20127+
20128+
University of Illinois at Urbana-Champaign
20129+
20130+
http://llvm.org
20131+
20132+
Permission is hereby granted, free of charge, to any person obtaining a copy of
20133+
this software and associated documentation files (the "Software"), to deal with
20134+
the Software without restriction, including without limitation the rights to
20135+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
20136+
of the Software, and to permit persons to whom the Software is furnished to do
20137+
so, subject to the following conditions:
20138+
20139+
* Redistributions of source code must retain the above copyright notice,
20140+
this list of conditions and the following disclaimers.
20141+
20142+
* Redistributions in binary form must reproduce the above copyright notice,
20143+
this list of conditions and the following disclaimers in the
20144+
documentation and/or other materials provided with the distribution.
20145+
20146+
* Neither the names of the LLVM Team, University of Illinois at
20147+
Urbana-Champaign, nor the names of its contributors may be used to
20148+
endorse or promote products derived from this Software without specific
20149+
prior written permission.
20150+
20151+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20152+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
20153+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20154+
CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20155+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20156+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
20157+
SOFTWARE.
20158+
--------------------------------------------------------------------------------
2008720159
libXNVCtrl
2008820160

2008920161
Copyright (c) 2008 NVIDIA, Corporation
@@ -30263,7 +30335,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
3026330335
This Source Code Form is "Incompatible With Secondary Licenses", as
3026430336
defined by the Mozilla Public License, v. 2.0.
3026530337

30266-
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/e00a58dc8fe762f9f508128ebaf2a979c9ea0cae
30338+
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/7b1062f9a8df49811a1f28227c76d5d8d3453bc5
3026730339
/third_party/fallback_root_certificates/
3026830340

3026930341
--------------------------------------------------------------------------------

0 commit comments

Comments
 (0)