Skip to content

Commit a1dd504

Browse files
Roll Dart SDK from 692562354d6d to 48e3f8edb811 (3 revisions) (flutter#34282)
1 parent 4446e3e commit a1dd504

File tree

3 files changed

+64
-29
lines changed

3 files changed

+64
-29
lines changed

DEPS

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ vars = {
4545
# Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS.
4646
# You can use //tools/dart/create_updated_flutter_deps.py to produce
4747
# updated revision list of existing dependencies.
48-
'dart_revision': '692562354d6d9585c73ff130af7105fb92c13101',
48+
'dart_revision': '48e3f8edb811fd024bc47f8111f04c7d6409b2fe',
4949

5050
# WARNING: DO NOT EDIT MANUALLY
5151
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
@@ -54,7 +54,7 @@ vars = {
5454
'dart_browser_launcher_rev': '981ca8847dd2b0fe022f9e742045cfb8f214d35f',
5555
'dart_clock_rev': 'a75eb69c8e939e2e7eab70e4728da3bcf004e717',
5656
'dart_collection_rev': '414ffa1bc8ba18bd608bbf916d95715311d89ac1',
57-
'dart_devtools_rev': '51ac983d2db7eb19b3ce5956cb70b769d74fe784',
57+
'dart_devtools_rev': '0aa619c42a68d6db4c94a7838121811aba8f5eb1',
5858
'dart_protobuf_rev': '3149f6f2d323e11dbcc983b7ac8b3b9e9d686293',
5959
'dart_pub_rev': '9bf4289d6fd5d6872a8929d6312bbd7098f3ea9c',
6060
'dart_root_certificates_rev': '692f6d6488af68e0121317a9c2c9eb393eb0ee50',
@@ -173,7 +173,7 @@ deps = {
173173
# WARNING: Unused Dart dependencies in the list below till "WARNING:" marker are removed automatically - see create_updated_flutter_deps.py.
174174

175175
'src/third_party/dart/third_party/devtools':
176-
{'packages': [{'version': 'git_revision:51ac983d2db7eb19b3ce5956cb70b769d74fe784', 'package': 'dart/third_party/flutter/devtools'}], 'dep_type': 'cipd'},
176+
{'packages': [{'version': 'git_revision:0aa619c42a68d6db4c94a7838121811aba8f5eb1', 'package': 'dart/third_party/flutter/devtools'}], 'dep_type': 'cipd'},
177177

178178
'src/third_party/dart/third_party/pkg/args':
179179
Var('dart_git') + '/args.git@73e8d3b55cbedc9765f8e266f3422d8914f8e62a',

ci/licenses_golden/licenses_third_party

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 66371714f587d7b7751db0b42ddb833c
1+
Signature: 69f469c0831be26b0a06adf10bf9c293
22

33
UNUSED LICENSES:
44

sky/packages/sky_engine/LICENSE

+60-25
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ libwebp
300300
pkg
301301
txt
302302
vulkan
303-
vulkan-headers
303+
vulkan-deps
304304
wuffs
305305

306306
Apache License
@@ -857,7 +857,7 @@ accessibility
857857
icu
858858
skia
859859

860-
Copyright 2015 The Chromium Authors. All rights reserved.
860+
Copyright 2016 The Chromium Authors. All rights reserved.
861861

862862
Redistribution and use in source and binary forms, with or without
863863
modification, are permitted provided that the following conditions are
@@ -888,8 +888,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
888888
accessibility
889889
icu
890890
skia
891+
vulkan-deps
891892

892-
Copyright 2016 The Chromium Authors. All rights reserved.
893+
Copyright 2015 The Chromium Authors. All rights reserved.
893894

894895
Redistribution and use in source and binary forms, with or without
895896
modification, are permitted provided that the following conditions are
@@ -1578,6 +1579,40 @@ POSSIBILITY OF SUCH DAMAGE.
15781579
--------------------------------------------------------------------------------
15791580
angle
15801581

1582+
Copyright 2021-2022 The ANGLE Project Authors. All rights reserved.
1583+
1584+
Redistribution and use in source and binary forms, with or without
1585+
modification, are permitted provided that the following conditions
1586+
are met:
1587+
1588+
Redistributions of source code must retain the above copyright
1589+
notice, this list of conditions and the following disclaimer.
1590+
1591+
Redistributions in binary form must reproduce the above
1592+
copyright notice, this list of conditions and the following
1593+
disclaimer in the documentation and/or other materials provided
1594+
with the distribution.
1595+
1596+
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
1597+
Ltd., nor the names of their contributors may be used to endorse
1598+
or promote products derived from this software without specific
1599+
prior written permission.
1600+
1601+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1602+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1603+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
1604+
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
1605+
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
1606+
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
1607+
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1608+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1609+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1610+
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
1611+
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1612+
POSSIBILITY OF SUCH DAMAGE.
1613+
--------------------------------------------------------------------------------
1614+
angle
1615+
15811616
Copyright 2022 The ANGLE Project Authors. All rights reserved.
15821617

15831618
Redistribution and use in source and binary forms, with or without
@@ -6264,28 +6299,6 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
62646299
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
62656300
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
62666301
--------------------------------------------------------------------------------
6267-
externals
6268-
6269-
Copyright (c) 2017-2022 Advanced Micro Devices, Inc. All rights reserved.
6270-
6271-
Permission is hereby granted, free of charge, to any person obtaining a copy
6272-
of this software and associated documentation files (the "Software"), to deal
6273-
in the Software without restriction, including without limitation the rights
6274-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
6275-
copies of the Software, and to permit persons to whom the Software is
6276-
furnished to do so, subject to the following conditions:
6277-
6278-
The above copyright notice and this permission notice shall be included in
6279-
all copies or substantial portions of the Software.
6280-
6281-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
6282-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
6283-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
6284-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
6285-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
6286-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
6287-
THE SOFTWARE.
6288-
--------------------------------------------------------------------------------
62896302
ffx_spd
62906303

62916304
Copyright (c) 2017-2019 Advanced Micro Devices, Inc. All rights reserved.
@@ -15525,6 +15538,28 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1552515538
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1552615539
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1552715540
--------------------------------------------------------------------------------
15541+
vulkan_memory_allocator
15542+
15543+
Copyright (c) 2017-2022 Advanced Micro Devices, Inc. All rights reserved.
15544+
15545+
Permission is hereby granted, free of charge, to any person obtaining a copy
15546+
of this software and associated documentation files (the "Software"), to deal
15547+
in the Software without restriction, including without limitation the rights
15548+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
15549+
copies of the Software, and to permit persons to whom the Software is
15550+
furnished to do so, subject to the following conditions:
15551+
15552+
The above copyright notice and this permission notice shall be included in
15553+
all copies or substantial portions of the Software.
15554+
15555+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15556+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15557+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
15558+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
15559+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
15560+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
15561+
THE SOFTWARE.
15562+
--------------------------------------------------------------------------------
1552815563
xxhash
1552915564

1553015565
Copyright (C) 2012-2016, Yann Collet

0 commit comments

Comments
 (0)