Skip to content

Commit 1fae83c

Browse files
authored
[fuchsia] Reland use sky_engine from Topaz (flutter#45282)
Testes on the Fuchsia tree by reverting it locally. This reverts commit f45bd48.
1 parent db44bb5 commit 1fae83c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/flutter/BUILD.gn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ dart_library("flutter") {
1313
disable_analysis = true
1414

1515
deps = [
16-
"//third_party/dart/third_party/pkg/intl",
1716
"//third_party/dart-pkg/pub/async",
1817
"//third_party/dart-pkg/pub/collection",
1918
"//third_party/dart-pkg/pub/meta",
2019
"//third_party/dart-pkg/pub/typed_data",
2120
"//third_party/dart-pkg/pub/vector_math",
21+
"//third_party/dart/third_party/pkg/intl",
2222
]
2323

2424
if (is_fuchsia) {
25-
deps += [ "$flutter_root/sky/packages/sky_engine:sky_engine_dart" ]
25+
deps += [ "//topaz/runtime/sky_engine:sky_engine_dart" ]
2626
}
2727
}

packages/flutter_driver/BUILD.gn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ dart_library("flutter_driver") {
2020
"//third_party/dart-pkg/pub/json_rpc_2",
2121
"//third_party/dart-pkg/pub/meta",
2222
"//third_party/dart-pkg/pub/path",
23-
"//third_party/dart-pkg/pub/web_socket_channel",
2423
"//third_party/dart-pkg/pub/vm_service_client",
24+
"//third_party/dart-pkg/pub/web_socket_channel",
2525
]
2626

2727
if (is_fuchsia) {
28-
deps += [ "$flutter_root/sky/packages/sky_engine:sky_engine_dart" ]
28+
deps += [ "//topaz/runtime/sky_engine:sky_engine_dart" ]
2929
}
3030
}

0 commit comments

Comments
 (0)