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

Commit cf6ca32

Browse files
authored
Revert "Roll Dart to fe606f8" (#5023)
This reverts commit 75851f0.
1 parent 4b45a53 commit cf6ca32

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

DEPS

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ vars = {
3131
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
3232
# You can use //tools/dart/create_updated_flutter_deps.py to produce
3333
# updated revision list of existing dependencies.
34-
'dart_revision': 'fe606f890b0a311da802c78b0af414a3c2087a79',
34+
'dart_revision': 'f76dad0adcf6766d73351354da653d6a793b5abc',
3535

3636
'dart_args_tag': '1.4.1',
3737
'dart_async_tag': '2.0.6',
@@ -58,6 +58,7 @@ vars = {
5858
'dart_http_tag': '0.11.3+16',
5959
'dart_http_throttle_tag': '1.0.1',
6060
'dart_intl_tag': '0.15.2',
61+
'dart_isolate_tag': '1.1.0',
6162
'dart_json_rpc_2_tag': '2.0.6',
6263
'dart_linter_tag': '0.1.47',
6364
'dart_logging_tag': '0.11.3+1',
@@ -75,7 +76,7 @@ vars = {
7576
'dart_pool_tag': '1.3.4',
7677
'dart_protobuf_tag': '0.7.1',
7778
'dart_pub_rev': '4947e0b3cb3ec77e4e8fe0d3141ce4dc60f43256',
78-
'dart_pub_semver_tag': '1.3.7',
79+
'dart_pub_semver_tag': '1.3.6',
7980
'dart_quiver_tag': '5aaa3f58c48608af5b027444d561270b53f15dbf',
8081
'dart_resource_rev': 'af5a5bf65511943398146cf146e466e5f0b95cb9',
8182
'dart_root_certificates_rev': '16ef64be64c7dfdff2b9f4b910726e635ccc519e',
@@ -114,7 +115,7 @@ allowed_hosts = [
114115
]
115116

116117
deps = {
117-
'src': 'https://github.com/flutter/buildroot.git' + '@' + '66676c9960264c96d1b424264a5966f8e2b40153',
118+
'src': 'https://github.com/flutter/buildroot.git' + '@' + '3cf97e01cdbd4bb920fa3d40282a56c4b2d62a58',
118119

119120
# Fuchsia compatibility
120121
#
@@ -208,6 +209,9 @@ deps = {
208209
'src/third_party/dart/third_party/pkg/dartdoc':
209210
Var('dart_git') + '/dartdoc.git' + '@' + Var('dart_dartdoc_tag'),
210211

212+
'src/third_party/dart/third_party/pkg/isolate':
213+
Var('dart_git') + '/isolate.git' + '@' + Var('dart_isolate_tag'),
214+
211215
'src/third_party/dart/third_party/pkg/json_rpc_2':
212216
Var('dart_git') + '/json_rpc_2.git' + '@' + Var('dart_json_rpc_2_tag'),
213217

flutter_kernel_transformers/pubspec.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ dependency_overrides:
6868
path: ../../third_party/dart/third_party/pkg/http_multi_server
6969
http_parser:
7070
path: ../../third_party/dart/third_party/pkg/http_parser
71+
isolate:
72+
path: ../../third_party/dart/third_party/pkg/isolate
7173
matcher:
7274
path: ../../third_party/dart/third_party/pkg/matcher
7375
mime:

frontend_server/pubspec.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ dev_dependencies:
3535
http: any
3636
http_multi_server: any
3737
http_parser: any
38+
isolate: any
3839
matcher: any
3940
mime: any
4041
mockito: any
@@ -116,6 +117,8 @@ dependency_overrides:
116117
path: ../../third_party/dart/third_party/pkg/http_multi_server
117118
http_parser:
118119
path: ../../third_party/dart/third_party/pkg/http_parser
120+
isolate:
121+
path: ../../third_party/dart/third_party/pkg/isolate
119122
matcher:
120123
path: ../../third_party/dart/third_party/pkg/matcher
121124
mime:

tools/licenses/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ packages:
5858
source: hosted
5959
version: "1.1.5"
6060
sdks:
61-
dart: ">=1.21.0 <=2.0.0-dev.47.0"
61+
dart: ">=1.21.0 <=2.0.0-edge.af1436931b93e755d38223c487d33a0a1f5eadf5"

travis/licenses_golden/licenses_third_party

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: bb4a430cb851bf486943c666ca3c37e9
1+
Signature: 11eed2d794a665c2ed961ab41d6006b7
22

33
UNUSED LICENSES:
44

@@ -6069,8 +6069,6 @@ FILE: ../../../third_party/dart/runtime/vm/compiler/compiler_pass.cc
60696069
FILE: ../../../third_party/dart/runtime/vm/compiler/compiler_pass.h
60706070
FILE: ../../../third_party/dart/runtime/vm/datastream.cc
60716071
FILE: ../../../third_party/dart/runtime/vm/finalizable_data.h
6072-
FILE: ../../../third_party/dart/runtime/vm/type_testing_stubs.cc
6073-
FILE: ../../../third_party/dart/runtime/vm/type_testing_stubs.h
60746072
FILE: ../../../third_party/dart/sdk/lib/js/_js.dart
60756073
FILE: ../../../third_party/dart/sdk/lib/js/_js_client.dart
60766074
FILE: ../../../third_party/dart/sdk/lib/js/_js_server.dart

0 commit comments

Comments
 (0)