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

Side by Side Diff: DEPS

Issue 1166093002: Switch over testing pub seperately from the the normal packages (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: also roll pub in dartium deps 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 | client/tools/buildbot_annotated_steps.py » ('j') | tools/bots/pub.py » ('J')
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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 "nss_rev": "@87b96db4268293187d7cf741907a6d5d1d8080e0", 75 "nss_rev": "@87b96db4268293187d7cf741907a6d5d1d8080e0",
76 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5", 76 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5",
77 "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6", 77 "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6",
78 "observatory_pub_packages_rev": "@45565", 78 "observatory_pub_packages_rev": "@45565",
79 "package_config_tag": "@0.0.2+4", 79 "package_config_tag": "@0.0.2+4",
80 "path_rev": "@93b3e2aa1db0ac0c8bab9d341588d77acda60320", 80 "path_rev": "@93b3e2aa1db0ac0c8bab9d341588d77acda60320",
81 "petitparser_rev" : "@37878", 81 "petitparser_rev" : "@37878",
82 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93", 82 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93",
83 "plugin_tag": "@0.1.0", 83 "plugin_tag": "@0.1.0",
84 "pool_rev": "@22e12aeb16ad0b626900dbe79e4a25391ddfb28c", 84 "pool_rev": "@22e12aeb16ad0b626900dbe79e4a25391ddfb28c",
85 "pub_rev": "@68308887177ef3b78fdd52f068e4eaefe1b17e07", 85 "pub_rev": "@9d707158fedc86fc2b02f62cdfe804902b098d9d",
86 "pub_semver_tag": "@1.2.1", 86 "pub_semver_tag": "@1.2.1",
87 "scheduled_test_tag": "@0.11.8+1", 87 "scheduled_test_tag": "@0.11.8+1",
88 "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4", 88 "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4",
89 "smoke_rev" : "@f3361191cc2a85ebc1e4d4c33aec672d7915aba9", 89 "smoke_rev" : "@f3361191cc2a85ebc1e4d4c33aec672d7915aba9",
90 "source_maps_rev": "@379b4f31c4e2987eb15934d1ad8b419c6cc897b3", 90 "source_maps_rev": "@379b4f31c4e2987eb15934d1ad8b419c6cc897b3",
91 "sqlite_rev": "@38811b79f42801662adc0458a25270ab690a6b81", 91 "sqlite_rev": "@38811b79f42801662adc0458a25270ab690a6b81",
92 "shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602", 92 "shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602",
93 "source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05", 93 "source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05",
94 "stack_trace_tag": "@1.2.1", 94 "stack_trace_tag": "@1.2.1",
95 "string_scanner_rev": "@3e7617d6f74ba382e9b6130b1cc12091d89a9bc5", 95 "string_scanner_rev": "@3e7617d6f74ba382e9b6130b1cc12091d89a9bc5",
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 (Var("github_mirror") % "package_config") + 233 (Var("github_mirror") % "package_config") +
234 Var("package_config_tag"), 234 Var("package_config_tag"),
235 Var("dart_root") + "/third_party/pkg/path": 235 Var("dart_root") + "/third_party/pkg/path":
236 (Var("github_mirror") % "path") + Var("path_rev"), 236 (Var("github_mirror") % "path") + Var("path_rev"),
237 Var("dart_root") + "/third_party/pkg/plugin": 237 Var("dart_root") + "/third_party/pkg/plugin":
238 (Var("github_mirror") % "plugin") + Var("plugin_tag"), 238 (Var("github_mirror") % "plugin") + Var("plugin_tag"),
239 Var("dart_root") + "/third_party/pkg/pool": 239 Var("dart_root") + "/third_party/pkg/pool":
240 (Var("github_mirror") % "pool") + Var("pool_rev"), 240 (Var("github_mirror") % "pool") + Var("pool_rev"),
241 Var("dart_root") + "/third_party/pkg/pub_semver": 241 Var("dart_root") + "/third_party/pkg/pub_semver":
242 (Var("github_mirror") % "pub_semver") + Var("pub_semver_tag"), 242 (Var("github_mirror") % "pub_semver") + Var("pub_semver_tag"),
243 Var("dart_root") + "/third_party/pkg_tested/pub": 243 Var("dart_root") + "/third_party/pkg/pub":
244 ("https://github.com/dart-lang/pub.git") + Var("pub_rev"), 244 ("https://github.com/dart-lang/pub.git") + Var("pub_rev"),
245 Var("dart_root") + "/third_party/pkg/scheduled_test": 245 Var("dart_root") + "/third_party/pkg/scheduled_test":
246 (Var("github_mirror") % "scheduled_test") + 246 (Var("github_mirror") % "scheduled_test") +
247 Var("scheduled_test_tag"), 247 Var("scheduled_test_tag"),
248 Var("dart_root") + "/third_party/pkg/shelf": 248 Var("dart_root") + "/third_party/pkg/shelf":
249 (Var("github_mirror") % "shelf") + Var("shelf_rev"), 249 (Var("github_mirror") % "shelf") + Var("shelf_rev"),
250 Var("dart_root") + "/third_party/pkg/shelf_web_socket": 250 Var("dart_root") + "/third_party/pkg/shelf_web_socket":
251 (Var("github_mirror") % "shelf_web_socket") + 251 (Var("github_mirror") % "shelf_web_socket") +
252 Var("shelf_web_socket_rev"), 252 Var("shelf_web_socket_rev"),
253 Var("dart_root") + "/third_party/pkg/smoke": 253 Var("dart_root") + "/third_party/pkg/smoke":
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 '--no_auth', 335 '--no_auth',
336 '--no_resume', 336 '--no_resume',
337 '--bucket', 337 '--bucket',
338 'dart-dependencies', 338 'dart-dependencies',
339 '-d', 339 '-d',
340 '-r', 340 '-r',
341 Var('dart_root') + '/tools/testing/bin', 341 Var('dart_root') + '/tools/testing/bin',
342 ], 342 ],
343 }, 343 },
344 ] 344 ]
OLDNEW
« no previous file with comments | « no previous file | client/tools/buildbot_annotated_steps.py » ('j') | tools/bots/pub.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698