We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6631698 commit e292870Copy full SHA for e292870
DEPS
@@ -240,7 +240,7 @@ deps = {
240
Var("dart_root") + "/third_party/observatory_pub_packages":
241
(Var("github_mirror") % "observatory_pub_packages")
242
+ Var("observatory_pub_packages_rev"),
243
- Var("dart_root") + "/third_party/pkg/package_config":
+ Var("dart_root") + "/third_party/pkg_tested/package_config":
244
(Var("github_mirror") % "package_config") +
245
Var("package_config_tag"),
246
Var("dart_root") + "/third_party/pkg/path":
pkg/compiler/pubspec.yaml
@@ -21,7 +21,7 @@ dev_dependencies:
21
#
22
# dependency_overrides:
23
# package_config:
24
-# path: ../../third_party/pkg/package_config
+# path: ../../third_party/pkg_tested/package_config
25
# path:
26
# path: ../../third_party/pkg/path
27
# charcode:
0 commit comments