Skip to content

Commit e292870

Browse files
committed
Move third_party/pkg/package_config to pkg_tested.
Closes #24092 [email protected] Review URL: https://codereview.chromium.org//1296093003 .
1 parent 6631698 commit e292870

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ deps = {
240240
Var("dart_root") + "/third_party/observatory_pub_packages":
241241
(Var("github_mirror") % "observatory_pub_packages")
242242
+ Var("observatory_pub_packages_rev"),
243-
Var("dart_root") + "/third_party/pkg/package_config":
243+
Var("dart_root") + "/third_party/pkg_tested/package_config":
244244
(Var("github_mirror") % "package_config") +
245245
Var("package_config_tag"),
246246
Var("dart_root") + "/third_party/pkg/path":

pkg/compiler/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dev_dependencies:
2121
#
2222
# dependency_overrides:
2323
# package_config:
24-
# path: ../../third_party/pkg/package_config
24+
# path: ../../third_party/pkg_tested/package_config
2525
# path:
2626
# path: ../../third_party/pkg/path
2727
# charcode:

0 commit comments

Comments
 (0)