Roll pub to the latest version.

BUG=
R=nweiz@google.com

Review-Url: https://codereview.chromium.org/2659083002 .
This commit is contained in:
Sigmund Cherem 2017-01-27 16:48:58 -08:00
parent 39977ac6ec
commit 139d5d15db
2 changed files with 6 additions and 1 deletions

View file

@ -71,6 +71,11 @@
* Make `pub run` run executables in spawned isolates. This lets them handle
signals and use standard IO reliably.
* Fix source-maps produced by dart2js when running in `pub serve`: URL
references to assets from packages match the location where `pub serve`
serves them (`packages/package_name/` instead of
`../packages/package_name/`).
### Infrastructure changes
* The SDK now uses GN rather than gyp to generate its build files, which will

2
DEPS
View file

@ -92,7 +92,7 @@ vars = {
"ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93",
"pool_tag": "@1.2.4",
"protobuf_tag": "@0.5.3",
"pub_rev": "@9000daf329445d06e2404d4bb9020cf742b7308a",
"pub_rev": "@53327f4a7ca2ddd20a40f6a94db61ac136371b03",
"pub_semver_tag": "@1.3.0",
"quiver_tag": "@0.22.0",
"resource_rev":"@a49101ba2deb29c728acba6fb86000a8f730f4b1",