Move third_party/pkg/package_config to pkg_tested.

Closes https://github.com/dart-lang/sdk/issues/24092

R=ricow@google.com

Review URL: https://codereview.chromium.org//1296093003 .
This commit is contained in:
William Hesse 2015-08-18 15:04:41 +02:00
parent 6631698ee8
commit e2928705be
2 changed files with 2 additions and 2 deletions

2
DEPS
View file

@ -240,7 +240,7 @@ deps = {
Var("dart_root") + "/third_party/observatory_pub_packages":
(Var("github_mirror") % "observatory_pub_packages")
+ Var("observatory_pub_packages_rev"),
Var("dart_root") + "/third_party/pkg/package_config":
Var("dart_root") + "/third_party/pkg_tested/package_config":
(Var("github_mirror") % "package_config") +
Var("package_config_tag"),
Var("dart_root") + "/third_party/pkg/path":

View file

@ -21,7 +21,7 @@ dev_dependencies:
#
# dependency_overrides:
# package_config:
# path: ../../third_party/pkg/package_config
# path: ../../third_party/pkg_tested/package_config
# path:
# path: ../../third_party/pkg/path
# charcode: