Skip to content

Commit 4086a14

Browse files
authored
Revert "Roll src/third_party/dart fc3af73..162d6c5 (209 commits) (flutter#16261)"
This reverts commit b60cbfe.
1 parent 41d3f69 commit 4086a14

File tree

3 files changed

+184
-141
lines changed

3 files changed

+184
-141
lines changed

DEPS

Lines changed: 2 additions & 2 deletions
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': '162d6c5634a0d33da9dd6c29c04b3bf2d9968ab8',
37+
'dart_revision': 'fc3af737c75931908521e9c36358a151408d6084',
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
@@ -63,7 +63,7 @@ vars = {
6363
'dart_http_throttle_tag': '1.0.2',
6464
'dart_intl_tag': '0.15.7',
6565
'dart_json_rpc_2_tag': '2.0.9',
66-
'dart_linter_tag': '0.1.110',
66+
'dart_linter_tag': '0.1.109',
6767
'dart_logging_tag': '0.11.3+2',
6868
'dart_markdown_tag': '2.1.1',
6969
'dart_matcher_tag': '0.12.3',

ci/licenses_golden/licenses_third_party

Lines changed: 34 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 377799f98dd9ab2046689800970632b1
1+
Signature: e936724fefea8314b39c29cf43df4d3c
22

33
UNUSED LICENSES:
44

@@ -7621,6 +7621,8 @@ FILE: ../../../third_party/dart/runtime/vm/compiler/backend/slot_test.cc
76217621
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/type_propagator_test.cc
76227622
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/typed_data_aot_test.cc
76237623
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/yield_position_test.cc
7624+
FILE: ../../../third_party/dart/runtime/vm/compiler/ffi.cc
7625+
FILE: ../../../third_party/dart/runtime/vm/compiler/ffi.h
76247626
FILE: ../../../third_party/dart/runtime/vm/compiler/frontend/bytecode_fingerprints.cc
76257627
FILE: ../../../third_party/dart/runtime/vm/compiler/frontend/bytecode_fingerprints.h
76267628
FILE: ../../../third_party/dart/runtime/vm/compiler/graph_intrinsifier.cc
@@ -7753,24 +7755,7 @@ LIBRARY: dart
77537755
ORIGIN: ../../../third_party/dart/benchmarks/ListCopy/dart/ListCopy.dart + ../../../third_party/dart/LICENSE
77547756
TYPE: LicenseType.bsd
77557757
FILE: ../../../third_party/dart/benchmarks/ListCopy/dart/ListCopy.dart
7756-
FILE: ../../../third_party/dart/benchmarks/TypedDataDuplicate/dart/TypedDataDuplicate.dart
77577758
FILE: ../../../third_party/dart/runtime/observatory/bin/heap_snapshot.dart
7758-
FILE: ../../../third_party/dart/runtime/vm/compiler/ffi/abi.cc
7759-
FILE: ../../../third_party/dart/runtime/vm/compiler/ffi/abi.h
7760-
FILE: ../../../third_party/dart/runtime/vm/compiler/ffi/call.cc
7761-
FILE: ../../../third_party/dart/runtime/vm/compiler/ffi/call.h
7762-
FILE: ../../../third_party/dart/runtime/vm/compiler/ffi/callback.cc
7763-
FILE: ../../../third_party/dart/runtime/vm/compiler/ffi/callback.h
7764-
FILE: ../../../third_party/dart/runtime/vm/compiler/ffi/frame_rebase.cc
7765-
FILE: ../../../third_party/dart/runtime/vm/compiler/ffi/frame_rebase.h
7766-
FILE: ../../../third_party/dart/runtime/vm/compiler/ffi/marshaller.cc
7767-
FILE: ../../../third_party/dart/runtime/vm/compiler/ffi/marshaller.h
7768-
FILE: ../../../third_party/dart/runtime/vm/compiler/ffi/native_calling_convention.cc
7769-
FILE: ../../../third_party/dart/runtime/vm/compiler/ffi/native_calling_convention.h
7770-
FILE: ../../../third_party/dart/runtime/vm/compiler/ffi/native_representation.cc
7771-
FILE: ../../../third_party/dart/runtime/vm/compiler/ffi/native_representation.h
7772-
FILE: ../../../third_party/dart/runtime/vm/compiler/ffi/recognized_method.cc
7773-
FILE: ../../../third_party/dart/runtime/vm/compiler/ffi/recognized_method.h
77747759
FILE: ../../../third_party/dart/runtime/vm/field_table.cc
77757760
FILE: ../../../third_party/dart/runtime/vm/field_table.h
77767761
FILE: ../../../third_party/dart/runtime/vm/timeline_macos.cc
@@ -20469,6 +20454,36 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2046920454
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2047020455
====================================================================================================
2047120456

20457+
====================================================================================================
20458+
LIBRARY: node-source-map-support
20459+
ORIGIN: ../../../third_party/dart/third_party/node-source-map-support/LICENSE.md
20460+
TYPE: LicenseType.mit
20461+
FILE: ../../../third_party/dart/third_party/node-source-map-support/browser-source-map-support.js
20462+
FILE: ../../../third_party/dart/third_party/node-source-map-support/source-map-support.js
20463+
----------------------------------------------------------------------------------------------------
20464+
The MIT License (MIT)
20465+
20466+
Copyright (c) 2014 Evan Wallace
20467+
20468+
Permission is hereby granted, free of charge, to any person obtaining a copy
20469+
of this software and associated documentation files (the "Software"), to deal
20470+
in the Software without restriction, including without limitation the rights
20471+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
20472+
copies of the Software, and to permit persons to whom the Software is
20473+
furnished to do so, subject to the following conditions:
20474+
20475+
The above copyright notice and this permission notice shall be included in all
20476+
copies or substantial portions of the Software.
20477+
20478+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20479+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20480+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20481+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20482+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20483+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20484+
SOFTWARE.
20485+
====================================================================================================
20486+
2047220487
====================================================================================================
2047320488
LIBRARY: observatory_pub_packages
2047420489
LIBRARY: pkg
@@ -23309,4 +23324,4 @@ freely, subject to the following restrictions:
2330923324
misrepresented as being the original software.
2331023325
3. This notice may not be removed or altered from any source distribution.
2331123326
====================================================================================================
23312-
Total license count: 364
23327+
Total license count: 365

0 commit comments

Comments
 (0)