Unverified Commit f798cb6d authored by Kaushik Iska's avatar Kaushik Iska Committed by GitHub

Revert "[flutter_runner] Use sky_engine from the topaz tree (#43684)" (#43913)

This reverts commit e091d724.
parent 26d09f1a
...@@ -13,15 +13,15 @@ dart_library("flutter") { ...@@ -13,15 +13,15 @@ dart_library("flutter") {
disable_analysis = true disable_analysis = true
deps = [ deps = [
"//third_party/dart/third_party/pkg/intl",
"//third_party/dart-pkg/pub/async", "//third_party/dart-pkg/pub/async",
"//third_party/dart-pkg/pub/collection", "//third_party/dart-pkg/pub/collection",
"//third_party/dart-pkg/pub/meta", "//third_party/dart-pkg/pub/meta",
"//third_party/dart-pkg/pub/typed_data", "//third_party/dart-pkg/pub/typed_data",
"//third_party/dart-pkg/pub/vector_math", "//third_party/dart-pkg/pub/vector_math",
"//third_party/dart/third_party/pkg/intl",
] ]
if (is_fuchsia) { if (is_fuchsia) {
deps += [ "//topaz/runtime/sky_engine:sky_engine_dart" ] deps += [ "$flutter_root/sky/packages/sky_engine:sky_engine_dart" ]
} }
} }
...@@ -20,11 +20,11 @@ dart_library("flutter_driver") { ...@@ -20,11 +20,11 @@ dart_library("flutter_driver") {
"//third_party/dart-pkg/pub/json_rpc_2", "//third_party/dart-pkg/pub/json_rpc_2",
"//third_party/dart-pkg/pub/meta", "//third_party/dart-pkg/pub/meta",
"//third_party/dart-pkg/pub/path", "//third_party/dart-pkg/pub/path",
"//third_party/dart-pkg/pub/vm_service_client",
"//third_party/dart-pkg/pub/web_socket_channel", "//third_party/dart-pkg/pub/web_socket_channel",
"//third_party/dart-pkg/pub/vm_service_client",
] ]
if (is_fuchsia) { if (is_fuchsia) {
deps += [ "//topaz/runtime/sky_engine:sky_engine_dart" ] deps += [ "$flutter_root/sky/packages/sky_engine:sky_engine_dart" ]
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment