| Index: tools/deps/dartium.deps/DEPS
|
| diff --git a/tools/deps/dartium.deps/DEPS b/tools/deps/dartium.deps/DEPS
|
| index 91bc224b2758f666895bd222ea0ab71d9f2efba0..4d141ab2963785d902787c8670d8cae88d308fec 100644
|
| --- a/tools/deps/dartium.deps/DEPS
|
| +++ b/tools/deps/dartium.deps/DEPS
|
| @@ -53,6 +53,7 @@ vars.update({
|
| "pub_rev": "@9d707158fedc86fc2b02f62cdfe804902b098d9d",
|
| "pub_semver_tag": "@1.2.0",
|
| "quiver_tag": "@0.21.4",
|
| + "root_certificates_rev": "@aed07942ce98507d2be28cbd29e879525410c7fc",
|
| "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4",
|
| "shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602",
|
| "source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05",
|
| @@ -137,6 +138,9 @@ deps.update({
|
| Var("chromium_git")
|
| + "/external/github.com/google/quiver-dart.git"
|
| + Var("quiver_tag"),
|
| + "src/dart/third_party/root_certificates":
|
| + (Var("github_mirror") % "root_certificates")
|
| + + Var("root_certificates_rev"),
|
| "src/dart/third_party/pkg/shelf":
|
| (Var("github_mirror") % "shelf") + Var("shelf_rev"),
|
| "src/dart/third_party/pkg/shelf_web_socket":
|
|
|