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

Side by Side Diff: DEPS

Issue 1540443004: Bring in the latest pub. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 "mustache4dart_rev" : "@5724cfd85151e5b6b53ddcd3380daf188fe47f92", 73 "mustache4dart_rev" : "@5724cfd85151e5b6b53ddcd3380daf188fe47f92",
74 "oauth2_tag": "@1.0.0", 74 "oauth2_tag": "@1.0.0",
75 "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6", 75 "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6",
76 "observatory_pub_packages_rev": "@cf90eb9077177d3d6b3fd5e8289477c2385c026a", 76 "observatory_pub_packages_rev": "@cf90eb9077177d3d6b3fd5e8289477c2385c026a",
77 "package_config_rev": "@0.1.3", 77 "package_config_rev": "@0.1.3",
78 "path_tag": "@1.3.6", 78 "path_tag": "@1.3.6",
79 "petitparser_rev" : "@37878", 79 "petitparser_rev" : "@37878",
80 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93", 80 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93",
81 "plugin_tag": "@0.1.0", 81 "plugin_tag": "@0.1.0",
82 "pool_tag": "@1.2.1", 82 "pool_tag": "@1.2.1",
83 "pub_rev": "@3000544b752bbc89e5e01559eed7f70e9401632b", 83 "pub_rev": "@a1dd3484795b2bc221aaa8d007f3162251b3c08e",
84 "pub_cache_tag": "@v0.1.0", 84 "pub_cache_tag": "@v0.1.0",
85 "pub_semver_tag": "@1.2.1", 85 "pub_semver_tag": "@1.2.1",
86 "quiver_tag": "@0.21.4", 86 "quiver_tag": "@0.21.4",
87 "root_certificates_rev": "@c3a41df63afacec62fcb8135196177e35fe72f71", 87 "root_certificates_rev": "@c3a41df63afacec62fcb8135196177e35fe72f71",
88 "scheduled_test_tag": "@0.12.4+2", 88 "scheduled_test_tag": "@0.12.4+2",
89 "shelf_tag": "@0.6.2+1", 89 "shelf_tag": "@0.6.2+1",
90 "smoke_rev" : "@f3361191cc2a85ebc1e4d4c33aec672d7915aba9", 90 "smoke_rev" : "@f3361191cc2a85ebc1e4d4c33aec672d7915aba9",
91 "source_maps_tag": "@0.10.1", 91 "source_maps_tag": "@0.10.1",
92 "shelf_static_tag": "@0.2.3+1", 92 "shelf_static_tag": "@0.2.3+1",
93 "shelf_web_socket_tag": "@0.0.1+4", 93 "shelf_web_socket_tag": "@0.0.1+4",
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 "--bucket", 362 "--bucket",
363 "dart-dependencies", 363 "dart-dependencies",
364 "--recursive", 364 "--recursive",
365 "--auto_platform", 365 "--auto_platform",
366 "--extract", 366 "--extract",
367 "--directory", 367 "--directory",
368 Var('dart_root') + "/tools/sdks", 368 Var('dart_root') + "/tools/sdks",
369 ], 369 ],
370 }, 370 },
371 ] 371 ]
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