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

Side by Side Diff: DEPS

Issue 1302073004: Move package_config deps to 0.1.3. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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 | tools/deps/dartium.deps/DEPS » ('j') | 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 "markdown_rev": "@9a1071a859df9c9edd4f556e948f898f70bf1e5e", 72 "markdown_rev": "@9a1071a859df9c9edd4f556e948f898f70bf1e5e",
73 "matcher_tag": "@0.12.0", 73 "matcher_tag": "@0.12.0",
74 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1", 74 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1",
75 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd", 75 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd",
76 "mustache4dart_rev" : "@5724cfd85151e5b6b53ddcd3380daf188fe47f92", 76 "mustache4dart_rev" : "@5724cfd85151e5b6b53ddcd3380daf188fe47f92",
77 "net_nss_rev": "@f81948e9a402db94287a43bb34a07ee0daf56cb5", 77 "net_nss_rev": "@f81948e9a402db94287a43bb34a07ee0daf56cb5",
78 "nss_rev": "@87b96db4268293187d7cf741907a6d5d1d8080e0", 78 "nss_rev": "@87b96db4268293187d7cf741907a6d5d1d8080e0",
79 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5", 79 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5",
80 "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6", 80 "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6",
81 "observatory_pub_packages_rev": "@cdc4b3d4c15b9c0c8e7702dff127b440afbb7485", 81 "observatory_pub_packages_rev": "@cdc4b3d4c15b9c0c8e7702dff127b440afbb7485",
82 "package_config_rev": "@1998ff79238169eb288b90b7eb29c2915105b0e4", 82 "package_config_rev": "@0.1.3",
83 "path_tag": "@1.3.6", 83 "path_tag": "@1.3.6",
84 "petitparser_rev" : "@37878", 84 "petitparser_rev" : "@37878",
85 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93", 85 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93",
86 "plugin_tag": "@0.1.0", 86 "plugin_tag": "@0.1.0",
87 "pool_rev": "@e454b4b54d2987e8d2f0fbd3ac519641ada9bd0f", 87 "pool_rev": "@e454b4b54d2987e8d2f0fbd3ac519641ada9bd0f",
88 "pub_rev": "@d90268693d1a9dbe5ea11cd9c80b842e3bf1581c", 88 "pub_rev": "@d90268693d1a9dbe5ea11cd9c80b842e3bf1581c",
89 "pub_cache_tag": "@v0.1.0", 89 "pub_cache_tag": "@v0.1.0",
90 "pub_semver_tag": "@1.2.1", 90 "pub_semver_tag": "@1.2.1",
91 "quiver_tag": "@0.21.4", 91 "quiver_tag": "@0.21.4",
92 "scheduled_test_tag": "@0.12.1+2", 92 "scheduled_test_tag": "@0.12.1+2",
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 '--no_resume', 374 '--no_resume',
375 '--bucket', 375 '--bucket',
376 'dart-dependencies', 376 'dart-dependencies',
377 '-d', 377 '-d',
378 '-r', 378 '-r',
379 Var('dart_root') + '/third_party/d8', 379 Var('dart_root') + '/third_party/d8',
380 ], 380 ],
381 }, 381 },
382 382
383 ] 383 ]
OLDNEW
« no previous file with comments | « no previous file | tools/deps/dartium.deps/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698