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

Side by Side Diff: DEPS

Issue 1193733003: fix shelf_static by pinning to v0.2.1 (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 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 | « no previous file | 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 "pool_rev": "@22e12aeb16ad0b626900dbe79e4a25391ddfb28c", 85 "pool_rev": "@22e12aeb16ad0b626900dbe79e4a25391ddfb28c",
86 "pub_rev": "@9d707158fedc86fc2b02f62cdfe804902b098d9d", 86 "pub_rev": "@9d707158fedc86fc2b02f62cdfe804902b098d9d",
87 "pub_cache_tag": "@v0.0.1+2", 87 "pub_cache_tag": "@v0.0.1+2",
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 "scheduled_test_tag": "@0.11.8+1", 90 "scheduled_test_tag": "@0.11.8+1",
91 "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4", 91 "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4",
92 "smoke_rev" : "@f3361191cc2a85ebc1e4d4c33aec672d7915aba9", 92 "smoke_rev" : "@f3361191cc2a85ebc1e4d4c33aec672d7915aba9",
93 "source_maps_rev": "@379b4f31c4e2987eb15934d1ad8b419c6cc897b3", 93 "source_maps_rev": "@379b4f31c4e2987eb15934d1ad8b419c6cc897b3",
94 "sqlite_rev": "@38811b79f42801662adc0458a25270ab690a6b81", 94 "sqlite_rev": "@38811b79f42801662adc0458a25270ab690a6b81",
95 "shelf_static_rev": "@0.2.2", 95 "shelf_static_rev": "@v0.2.1",
96 "shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602", 96 "shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602",
97 "source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05", 97 "source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05",
98 "stack_trace_tag": "@1.2.1", 98 "stack_trace_tag": "@1.2.1",
99 "string_scanner_rev": "@3e7617d6f74ba382e9b6130b1cc12091d89a9bc5", 99 "string_scanner_rev": "@3e7617d6f74ba382e9b6130b1cc12091d89a9bc5",
100 "sunflower_rev": "@879b704933413414679396b129f5dfa96f7a0b1e", 100 "sunflower_rev": "@879b704933413414679396b129f5dfa96f7a0b1e",
101 "test_tag": "@0.12.1", 101 "test_tag": "@0.12.1",
102 "test_reflective_loader_tag": "@0.0.3", 102 "test_reflective_loader_tag": "@0.0.3",
103 "utf_rev": "@1f55027068759e2d52f2c12de6a57cce5f3c5ee6", 103 "utf_rev": "@1f55027068759e2d52f2c12de6a57cce5f3c5ee6",
104 "unittest_tag": "@0.11.6", 104 "unittest_tag": "@0.11.6",
105 "usage_rev": "@b5080dac0d26a5609b266f8fdb0d053bc4c1c638", 105 "usage_rev": "@b5080dac0d26a5609b266f8fdb0d053bc4c1c638",
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 '--no_resume', 367 '--no_resume',
368 '--bucket', 368 '--bucket',
369 'dart-dependencies', 369 'dart-dependencies',
370 '-d', 370 '-d',
371 '-r', 371 '-r',
372 Var('dart_root') + '/third_party/d8', 372 Var('dart_root') + '/third_party/d8',
373 ], 373 ],
374 }, 374 },
375 375
376 ] 376 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698