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

Commit 1c4aab7

Browse files
Manual roll Dart SDK from 1ae877e6c3d3 to de9de602355a (5 revisions) (#40107)
Manual roll Dart SDK from 1ae877e6c3d3 to de9de602355a (5 revisions)
1 parent 0eefca4 commit 1c4aab7

File tree

4 files changed

+5
-160
lines changed

4 files changed

+5
-160
lines changed

DEPS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ 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': '1ae877e6c3d33ba6888213fdcc1e910324512c36',
51+
'dart_revision': 'de9de602355a393f64ce723e92b5c3f5c24eb7a7',
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
@@ -332,7 +332,7 @@ deps = {
332332
Var('dart_git') + '/browser_launcher.git' + '@' + Var('dart_browser_launcher_rev'),
333333

334334
'src/third_party/dart/third_party/pkg/cli_util':
335-
Var('dart_git') + '/cli_util.git@3851652a72ee572ec7371942a658788c61847dea',
335+
Var('dart_git') + '/cli_util.git@91747f7dd9bdf2457f081d3cf035de5672dd4a02',
336336

337337
'src/third_party/dart/third_party/pkg/clock':
338338
Var('dart_git') + '/clock.git' + '@' + Var('dart_clock_rev'),
@@ -350,7 +350,7 @@ deps = {
350350
Var('dart_git') + '/csslib.git@b671738dc6de7d212b5f943b4258f9bb099d3e83',
351351

352352
'src/third_party/dart/third_party/pkg/dart_style':
353-
Var('dart_git') + '/dart_style.git@d0c6b1da52c9f80679a7aaa05e5935ef5c6bb52f',
353+
Var('dart_git') + '/dart_style.git@a740aabf43a8b668a8abf8de0530a9f25bb1f5e6',
354354

355355
'src/third_party/dart/third_party/pkg/dartdoc':
356356
Var('dart_git') + '/dartdoc.git@e4cdbd6f349ecbc420d33cca69a02fb287a7edf5',

ci/licenses_golden/excluded_files

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1655,7 +1655,6 @@
16551655
../../../third_party/dart/runtime/vm/libfuzzer/README.md
16561656
../../../third_party/dart/runtime/vm/log_test.cc
16571657
../../../third_party/dart/runtime/vm/longjump_test.cc
1658-
../../../third_party/dart/runtime/vm/malloc_hooks_test.cc
16591658
../../../third_party/dart/runtime/vm/memory_region_test.cc
16601659
../../../third_party/dart/runtime/vm/message_handler_test.cc
16611660
../../../third_party/dart/runtime/vm/message_test.cc
@@ -1736,9 +1735,6 @@
17361735
../../../third_party/dart/third_party/mdn/browser-compat-data/README.google
17371736
../../../third_party/dart/third_party/pkg
17381737
../../../third_party/dart/third_party/requirejs
1739-
../../../third_party/dart/third_party/tcmalloc/.gitignore
1740-
../../../third_party/dart/third_party/tcmalloc/OWNERS
1741-
../../../third_party/dart/third_party/tcmalloc/README.dart
17421738
../../../third_party/dart/tools
17431739
../../../third_party/dart/utils/OWNERS
17441740
../../../third_party/dart/utils/compiler/.gitignore

ci/licenses_golden/licenses_third_party

Lines changed: 2 additions & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 5e1563c4dd9d9a18358dec9bcdeabab7
1+
Signature: 59c307501001cbfeede53977a819043c
22

33
====================================================================================================
44
LIBRARY: angle
@@ -33576,42 +33576,6 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
3357633576
OF THE POSSIBILITY OF SUCH DAMAGE.
3357733577
====================================================================================================
3357833578

33579-
====================================================================================================
33580-
LIBRARY: tcmalloc
33581-
ORIGIN: ../../../third_party/dart/third_party/tcmalloc/include/gperftools/tcmalloc.h
33582-
TYPE: LicenseType.bsd
33583-
FILE: ../../../third_party/dart/third_party/tcmalloc/include/gperftools/tcmalloc.h
33584-
----------------------------------------------------------------------------------------------------
33585-
Copyright (c) 2003, Google Inc.
33586-
All rights reserved.
33587-
33588-
Redistribution and use in source and binary forms, with or without
33589-
modification, are permitted provided that the following conditions are
33590-
met:
33591-
33592-
* Redistributions of source code must retain the above copyright
33593-
notice, this list of conditions and the following disclaimer.
33594-
* Redistributions in binary form must reproduce the above
33595-
copyright notice, this list of conditions and the following disclaimer
33596-
in the documentation and/or other materials provided with the
33597-
distribution.
33598-
* Neither the name of Google Inc. nor the names of its
33599-
contributors may be used to endorse or promote products derived from
33600-
this software without specific prior written permission.
33601-
33602-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
33603-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
33604-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
33605-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
33606-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
33607-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
33608-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
33609-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
33610-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
33611-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
33612-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33613-
====================================================================================================
33614-
3361533579
====================================================================================================
3361633580
LIBRARY: icu
3361733581
ORIGIN: ../../../third_party/icu/source/common/ucat.cpp + ../../../third_party/icu/LICENSE
@@ -34422,43 +34386,6 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
3442234386
OF THE POSSIBILITY OF SUCH DAMAGE.
3442334387
====================================================================================================
3442434388

34425-
====================================================================================================
34426-
LIBRARY: tcmalloc
34427-
ORIGIN: ../../../third_party/dart/third_party/tcmalloc/COPYING
34428-
TYPE: LicenseType.bsd
34429-
FILE: ../../../third_party/dart/third_party/tcmalloc/configure_command
34430-
FILE: ../../../third_party/dart/third_party/tcmalloc/include/config.h
34431-
----------------------------------------------------------------------------------------------------
34432-
Copyright (c) 2005, Google Inc.
34433-
All rights reserved.
34434-
34435-
Redistribution and use in source and binary forms, with or without
34436-
modification, are permitted provided that the following conditions are
34437-
met:
34438-
34439-
* Redistributions of source code must retain the above copyright
34440-
notice, this list of conditions and the following disclaimer.
34441-
* Redistributions in binary form must reproduce the above
34442-
copyright notice, this list of conditions and the following disclaimer
34443-
in the documentation and/or other materials provided with the
34444-
distribution.
34445-
* Neither the name of Google Inc. nor the names of its
34446-
contributors may be used to endorse or promote products derived from
34447-
this software without specific prior written permission.
34448-
34449-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
34450-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
34451-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
34452-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
34453-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
34454-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
34455-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
34456-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
34457-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
34458-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
34459-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34460-
====================================================================================================
34461-
3446234389
====================================================================================================
3446334390
LIBRARY: boringssl
3446434391
ORIGIN: ../../../third_party/boringssl/src/crypto/asn1/internal.h
@@ -40131,13 +40058,6 @@ ORIGIN: ../../../third_party/dart/runtime/vm/image_snapshot.h + ../../../third_p
4013140058
ORIGIN: ../../../third_party/dart/runtime/vm/json_writer.cc + ../../../third_party/dart/LICENSE
4013240059
ORIGIN: ../../../third_party/dart/runtime/vm/json_writer.h + ../../../third_party/dart/LICENSE
4013340060
ORIGIN: ../../../third_party/dart/runtime/vm/kernel_binary.h + ../../../third_party/dart/LICENSE
40134-
ORIGIN: ../../../third_party/dart/runtime/vm/malloc_hooks.h + ../../../third_party/dart/LICENSE
40135-
ORIGIN: ../../../third_party/dart/runtime/vm/malloc_hooks_arm.cc + ../../../third_party/dart/LICENSE
40136-
ORIGIN: ../../../third_party/dart/runtime/vm/malloc_hooks_arm64.cc + ../../../third_party/dart/LICENSE
40137-
ORIGIN: ../../../third_party/dart/runtime/vm/malloc_hooks_ia32.cc + ../../../third_party/dart/LICENSE
40138-
ORIGIN: ../../../third_party/dart/runtime/vm/malloc_hooks_tcmalloc.cc + ../../../third_party/dart/LICENSE
40139-
ORIGIN: ../../../third_party/dart/runtime/vm/malloc_hooks_unsupported.cc + ../../../third_party/dart/LICENSE
40140-
ORIGIN: ../../../third_party/dart/runtime/vm/malloc_hooks_x64.cc + ../../../third_party/dart/LICENSE
4014140061
ORIGIN: ../../../third_party/dart/runtime/vm/simulator_riscv.cc + ../../../third_party/dart/LICENSE
4014240062
ORIGIN: ../../../third_party/dart/runtime/vm/simulator_riscv.h + ../../../third_party/dart/LICENSE
4014340063
ORIGIN: ../../../third_party/dart/runtime/vm/stack_trace.cc + ../../../third_party/dart/LICENSE
@@ -40285,13 +40205,6 @@ FILE: ../../../third_party/dart/runtime/vm/image_snapshot.h
4028540205
FILE: ../../../third_party/dart/runtime/vm/json_writer.cc
4028640206
FILE: ../../../third_party/dart/runtime/vm/json_writer.h
4028740207
FILE: ../../../third_party/dart/runtime/vm/kernel_binary.h
40288-
FILE: ../../../third_party/dart/runtime/vm/malloc_hooks.h
40289-
FILE: ../../../third_party/dart/runtime/vm/malloc_hooks_arm.cc
40290-
FILE: ../../../third_party/dart/runtime/vm/malloc_hooks_arm64.cc
40291-
FILE: ../../../third_party/dart/runtime/vm/malloc_hooks_ia32.cc
40292-
FILE: ../../../third_party/dart/runtime/vm/malloc_hooks_tcmalloc.cc
40293-
FILE: ../../../third_party/dart/runtime/vm/malloc_hooks_unsupported.cc
40294-
FILE: ../../../third_party/dart/runtime/vm/malloc_hooks_x64.cc
4029540208
FILE: ../../../third_party/dart/runtime/vm/simulator_riscv.cc
4029640209
FILE: ../../../third_party/dart/runtime/vm/simulator_riscv.h
4029740210
FILE: ../../../third_party/dart/runtime/vm/stack_trace.cc
@@ -41825,7 +41738,6 @@ ORIGIN: ../../../third_party/dart/runtime/vm/heap/page.h + ../../../third_party/
4182541738
ORIGIN: ../../../third_party/dart/runtime/vm/heap/sampler.cc + ../../../third_party/dart/LICENSE
4182641739
ORIGIN: ../../../third_party/dart/runtime/vm/heap/sampler.h + ../../../third_party/dart/LICENSE
4182741740
ORIGIN: ../../../third_party/dart/runtime/vm/instructions.cc + ../../../third_party/dart/LICENSE
41828-
ORIGIN: ../../../third_party/dart/runtime/vm/malloc_hooks_riscv.cc + ../../../third_party/dart/LICENSE
4182941741
ORIGIN: ../../../third_party/dart/runtime/vm/os_thread_absl.cc + ../../../third_party/dart/LICENSE
4183041742
ORIGIN: ../../../third_party/dart/runtime/vm/os_thread_absl.h + ../../../third_party/dart/LICENSE
4183141743
ORIGIN: ../../../third_party/dart/runtime/vm/simulator_x64.cc + ../../../third_party/dart/LICENSE
@@ -41908,7 +41820,6 @@ FILE: ../../../third_party/dart/runtime/vm/heap/page.h
4190841820
FILE: ../../../third_party/dart/runtime/vm/heap/sampler.cc
4190941821
FILE: ../../../third_party/dart/runtime/vm/heap/sampler.h
4191041822
FILE: ../../../third_party/dart/runtime/vm/instructions.cc
41911-
FILE: ../../../third_party/dart/runtime/vm/malloc_hooks_riscv.cc
4191241823
FILE: ../../../third_party/dart/runtime/vm/os_thread_absl.cc
4191341824
FILE: ../../../third_party/dart/runtime/vm/os_thread_absl.h
4191441825
FILE: ../../../third_party/dart/runtime/vm/simulator_x64.cc
@@ -65577,4 +65488,4 @@ freely, subject to the following restrictions:
6557765488
3. This notice may not be removed or altered from any source distribution.
6557865489
====================================================================================================
6557965490

65580-
Total license count: 872
65491+
Total license count: 870

sky/packages/sky_engine/LICENSE

Lines changed: 0 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -20203,37 +20203,6 @@ STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2020320203
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
2020420204
OF THE POSSIBILITY OF SUCH DAMAGE.
2020520205
--------------------------------------------------------------------------------
20206-
tcmalloc
20207-
20208-
Copyright (c) 2003, Google Inc.
20209-
All rights reserved.
20210-
20211-
Redistribution and use in source and binary forms, with or without
20212-
modification, are permitted provided that the following conditions are
20213-
met:
20214-
20215-
* Redistributions of source code must retain the above copyright
20216-
notice, this list of conditions and the following disclaimer.
20217-
* Redistributions in binary form must reproduce the above
20218-
copyright notice, this list of conditions and the following disclaimer
20219-
in the documentation and/or other materials provided with the
20220-
distribution.
20221-
* Neither the name of Google Inc. nor the names of its
20222-
contributors may be used to endorse or promote products derived from
20223-
this software without specific prior written permission.
20224-
20225-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20226-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
20227-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
20228-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
20229-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
20230-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
20231-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
20232-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
20233-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
20234-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
20235-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
20236-
--------------------------------------------------------------------------------
2023720206
icu
2023820207

2023920208
Copyright (c) 2003, International Business Machines
@@ -20905,37 +20874,6 @@ STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2090520874
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
2090620875
OF THE POSSIBILITY OF SUCH DAMAGE.
2090720876
--------------------------------------------------------------------------------
20908-
tcmalloc
20909-
20910-
Copyright (c) 2005, Google Inc.
20911-
All rights reserved.
20912-
20913-
Redistribution and use in source and binary forms, with or without
20914-
modification, are permitted provided that the following conditions are
20915-
met:
20916-
20917-
* Redistributions of source code must retain the above copyright
20918-
notice, this list of conditions and the following disclaimer.
20919-
* Redistributions in binary form must reproduce the above
20920-
copyright notice, this list of conditions and the following disclaimer
20921-
in the documentation and/or other materials provided with the
20922-
distribution.
20923-
* Neither the name of Google Inc. nor the names of its
20924-
contributors may be used to endorse or promote products derived from
20925-
this software without specific prior written permission.
20926-
20927-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20928-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
20929-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
20930-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
20931-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
20932-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
20933-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
20934-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
20935-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
20936-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
20937-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
20938-
--------------------------------------------------------------------------------
2093920877
boringssl
2094020878

2094120879
Copyright (c) 2006 The OpenSSL Project. All rights reserved.

0 commit comments

Comments
 (0)