[deps] Roll dart-lang/native This CL goes part of the way to support pub workspaces with native assets. This CL makes the `runPackageName` explicit in every invocation. This ensures not too many native assets are built. Moreover, this CL also makes `packageLayout` explicit, ensuring the right packages config file is used. A follow up PR should fix the checks w.r.t. the experiment not being enabled. For more info see: https://github.com/dart-lang/native/pull/1911 TEST=pkg/dartdev/test/native Change-Id: I3c3123526e320abb8bb094116e58bb4340c4c052 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-mac-release-try,pkg-win-release-arm64-try,pkg-win-release-try Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/405141 Commit-Queue: Daco Harkes <dacoharkes@google.com> Reviewed-by: Ben Konyi <bkonyi@google.com> https://dart.googlesource.com/sdk/+/762a4c7e9147c028b28723e8fb2e04a717010c97
diff --git a/DEPS b/DEPS index 49040e4..172015d 100644 --- a/DEPS +++ b/DEPS
@@ -237,7 +237,7 @@ ] deps = { - 'flutter/engine/src/flutter/third_party/dart': Var('dart_git') + '/sdk' + '@' + '667730a0b5874760b23fac3c16b6238c1f88ef09', + 'flutter/engine/src/flutter/third_party/dart': Var('dart_git') + '/sdk' + '@' + '762a4c7e9147c028b28723e8fb2e04a717010c97', 'flutter': Var('flutter_git') + '/mirrors/flutter' + '@' + '63110570da9fff4a854414fe8910701a82aa3079', @@ -334,7 +334,7 @@ Var('dart_git') + '/markdown.git@19aaded4300d24bedcbf52ade792b203ddf030b0', 'flutter/engine/src/flutter/third_party/dart/third_party/pkg/native': - Var('dart_git') + '/native.git@ba34674d97ffe612a3df782e1695dab4e5010e66', + Var('dart_git') + '/native.git@d1d9aa5e62d239580b8bf17e36db6d47c308fc89', 'flutter/engine/src/flutter/third_party/dart/third_party/pkg/protobuf': Var('dart_git') + '/protobuf.git' + '@' + Var('dart_protobuf_rev'),
diff --git a/commits.json b/commits.json index d96a5e5..92603e3 100644 --- a/commits.json +++ b/commits.json
@@ -1,4 +1,4 @@ { "flutter":"63110570da9fff4a854414fe8910701a82aa3079", - "flutter/engine/src/flutter/third_party/dart":"667730a0b5874760b23fac3c16b6238c1f88ef09" + "flutter/engine/src/flutter/third_party/dart":"762a4c7e9147c028b28723e8fb2e04a717010c97" } \ No newline at end of file