Commit e04472e8 authored by P.Y. Laligand's avatar P.Y. Laligand Committed by GitHub

Update location of intl package. (#12644)

Also switched to relative paths for local packages.
parent b96fa4de
......@@ -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",
]
......
......@@ -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",
]
......
......@@ -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",
]
......
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