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

Side by Side Diff: DEPS

Issue 2807633002: Bump Linter to latest (0.1.30). (Closed)
Patch Set: Created 3 years, 8 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 # We use mirrors of all github repos to guarantee reproducibility and 10 # We use mirrors of all github repos to guarantee reproducibility and
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 "http_multi_server_tag" : "@2.0.3", 67 "http_multi_server_tag" : "@2.0.3",
68 "http_parser_tag" : "@3.1.1", 68 "http_parser_tag" : "@3.1.1",
69 "http_tag" : "@0.11.3+9", 69 "http_tag" : "@0.11.3+9",
70 "http_throttle_rev" : "@284344cd357e435c6c8ff9a4a21f02b9e384a541", 70 "http_throttle_rev" : "@284344cd357e435c6c8ff9a4a21f02b9e384a541",
71 "idl_parser_rev": "@7fbe68cab90c38147dee4f48c30ad0d496c17915", 71 "idl_parser_rev": "@7fbe68cab90c38147dee4f48c30ad0d496c17915",
72 "initialize_tag": "@v0.6.2+5", 72 "initialize_tag": "@v0.6.2+5",
73 "intl_tag": "@0.14.0", 73 "intl_tag": "@0.14.0",
74 "isolate_tag": "@1.0.0", 74 "isolate_tag": "@1.0.0",
75 "jinja2_rev": "@2222b31554f03e62600cd7e383376a7c187967a1", 75 "jinja2_rev": "@2222b31554f03e62600cd7e383376a7c187967a1",
76 "json_rpc_2_tag": "@2.0.4", 76 "json_rpc_2_tag": "@2.0.4",
77 "linter_rev": "@89f93362c5b48ef5192d77e9a28cf9590542669b", # prerelease 1.30 77 "linter_tag": "@0.1.30",
78 "logging_tag": "@0.11.3+1", 78 "logging_tag": "@0.11.3+1",
79 "markdown_tag": "@0.11.2", 79 "markdown_tag": "@0.11.2",
80 "matcher_tag": "@0.12.0+2", 80 "matcher_tag": "@0.12.0+2",
81 "metatest_tag": "@0.2.2+3", 81 "metatest_tag": "@0.2.2+3",
82 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd", 82 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd",
83 "mustache4dart_tag" : "@v1.0.10", 83 "mustache4dart_tag" : "@v1.0.10",
84 "oauth2_tag": "@1.0.2", 84 "oauth2_tag": "@1.0.2",
85 "observable_tag": "@0.17.0", 85 "observable_tag": "@0.17.0",
86 "observatory_pub_packages_rev": "@26aad88f1c1915d39bbcbff3cad589e2402fdcf1", 86 "observatory_pub_packages_rev": "@26aad88f1c1915d39bbcbff3cad589e2402fdcf1",
87 "observe_tag": "@0.15.0", 87 "observe_tag": "@0.15.0",
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 Var("http_throttle_rev"), 233 Var("http_throttle_rev"),
234 Var("dart_root") + "/third_party/pkg/initialize": 234 Var("dart_root") + "/third_party/pkg/initialize":
235 (Var("github_mirror") % "initialize") + Var("initialize_tag"), 235 (Var("github_mirror") % "initialize") + Var("initialize_tag"),
236 Var("dart_root") + "/third_party/pkg/intl": 236 Var("dart_root") + "/third_party/pkg/intl":
237 (Var("github_mirror") % "intl") + Var("intl_tag"), 237 (Var("github_mirror") % "intl") + Var("intl_tag"),
238 Var("dart_root") + "/third_party/pkg/isolate": 238 Var("dart_root") + "/third_party/pkg/isolate":
239 (Var("github_mirror") % "isolate") + Var("isolate_tag"), 239 (Var("github_mirror") % "isolate") + Var("isolate_tag"),
240 Var("dart_root") + "/third_party/pkg/json_rpc_2": 240 Var("dart_root") + "/third_party/pkg/json_rpc_2":
241 (Var("github_mirror") % "json_rpc_2") + Var("json_rpc_2_tag"), 241 (Var("github_mirror") % "json_rpc_2") + Var("json_rpc_2_tag"),
242 Var("dart_root") + "/third_party/pkg/linter": 242 Var("dart_root") + "/third_party/pkg/linter":
243 (Var("github_mirror") % "linter") + Var("linter_rev"), 243 (Var("github_mirror") % "linter") + Var("linter_tag"),
244 Var("dart_root") + "/third_party/pkg/logging": 244 Var("dart_root") + "/third_party/pkg/logging":
245 (Var("github_mirror") % "logging") + Var("logging_tag"), 245 (Var("github_mirror") % "logging") + Var("logging_tag"),
246 Var("dart_root") + "/third_party/pkg/markdown": 246 Var("dart_root") + "/third_party/pkg/markdown":
247 (Var("github_mirror") % "markdown") + Var("markdown_tag"), 247 (Var("github_mirror") % "markdown") + Var("markdown_tag"),
248 Var("dart_root") + "/third_party/pkg/matcher": 248 Var("dart_root") + "/third_party/pkg/matcher":
249 (Var("github_mirror") % "matcher") + Var("matcher_tag"), 249 (Var("github_mirror") % "matcher") + Var("matcher_tag"),
250 Var("dart_root") + "/third_party/pkg/metatest": 250 Var("dart_root") + "/third_party/pkg/metatest":
251 (Var("github_mirror") % "metatest") + Var("metatest_tag"), 251 (Var("github_mirror") % "metatest") + Var("metatest_tag"),
252 Var("dart_root") + "/third_party/pkg/mime": 252 Var("dart_root") + "/third_party/pkg/mime":
253 (Var("github_mirror") % "mime") + Var("mime_rev"), 253 (Var("github_mirror") % "mime") + Var("mime_rev"),
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 # Update the Windows toolchain if necessary. 598 # Update the Windows toolchain if necessary.
599 'name': 'win_toolchain', 599 'name': 'win_toolchain',
600 'pattern': '.', 600 'pattern': '.',
601 'action': ['python', 'sdk/build/vs_toolchain.py', 'update'], 601 'action': ['python', 'sdk/build/vs_toolchain.py', 'update'],
602 }, 602 },
603 { 603 {
604 "pattern": ".", 604 "pattern": ".",
605 "action": ["python", Var("dart_root") + "/tools/generate_buildfiles.py"], 605 "action": ["python", Var("dart_root") + "/tools/generate_buildfiles.py"],
606 }, 606 },
607 ] 607 ]
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