Update location of intl package. (#12644)

Also switched to relative paths for local packages.
This commit is contained in:
P.Y. Laligand 2017-10-19 19:36:50 -07:00 committed by GitHub
parent b96fa4de11
commit e04472e8d5
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ flutter_app("flutter_gallery") {
disable_analysis = true
deps = [
"//lib/flutter/packages/flutter",
"../../packages/flutter",
"//third_party/dart-pkg/pub/url_launcher",
]

View File

@ -10,11 +10,11 @@ dart_package("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/http",
"//third_party/dart-pkg/pub/http_parser",
"//third_party/dart-pkg/pub/intl",
"//third_party/dart-pkg/pub/meta",
"//third_party/dart-pkg/pub/vector_math",
]

View File

@ -10,7 +10,7 @@ dart_package("flutter_test") {
disable_analysis = true
deps = [
"//lib/flutter/packages/flutter",
"../flutter",
"//third_party/dart-pkg/pub/quiver",
"//third_party/dart-pkg/pub/test",
]