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

Side by Side Diff: DEPS

Issue 1159903004: DEP version bump. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 7 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 "source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05", 80 "source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05",
81 "stack_trace_tag": "@1.2.1", 81 "stack_trace_tag": "@1.2.1",
82 "string_scanner_rev": "@3e7617d6f74ba382e9b6130b1cc12091d89a9bc5", 82 "string_scanner_rev": "@3e7617d6f74ba382e9b6130b1cc12091d89a9bc5",
83 "sunflower_rev": "@879b704933413414679396b129f5dfa96f7a0b1e", 83 "sunflower_rev": "@879b704933413414679396b129f5dfa96f7a0b1e",
84 "test_tag": "@0.12.1", 84 "test_tag": "@0.12.1",
85 "test_reflective_loader_tag": "@0.0.3", 85 "test_reflective_loader_tag": "@0.0.3",
86 "utf_rev": "@1f55027068759e2d52f2c12de6a57cce5f3c5ee6", 86 "utf_rev": "@1f55027068759e2d52f2c12de6a57cce5f3c5ee6",
87 "unittest_tag": "@0.11.6", 87 "unittest_tag": "@0.11.6",
88 "usage_rev": "@b5080dac0d26a5609b266f8fdb0d053bc4c1c638", 88 "usage_rev": "@b5080dac0d26a5609b266f8fdb0d053bc4c1c638",
89 "watcher_tag": "@0.9.5", 89 "watcher_tag": "@0.9.5",
90 "when_tag": "@0.2.0+1", 90 "when_tag": "@0.2.0+2",
91 "which_tag": "@0.1.3+1", 91 "which_tag": "@0.1.3+1",
92 "web_components_rev": "@0e636b534d9b12c9e96f841e6679398e91a986ec", 92 "web_components_rev": "@0e636b534d9b12c9e96f841e6679398e91a986ec",
93 "WebCore_rev" : "@44061", 93 "WebCore_rev" : "@44061",
94 "yaml_rev": "@563a5ffd4a800a2897b8f4dd6b19f2a370df2f2b", 94 "yaml_rev": "@563a5ffd4a800a2897b8f4dd6b19f2a370df2f2b",
95 "zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f", 95 "zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f",
96 "font_awesome_rev": "@31824", 96 "font_awesome_rev": "@31824",
97 "barback-0.13.0_rev": "@34853", 97 "barback-0.13.0_rev": "@34853",
98 "barback-0.14.0_rev": "@36398", 98 "barback-0.14.0_rev": "@36398",
99 "barback-0.14.1_rev": "@38525", 99 "barback-0.14.1_rev": "@38525",
100 "source_maps-0.9.4_rev": "@38524", 100 "source_maps-0.9.4_rev": "@38524",
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 '--no_auth', 319 '--no_auth',
320 '--no_resume', 320 '--no_resume',
321 '--bucket', 321 '--bucket',
322 'dart-dependencies', 322 'dart-dependencies',
323 '-d', 323 '-d',
324 '-r', 324 '-r',
325 Var('dart_root') + '/tools/testing/bin', 325 Var('dart_root') + '/tools/testing/bin',
326 ], 326 ],
327 }, 327 },
328 ] 328 ]
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