mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
This reverts commit e091d724f6
.
This commit is contained in:
parent
26d09f1ab4
commit
f798cb6d29
@ -13,15 +13,15 @@ dart_library("flutter") {
|
||||
disable_analysis = true
|
||||
|
||||
deps = [
|
||||
"//third_party/dart/third_party/pkg/intl",
|
||||
"//third_party/dart-pkg/pub/async",
|
||||
"//third_party/dart-pkg/pub/collection",
|
||||
"//third_party/dart-pkg/pub/meta",
|
||||
"//third_party/dart-pkg/pub/typed_data",
|
||||
"//third_party/dart-pkg/pub/vector_math",
|
||||
"//third_party/dart/third_party/pkg/intl",
|
||||
]
|
||||
|
||||
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") {
|
||||
"//third_party/dart-pkg/pub/json_rpc_2",
|
||||
"//third_party/dart-pkg/pub/meta",
|
||||
"//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/vm_service_client",
|
||||
]
|
||||
|
||||
if (is_fuchsia) {
|
||||
deps += [ "//topaz/runtime/sky_engine:sky_engine_dart" ]
|
||||
deps += [ "$flutter_root/sky/packages/sky_engine:sky_engine_dart" ]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user