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

Commit 524ceec

Browse files
committed
Roll src/third_party/dart fc93331..4131d3d (3 commits)
dart-lang/sdk@4131d3d7c4 [vm/ffi] Improve API docs dart-lang/sdk@6ccd582cc3 [ dartfuzz ] Second half of DartFuzz refactor dart-lang/sdk@d22f5122a1 Support Linux ARM on homebrew
1 parent ecf325f commit 524ceec

File tree

3 files changed

+34
-4
lines changed

3 files changed

+34
-4
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ vars = {
3434
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
3535
# You can use //tools/dart/create_updated_flutter_deps.py to produce
3636
# updated revision list of existing dependencies.
37-
'dart_revision': 'fc933312f71076b317b50493804cd9fe1a134b5c',
37+
'dart_revision': '4131d3d7c4bcb0a4266c344581357ffd20fa4be6',
3838

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

ci/licenses_golden/licenses_third_party

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: a70217e9b4f8fce1f7235c21378cffa6
1+
Signature: f7a090f3a2f0e09e57e1817f15de9b46
22

33
UNUSED LICENSES:
44

sky/packages/sky_engine/LICENSE

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8118,8 +8118,38 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
81188118
--------------------------------------------------------------------------------
81198119
icu
81208120

8121-
Copyright © 1991-2018 Unicode, Inc. All rights reserved.
8122-
Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
8121+
Copyright 2019 the V8 project authors. All rights reserved.
8122+
8123+
Redistribution and use in source and binary forms, with or without
8124+
modification, are permitted provided that the following conditions are
8125+
met:
8126+
8127+
* Redistributions of source code must retain the above copyright
8128+
notice, this list of conditions and the following disclaimer.
8129+
* Redistributions in binary form must reproduce the above
8130+
copyright notice, this list of conditions and the following
8131+
disclaimer in the documentation and/or other materials provided
8132+
with the distribution.
8133+
* Neither the name of Google Inc. nor the names of its
8134+
contributors may be used to endorse or promote products derived
8135+
from this software without specific prior written permission.
8136+
8137+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
8138+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
8139+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
8140+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
8141+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
8142+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
8143+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
8144+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
8145+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
8146+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
8147+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
8148+
--------------------------------------------------------------------------------
8149+
icu
8150+
8151+
Copyright © 1991-2019 Unicode, Inc. All rights reserved.
8152+
Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
81238153

81248154
Permission is hereby granted, free of charge, to any person obtaining
81258155
a copy of the Unicode data files and any associated documentation

0 commit comments

Comments
 (0)