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

Side by Side Diff: DEPS

Issue 1146063003: Add package_config to DEPS. (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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597", 53 "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597",
54 "markdown_rev": "@56b0fd6c018d6103862d07e8e27407b9ea3b963d", 54 "markdown_rev": "@56b0fd6c018d6103862d07e8e27407b9ea3b963d",
55 "matcher_tag": "@0.12.0", 55 "matcher_tag": "@0.12.0",
56 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1", 56 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1",
57 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd", 57 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd",
58 "net_nss_rev": "@f81948e9a402db94287a43bb34a07ee0daf56cb5", 58 "net_nss_rev": "@f81948e9a402db94287a43bb34a07ee0daf56cb5",
59 "nss_rev": "@87b96db4268293187d7cf741907a6d5d1d8080e0", 59 "nss_rev": "@87b96db4268293187d7cf741907a6d5d1d8080e0",
60 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5", 60 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5",
61 "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6", 61 "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6",
62 "observatory_pub_packages_rev": "@45565", 62 "observatory_pub_packages_rev": "@45565",
63 "package_config_rev": "@286f9cf48448c4563e735a142c6f9442ab57674e",
63 "path_rev": "@93b3e2aa1db0ac0c8bab9d341588d77acda60320", 64 "path_rev": "@93b3e2aa1db0ac0c8bab9d341588d77acda60320",
64 "petitparser_rev" : "@37878", 65 "petitparser_rev" : "@37878",
65 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93", 66 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93",
66 "plugin_tag": "@0.1.0", 67 "plugin_tag": "@0.1.0",
67 "pool_rev": "@22e12aeb16ad0b626900dbe79e4a25391ddfb28c", 68 "pool_rev": "@22e12aeb16ad0b626900dbe79e4a25391ddfb28c",
68 "pub_semver_tag": "@1.2.0", 69 "pub_semver_tag": "@1.2.0",
69 "scheduled_test_tag": "@0.11.8+1", 70 "scheduled_test_tag": "@0.11.8+1",
70 "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4", 71 "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4",
71 "smoke_rev" : "@f3361191cc2a85ebc1e4d4c33aec672d7915aba9", 72 "smoke_rev" : "@f3361191cc2a85ebc1e4d4c33aec672d7915aba9",
72 "source_maps_rev": "@379b4f31c4e2987eb15934d1ad8b419c6cc897b3", 73 "source_maps_rev": "@379b4f31c4e2987eb15934d1ad8b419c6cc897b3",
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 Var("dart_root") + "/third_party/pkg/matcher": 198 Var("dart_root") + "/third_party/pkg/matcher":
198 "https://github.com/dart-lang/matcher.git" + Var("matcher_tag"), 199 "https://github.com/dart-lang/matcher.git" + Var("matcher_tag"),
199 Var("dart_root") + "/third_party/pkg/metatest": 200 Var("dart_root") + "/third_party/pkg/metatest":
200 "https://github.com/dart-lang/metatest.git" + Var("metatest_rev"), 201 "https://github.com/dart-lang/metatest.git" + Var("metatest_rev"),
201 Var("dart_root") + "/third_party/pkg/mime": 202 Var("dart_root") + "/third_party/pkg/mime":
202 "https://github.com/dart-lang/mime.git" + Var("mime_rev"), 203 "https://github.com/dart-lang/mime.git" + Var("mime_rev"),
203 Var("dart_root") + "/third_party/pkg/oauth2": 204 Var("dart_root") + "/third_party/pkg/oauth2":
204 "https://github.com/dart-lang/oauth2.git" + Var("oauth2_rev"), 205 "https://github.com/dart-lang/oauth2.git" + Var("oauth2_rev"),
205 Var("dart_root") + "/third_party/pkg/observe": 206 Var("dart_root") + "/third_party/pkg/observe":
206 "https://github.com/dart-lang/observe.git" + Var("observe_rev"), 207 "https://github.com/dart-lang/observe.git" + Var("observe_rev"),
208 Var("dart_root") + "/third_party/pkg/package_config":
209 "https://github.com/dart-lang/package_config.git" +
210 Var("package_config_rev"),
207 Var("dart_root") + "/third_party/pkg/path": 211 Var("dart_root") + "/third_party/pkg/path":
208 "https://github.com/dart-lang/path.git" + Var("path_rev"), 212 "https://github.com/dart-lang/path.git" + Var("path_rev"),
209 Var("dart_root") + "/third_party/pkg/plugin": 213 Var("dart_root") + "/third_party/pkg/plugin":
210 "https://github.com/dart-lang/plugin.git" + Var("plugin_tag"), 214 "https://github.com/dart-lang/plugin.git" + Var("plugin_tag"),
211 Var("dart_root") + "/third_party/pkg/pool": 215 Var("dart_root") + "/third_party/pkg/pool":
212 "https://github.com/dart-lang/pool.git" + Var("pool_rev"), 216 "https://github.com/dart-lang/pool.git" + Var("pool_rev"),
213 Var("dart_root") + "/third_party/pkg/pub_semver": 217 Var("dart_root") + "/third_party/pkg/pub_semver":
214 "https://github.com/dart-lang/pub_semver.git" + Var("pub_semver_tag"), 218 "https://github.com/dart-lang/pub_semver.git" + Var("pub_semver_tag"),
215 Var("dart_root") + "/third_party/pkg/scheduled_test": 219 Var("dart_root") + "/third_party/pkg/scheduled_test":
216 "https://github.com/dart-lang/scheduled_test.git" + 220 "https://github.com/dart-lang/scheduled_test.git" +
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 '--no_auth', 304 '--no_auth',
301 '--no_resume', 305 '--no_resume',
302 '--bucket', 306 '--bucket',
303 'dart-dependencies', 307 'dart-dependencies',
304 '-d', 308 '-d',
305 '-r', 309 '-r',
306 Var('dart_root') + '/tools/testing/bin', 310 Var('dart_root') + '/tools/testing/bin',
307 ], 311 ],
308 }, 312 },
309 ] 313 ]
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