Skip to content

Commit 28c833c

Browse files
goderbauerCommit Queue
authored andcommitted
[deps] Roll dart-lang/native
Cq-Include-Trybots: luci.dart.try:pkg-linux-debug-try,pkg-linux-release-arm64-try,pkg-linux-release-try,pkg-mac-release-arm64-try,pkg-win-release-arm64-try,pkg-mac-release-try,pkg-win-release-try Change-Id: Ib1b6b54d2a8b1e312c98f35973cf5df0c5c41084 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/438900 Reviewed-by: Morgan :) <[email protected]> Commit-Queue: Michael Goderbauer <[email protected]> Auto-Submit: Michael Goderbauer <[email protected]>
1 parent 55523e5 commit 28c833c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ vars = {
140140
"i18n_rev": "42c49328f8c040b663c2a2d94be9b6ddd80a70bd",
141141
"leak_tracker_rev": "f5620600a5ce1c44f65ddaa02001e200b096e14c", # rolled manually
142142
"material_color_utilities_rev": "799b6ba2f3f1c28c67cc7e0b4f18e0c7d7f3c03e",
143-
"native_rev": "7944c5a0d26f3948273096239c9c2a8d6f0cda54", # rolled manually while native assets are experimental
143+
"native_rev": "723cd56a5edc89699db32bca1b5bf91aa0bcf0cf", # rolled manually while native assets are experimental
144144
"protobuf_rev": "bce362dec347ae3cca085bd28db2aa2649f754e5",
145145
"pub_rev": "f6457fd20c9a9734a747262b1bcc2200c8357efb", # rolled manually
146146
"shelf_rev": "082d3ac2d13a98700d8148e8fad8f3e12a6fd0e1",

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@ dependency_overrides:
212212
path: third_party/pkg/leak_tracker/pkgs/memory_usage
213213
mime:
214214
path: third_party/pkg/tools/pkgs/mime
215+
native_test_helpers:
216+
path: third_party/pkg/native/pkgs/native_test_helpers
215217
native_toolchain_c:
216218
path: third_party/pkg/native/pkgs/native_toolchain_c
217219
oauth2:
@@ -272,8 +274,6 @@ dependency_overrides:
272274
path: third_party/pkg/tools/pkgs/string_scanner
273275
swift2objc:
274276
path: third_party/pkg/native/pkgs/swift2objc
275-
swiftgen:
276-
path: third_party/pkg/native/pkgs/swiftgen
277277
sync_http:
278278
path: third_party/pkg/sync_http
279279
tar:

third_party/pkg/native_toolchain_c.status

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ test/clinker/objects_cross_ios_test: SkipByDesign # Cross compilation is not tes
1010
test/clinker/treeshake_cross_android_test: SkipByDesign # Cross compilation is not tested on the Dart CI.
1111
test/clinker/treeshake_cross_ios_test: SkipByDesign # Cross compilation is not tested on the Dart CI.
1212
test/clinker/treeshake_cross_test: SkipByDesign # Cross compilation is not tested on the Dart CI.
13+
test/clinker/windows_module_definition_cross_test: SkipByDesign # Cross compilation is not tested on the Dart CI.
1314
test/native_toolchain/gcc_test: SkipByDesign # Cross compilation is not tested on the Dart CI.
1415
test/native_toolchain/ndk_test: SkipByDesign # Cross compilation is not tested on the Dart CI.
1516

0 commit comments

Comments
 (0)