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

Side by Side Diff: DEPS

Issue 1305153010: Linter rev bump. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Fixed Created 5 years, 3 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 "gsutil_rev" : "@33376", 61 "gsutil_rev" : "@33376",
62 "html_tag" : "@0.12.1+1", 62 "html_tag" : "@0.12.1+1",
63 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7", 63 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7",
64 "http_multi_server_tag" : "@1.3.2", 64 "http_multi_server_tag" : "@1.3.2",
65 "http_parser_rev" : "@8b179e36aba985208e4c5fb15cfddd386b6370a4", 65 "http_parser_rev" : "@8b179e36aba985208e4c5fb15cfddd386b6370a4",
66 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235", 66 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235",
67 "idl_parser_rev": "@6316d5982dc24b34d09dd8b10fbeaaff28d83a48", 67 "idl_parser_rev": "@6316d5982dc24b34d09dd8b10fbeaaff28d83a48",
68 "intl_rev": "@32047558bd220a53c1f4d93a26d54b83533b1475", 68 "intl_rev": "@32047558bd220a53c1f4d93a26d54b83533b1475",
69 "jinja2_rev": "@2222b31554f03e62600cd7e383376a7c187967a1", 69 "jinja2_rev": "@2222b31554f03e62600cd7e383376a7c187967a1",
70 "json_rpc_2_tag": "@1.1.1", 70 "json_rpc_2_tag": "@1.1.1",
71 "linter_tag": "@0.1.0", 71 "linter_rev": "@140ee2d1d7a255cf1265e990e528c6575ab2d5bb",
72 "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597", 72 "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597",
73 "markdown_rev": "@9a1071a859df9c9edd4f556e948f898f70bf1e5e", 73 "markdown_rev": "@9a1071a859df9c9edd4f556e948f898f70bf1e5e",
74 "matcher_tag": "@0.12.0", 74 "matcher_tag": "@0.12.0",
75 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1", 75 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1",
76 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd", 76 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd",
77 "mustache4dart_rev" : "@5724cfd85151e5b6b53ddcd3380daf188fe47f92", 77 "mustache4dart_rev" : "@5724cfd85151e5b6b53ddcd3380daf188fe47f92",
78 "net_nss_rev": "@f81948e9a402db94287a43bb34a07ee0daf56cb5", 78 "net_nss_rev": "@f81948e9a402db94287a43bb34a07ee0daf56cb5",
79 "nss_rev": "@87b96db4268293187d7cf741907a6d5d1d8080e0", 79 "nss_rev": "@87b96db4268293187d7cf741907a6d5d1d8080e0",
80 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5", 80 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5",
81 "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6", 81 "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6",
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 Var("dart_root") + "/third_party/pkg/http_parser": 224 Var("dart_root") + "/third_party/pkg/http_parser":
225 (Var("github_mirror") % "http_parser") + Var("http_parser_rev"), 225 (Var("github_mirror") % "http_parser") + Var("http_parser_rev"),
226 Var("dart_root") + "/third_party/pkg/http_throttle": 226 Var("dart_root") + "/third_party/pkg/http_throttle":
227 (Var("github_mirror") % "http_throttle") + 227 (Var("github_mirror") % "http_throttle") +
228 Var("http_throttle_rev"), 228 Var("http_throttle_rev"),
229 Var("dart_root") + "/third_party/pkg/intl": 229 Var("dart_root") + "/third_party/pkg/intl":
230 (Var("github_mirror") % "intl") + Var("intl_rev"), 230 (Var("github_mirror") % "intl") + Var("intl_rev"),
231 Var("dart_root") + "/third_party/pkg/json_rpc_2": 231 Var("dart_root") + "/third_party/pkg/json_rpc_2":
232 (Var("github_mirror") % "json_rpc_2") + Var("json_rpc_2_tag"), 232 (Var("github_mirror") % "json_rpc_2") + Var("json_rpc_2_tag"),
233 Var("dart_root") + "/third_party/pkg/linter": 233 Var("dart_root") + "/third_party/pkg/linter":
234 (Var("github_mirror") % "linter") + Var("linter_tag"), 234 (Var("github_mirror") % "linter") + Var("linter_rev"),
235 Var("dart_root") + "/third_party/pkg/logging": 235 Var("dart_root") + "/third_party/pkg/logging":
236 (Var("github_mirror") % "logging") + Var("logging_rev"), 236 (Var("github_mirror") % "logging") + Var("logging_rev"),
237 Var("dart_root") + "/third_party/pkg/markdown": 237 Var("dart_root") + "/third_party/pkg/markdown":
238 (Var("github_mirror") % "markdown") + Var("markdown_rev"), 238 (Var("github_mirror") % "markdown") + Var("markdown_rev"),
239 Var("dart_root") + "/third_party/pkg/matcher": 239 Var("dart_root") + "/third_party/pkg/matcher":
240 (Var("github_mirror") % "matcher") + Var("matcher_tag"), 240 (Var("github_mirror") % "matcher") + Var("matcher_tag"),
241 Var("dart_root") + "/third_party/pkg/metatest": 241 Var("dart_root") + "/third_party/pkg/metatest":
242 (Var("github_mirror") % "metatest") + Var("metatest_rev"), 242 (Var("github_mirror") % "metatest") + Var("metatest_rev"),
243 Var("dart_root") + "/third_party/pkg/mime": 243 Var("dart_root") + "/third_party/pkg/mime":
244 (Var("github_mirror") % "mime") + Var("mime_rev"), 244 (Var("github_mirror") % "mime") + Var("mime_rev"),
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 "--bucket", 399 "--bucket",
400 "dart-dependencies", 400 "dart-dependencies",
401 "--recursive", 401 "--recursive",
402 "--auto_platform", 402 "--auto_platform",
403 "--extract", 403 "--extract",
404 "--directory", 404 "--directory",
405 Var('dart_root') + "/tools/sdks", 405 Var('dart_root') + "/tools/sdks",
406 ], 406 ],
407 }, 407 },
408 ] 408 ]
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