File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ dart_library("flutter") {
13
13
disable_analysis = true
14
14
15
15
deps = [
16
- " //third_party/dart/third_party/pkg/intl" ,
17
16
" //third_party/dart-pkg/pub/async" ,
18
17
" //third_party/dart-pkg/pub/collection" ,
19
18
" //third_party/dart-pkg/pub/meta" ,
20
19
" //third_party/dart-pkg/pub/typed_data" ,
21
20
" //third_party/dart-pkg/pub/vector_math" ,
21
+ " //third_party/dart/third_party/pkg/intl" ,
22
22
]
23
23
24
24
if (is_fuchsia ) {
25
- deps += [ " $flutter_root /sky/packages /sky_engine:sky_engine_dart" ]
25
+ deps += [ " //topaz/runtime /sky_engine:sky_engine_dart" ]
26
26
}
27
27
}
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ dart_library("flutter_driver") {
20
20
" //third_party/dart-pkg/pub/json_rpc_2" ,
21
21
" //third_party/dart-pkg/pub/meta" ,
22
22
" //third_party/dart-pkg/pub/path" ,
23
- " //third_party/dart-pkg/pub/web_socket_channel" ,
24
23
" //third_party/dart-pkg/pub/vm_service_client" ,
24
+ " //third_party/dart-pkg/pub/web_socket_channel" ,
25
25
]
26
26
27
27
if (is_fuchsia ) {
28
- deps += [ " $flutter_root /sky/packages /sky_engine:sky_engine_dart" ]
28
+ deps += [ " //topaz/runtime /sky_engine:sky_engine_dart" ]
29
29
}
30
30
}
You can’t perform that action at this time.
0 commit comments