Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(153)

Side by Side Diff: DEPS

Issue 1326953005: Bump pub to the latest version. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « CHANGELOG.md ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 vars = { 5 vars = {
6 # The dart_root is the root of our sdk checkout. This is normally 6 # The dart_root is the root of our sdk checkout. This is normally
7 # simply sdk, but if using special gclient specs it can be different. 7 # simply sdk, but if using special gclient specs it can be different.
8 "dart_root": "sdk", 8 "dart_root": "sdk",
9 9
10 # The svn location to pull out dependencies from 10 # The svn location to pull out dependencies from
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 "nss_rev": "@87b96db4268293187d7cf741907a6d5d1d8080e0", 79 "nss_rev": "@87b96db4268293187d7cf741907a6d5d1d8080e0",
80 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5", 80 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5",
81 "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6", 81 "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6",
82 "observatory_pub_packages_rev": "@cdc4b3d4c15b9c0c8e7702dff127b440afbb7485", 82 "observatory_pub_packages_rev": "@cdc4b3d4c15b9c0c8e7702dff127b440afbb7485",
83 "package_config_rev": "@0.1.3", 83 "package_config_rev": "@0.1.3",
84 "path_tag": "@1.3.6", 84 "path_tag": "@1.3.6",
85 "petitparser_rev" : "@37878", 85 "petitparser_rev" : "@37878",
86 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93", 86 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93",
87 "plugin_tag": "@0.1.0", 87 "plugin_tag": "@0.1.0",
88 "pool_rev": "@e454b4b54d2987e8d2f0fbd3ac519641ada9bd0f", 88 "pool_rev": "@e454b4b54d2987e8d2f0fbd3ac519641ada9bd0f",
89 "pub_rev": "@d90268693d1a9dbe5ea11cd9c80b842e3bf1581c", 89 "pub_rev": "@5b06b469abafcf6ab7ef0b6dccf4d50e971ae258",
90 "pub_cache_tag": "@v0.1.0", 90 "pub_cache_tag": "@v0.1.0",
91 "pub_semver_tag": "@1.2.1", 91 "pub_semver_tag": "@1.2.1",
92 "quiver_tag": "@0.21.4", 92 "quiver_tag": "@0.21.4",
93 "root_certificates_rev": "@c3a41df63afacec62fcb8135196177e35fe72f71", 93 "root_certificates_rev": "@c3a41df63afacec62fcb8135196177e35fe72f71",
94 "scheduled_test_tag": "@0.12.1+2", 94 "scheduled_test_tag": "@0.12.1+2",
95 "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4", 95 "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4",
96 "smoke_rev" : "@f3361191cc2a85ebc1e4d4c33aec672d7915aba9", 96 "smoke_rev" : "@f3361191cc2a85ebc1e4d4c33aec672d7915aba9",
97 "source_maps_tag": "@0.10.1", 97 "source_maps_tag": "@0.10.1",
98 "sqlite_rev": "@38811b79f42801662adc0458a25270ab690a6b81", 98 "sqlite_rev": "@38811b79f42801662adc0458a25270ab690a6b81",
99 "shelf_static_rev": "@v0.2.1", 99 "shelf_static_rev": "@v0.2.1",
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 "--bucket", 399 "--bucket",
400 "dart-dependencies", 400 "dart-dependencies",
401 "--recursive", 401 "--recursive",
402 "--auto_platform", 402 "--auto_platform",
403 "--extract", 403 "--extract",
404 "--directory", 404 "--directory",
405 Var('dart_root') + "/tools/sdks", 405 Var('dart_root') + "/tools/sdks",
406 ], 406 ],
407 }, 407 },
408 ] 408 ]
OLDNEW
« no previous file with comments | « CHANGELOG.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698