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

Side by Side Diff: DEPS

Issue 1491933003: Bring in the latest version of pub. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Code review changes Created 5 years 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 "mustache4dart_rev" : "@5724cfd85151e5b6b53ddcd3380daf188fe47f92", 76 "mustache4dart_rev" : "@5724cfd85151e5b6b53ddcd3380daf188fe47f92",
77 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5", 77 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5",
78 "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6", 78 "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6",
79 "observatory_pub_packages_rev": "@5c199c5954146747f75ed127871207718dc87786", 79 "observatory_pub_packages_rev": "@5c199c5954146747f75ed127871207718dc87786",
80 "package_config_rev": "@0.1.3", 80 "package_config_rev": "@0.1.3",
81 "path_tag": "@1.3.6", 81 "path_tag": "@1.3.6",
82 "petitparser_rev" : "@37878", 82 "petitparser_rev" : "@37878",
83 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93", 83 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93",
84 "plugin_tag": "@0.1.0", 84 "plugin_tag": "@0.1.0",
85 "pool_rev": "@e454b4b54d2987e8d2f0fbd3ac519641ada9bd0f", 85 "pool_rev": "@e454b4b54d2987e8d2f0fbd3ac519641ada9bd0f",
86 "pub_rev": "@1c08b841158e33b8090bb07e5c39df830db58d44", 86 "pub_rev": "@8c091bf6332e8b392fdac63ae297426fb65ed925",
87 "pub_cache_tag": "@v0.1.0", 87 "pub_cache_tag": "@v0.1.0",
88 "pub_semver_tag": "@1.2.1", 88 "pub_semver_tag": "@1.2.1",
89 "quiver_tag": "@0.21.4", 89 "quiver_tag": "@0.21.4",
90 "root_certificates_rev": "@c3a41df63afacec62fcb8135196177e35fe72f71", 90 "root_certificates_rev": "@c3a41df63afacec62fcb8135196177e35fe72f71",
91 "scheduled_test_tag": "@0.12.1+2", 91 "scheduled_test_tag": "@0.12.1+2",
92 "shelf_tag": "@0.6.2+1", 92 "shelf_tag": "@0.6.2+1",
93 "smoke_rev" : "@f3361191cc2a85ebc1e4d4c33aec672d7915aba9", 93 "smoke_rev" : "@f3361191cc2a85ebc1e4d4c33aec672d7915aba9",
94 "source_maps_tag": "@0.10.1", 94 "source_maps_tag": "@0.10.1",
95 "shelf_static_tag": "@0.2.3+1", 95 "shelf_static_tag": "@0.2.3+1",
96 "shelf_web_socket_tag": "@0.0.1+4", 96 "shelf_web_socket_tag": "@0.0.1+4",
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 "--bucket", 382 "--bucket",
383 "dart-dependencies", 383 "dart-dependencies",
384 "--recursive", 384 "--recursive",
385 "--auto_platform", 385 "--auto_platform",
386 "--extract", 386 "--extract",
387 "--directory", 387 "--directory",
388 Var('dart_root') + "/tools/sdks", 388 Var('dart_root') + "/tools/sdks",
389 ], 389 ],
390 }, 390 },
391 ] 391 ]
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