mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Update location of intl package. (#12644)
Also switched to relative paths for local packages.
This commit is contained in:
parent
b96fa4de11
commit
e04472e8d5
@ -12,7 +12,7 @@ flutter_app("flutter_gallery") {
|
|||||||
disable_analysis = true
|
disable_analysis = true
|
||||||
|
|
||||||
deps = [
|
deps = [
|
||||||
"//lib/flutter/packages/flutter",
|
"../../packages/flutter",
|
||||||
"//third_party/dart-pkg/pub/url_launcher",
|
"//third_party/dart-pkg/pub/url_launcher",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -10,11 +10,11 @@ dart_package("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/http",
|
"//third_party/dart-pkg/pub/http",
|
||||||
"//third_party/dart-pkg/pub/http_parser",
|
"//third_party/dart-pkg/pub/http_parser",
|
||||||
"//third_party/dart-pkg/pub/intl",
|
|
||||||
"//third_party/dart-pkg/pub/meta",
|
"//third_party/dart-pkg/pub/meta",
|
||||||
"//third_party/dart-pkg/pub/vector_math",
|
"//third_party/dart-pkg/pub/vector_math",
|
||||||
]
|
]
|
||||||
|
@ -10,7 +10,7 @@ dart_package("flutter_test") {
|
|||||||
disable_analysis = true
|
disable_analysis = true
|
||||||
|
|
||||||
deps = [
|
deps = [
|
||||||
"//lib/flutter/packages/flutter",
|
"../flutter",
|
||||||
"//third_party/dart-pkg/pub/quiver",
|
"//third_party/dart-pkg/pub/quiver",
|
||||||
"//third_party/dart-pkg/pub/test",
|
"//third_party/dart-pkg/pub/test",
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user