[dart][deps] update intl package location

Updates the references to intl to point to the package
inside of the pub directory instead of the dart sources.

BUG: 54344
Change-Id: I441299caace2e55f35fdbe39fd5a0ab971b9a641
Reviewed-on: https://fuchsia-review.googlesource.com/c/experiences/+/402927
Reviewed-by: Sanjay Chouksey <sanjayc@google.com>
Commit-Queue: Chase Latta <chaselatta@google.com>
diff --git a/bin/simple_browser/BUILD.gn b/bin/simple_browser/BUILD.gn
index 718d199..59482f7 100644
--- a/bin/simple_browser/BUILD.gn
+++ b/bin/simple_browser/BUILD.gn
@@ -38,7 +38,7 @@
     "//third_party/dart-pkg/git/flutter/packages/flutter",
     "//third_party/dart-pkg/pub/html_unescape",
     "//third_party/dart-pkg/pub/http",
-    "//third_party/dart/third_party/pkg/intl",
+    "//third_party/dart-pkg/pub/intl",
     "//topaz/public/dart/fuchsia_logger",
     "//topaz/public/dart/fuchsia_scenic_flutter",
     "//topaz/public/dart/fuchsia_services",
@@ -86,9 +86,7 @@
     },
   ]
 
-  sources = [
-    "simple_browser_target_test.dart",
-  ]
+  sources = [ "simple_browser_target_test.dart" ]
 
   deps = [
     ":simple_browser_dart_library",
@@ -102,11 +100,7 @@
 config_data("web_engine_config") {
   for_pkg = "web_engine"
 
-  outputs = [
-    "config.json",
-  ]
+  outputs = [ "config.json" ]
 
-  sources = [
-    "config/web_engine.json",
-  ]
+  sources = [ "config/web_engine.json" ]
 }
diff --git a/bin/simple_browser_internationalization/BUILD.gn b/bin/simple_browser_internationalization/BUILD.gn
index e11864f..af1a543 100644
--- a/bin/simple_browser_internationalization/BUILD.gn
+++ b/bin/simple_browser_internationalization/BUILD.gn
@@ -32,7 +32,7 @@
   deps = [
     "//third_party/dart-pkg/git/flutter/packages/flutter",
     "//third_party/dart-pkg/git/flutter/packages/flutter_localizations",
-    "//third_party/dart/third_party/pkg/intl",
+    "//third_party/dart-pkg/pub/intl",
     "//topaz/public/dart/fuchsia_internationalization_flutter",
   ]
 }
diff --git a/examples/localized_flutter/localized_flutter_app/BUILD.gn b/examples/localized_flutter/localized_flutter_app/BUILD.gn
index 01cdeea..0667e16 100644
--- a/examples/localized_flutter/localized_flutter_app/BUILD.gn
+++ b/examples/localized_flutter/localized_flutter_app/BUILD.gn
@@ -15,7 +15,7 @@
     "//src/experiences/examples/localized_flutter/localized_flutter_localization",
     "//third_party/dart-pkg/git/flutter/packages/flutter",
     "//third_party/dart-pkg/git/flutter/packages/flutter_localizations",
-    "//third_party/dart/third_party/pkg/intl",
+    "//third_party/dart-pkg/pub/intl",
   ]
 
   meta = [
@@ -27,11 +27,7 @@
 }
 
 flutter_test("localized_flutter_app_unittests") {
-  sources = [
-    "sample_test.dart",
-  ]
+  sources = [ "sample_test.dart" ]
 
-  deps = [
-    "//third_party/dart-pkg/pub/test",
-  ]
+  deps = [ "//third_party/dart-pkg/pub/test" ]
 }
diff --git a/examples/localized_flutter/localized_flutter_localization/BUILD.gn b/examples/localized_flutter/localized_flutter_localization/BUILD.gn
index 55210c1..6b330ee 100644
--- a/examples/localized_flutter/localized_flutter_localization/BUILD.gn
+++ b/examples/localized_flutter/localized_flutter_localization/BUILD.gn
@@ -21,7 +21,5 @@
     "messages_sr.dart",
   ]
 
-  deps = [
-    "//third_party/dart/third_party/pkg/intl",
-  ]
+  deps = [ "//third_party/dart-pkg/pub/intl" ]
 }
diff --git a/session_shells/ermine/internationalization/BUILD.gn b/session_shells/ermine/internationalization/BUILD.gn
index e11864f..af1a543 100644
--- a/session_shells/ermine/internationalization/BUILD.gn
+++ b/session_shells/ermine/internationalization/BUILD.gn
@@ -32,7 +32,7 @@
   deps = [
     "//third_party/dart-pkg/git/flutter/packages/flutter",
     "//third_party/dart-pkg/git/flutter/packages/flutter_localizations",
-    "//third_party/dart/third_party/pkg/intl",
+    "//third_party/dart-pkg/pub/intl",
     "//topaz/public/dart/fuchsia_internationalization_flutter",
   ]
 }
diff --git a/session_shells/ermine/shell/BUILD.gn b/session_shells/ermine/shell/BUILD.gn
index d8edd81..f04854f 100644
--- a/session_shells/ermine/shell/BUILD.gn
+++ b/session_shells/ermine/shell/BUILD.gn
@@ -108,8 +108,8 @@
     "//third_party/dart-pkg/git/flutter/packages/flutter",
     "//third_party/dart-pkg/git/flutter/packages/flutter_localizations",
     "//third_party/dart-pkg/pub/flutter_svg",
+    "//third_party/dart-pkg/pub/intl",
     "//third_party/dart-pkg/pub/uuid",
-    "//third_party/dart/third_party/pkg/intl",
     "//topaz/public/dart/fuchsia_inspect",
     "//topaz/public/dart/fuchsia_logger",
     "//topaz/public/dart/fuchsia_scenic_flutter",