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

Side by Side Diff: DEPS

Issue 2047573002: Use intl 0.13.0 (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 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 | 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 "fixnum_tag": "@0.10.5", 54 "fixnum_tag": "@0.10.5",
55 "func_rev": "@8d4aea75c21be2179cb00dc2b94a71414653094e", 55 "func_rev": "@8d4aea75c21be2179cb00dc2b94a71414653094e",
56 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd", 56 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd",
57 "html_tag" : "@0.12.1+1", 57 "html_tag" : "@0.12.1+1",
58 "http_multi_server_tag" : "@2.0.0", 58 "http_multi_server_tag" : "@2.0.0",
59 "http_parser_tag" : "@1.1.0", 59 "http_parser_tag" : "@1.1.0",
60 "http_tag" : "@0.11.3+3", 60 "http_tag" : "@0.11.3+3",
61 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235", 61 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235",
62 "idl_parser_rev": "@7fbe68cab90c38147dee4f48c30ad0d496c17915", 62 "idl_parser_rev": "@7fbe68cab90c38147dee4f48c30ad0d496c17915",
63 "initialize_rev": "@595d501a92c3716395ad2d81f9aabdb9f90879b6", 63 "initialize_rev": "@595d501a92c3716395ad2d81f9aabdb9f90879b6",
64 "intl_rev": "@a8b480b9c436f6c0ec16730804c914bdb4e30d53", 64 "intl_tag": "@0.13.0",
65 "jinja2_rev": "@2222b31554f03e62600cd7e383376a7c187967a1", 65 "jinja2_rev": "@2222b31554f03e62600cd7e383376a7c187967a1",
66 "json_rpc_2_tag": "@2.0.0", 66 "json_rpc_2_tag": "@2.0.0",
67 "linter_rev": "@ccd8dbf7562b7645dc8c54a578b78b38970c71d6", 67 "linter_rev": "@ccd8dbf7562b7645dc8c54a578b78b38970c71d6",
68 "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597", 68 "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597",
69 "markdown_rev": "@4aaadf3d940bb172e1f6285af4d2b1710d309982", 69 "markdown_rev": "@4aaadf3d940bb172e1f6285af4d2b1710d309982",
70 "matcher_tag": "@0.12.0", 70 "matcher_tag": "@0.12.0",
71 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1", 71 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1",
72 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd", 72 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd",
73 "mustache4dart_rev" : "@5724cfd85151e5b6b53ddcd3380daf188fe47f92", 73 "mustache4dart_rev" : "@5724cfd85151e5b6b53ddcd3380daf188fe47f92",
74 "oauth2_tag": "@1.0.0", 74 "oauth2_tag": "@1.0.0",
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 (Var("github_mirror") % "http_multi_server") + 200 (Var("github_mirror") % "http_multi_server") +
201 Var("http_multi_server_tag"), 201 Var("http_multi_server_tag"),
202 Var("dart_root") + "/third_party/pkg/http_parser": 202 Var("dart_root") + "/third_party/pkg/http_parser":
203 (Var("github_mirror") % "http_parser") + Var("http_parser_tag"), 203 (Var("github_mirror") % "http_parser") + Var("http_parser_tag"),
204 Var("dart_root") + "/third_party/pkg/http_throttle": 204 Var("dart_root") + "/third_party/pkg/http_throttle":
205 (Var("github_mirror") % "http_throttle") + 205 (Var("github_mirror") % "http_throttle") +
206 Var("http_throttle_rev"), 206 Var("http_throttle_rev"),
207 Var("dart_root") + "/third_party/pkg/initialize": 207 Var("dart_root") + "/third_party/pkg/initialize":
208 (Var("github_dartlang") % "initialize") + Var("initialize_rev"), 208 (Var("github_dartlang") % "initialize") + Var("initialize_rev"),
209 Var("dart_root") + "/third_party/pkg/intl": 209 Var("dart_root") + "/third_party/pkg/intl":
210 (Var("github_mirror") % "intl") + Var("intl_rev"), 210 (Var("github_mirror") % "intl") + Var("intl_tag"),
211 Var("dart_root") + "/third_party/pkg/json_rpc_2": 211 Var("dart_root") + "/third_party/pkg/json_rpc_2":
212 (Var("github_mirror") % "json_rpc_2") + Var("json_rpc_2_tag"), 212 (Var("github_mirror") % "json_rpc_2") + Var("json_rpc_2_tag"),
213 Var("dart_root") + "/third_party/pkg/linter": 213 Var("dart_root") + "/third_party/pkg/linter":
214 (Var("github_mirror") % "linter") + Var("linter_rev"), 214 (Var("github_mirror") % "linter") + Var("linter_rev"),
215 Var("dart_root") + "/third_party/pkg/logging": 215 Var("dart_root") + "/third_party/pkg/logging":
216 (Var("github_mirror") % "logging") + Var("logging_rev"), 216 (Var("github_mirror") % "logging") + Var("logging_rev"),
217 Var("dart_root") + "/third_party/pkg/markdown": 217 Var("dart_root") + "/third_party/pkg/markdown":
218 (Var("github_mirror") % "markdown") + Var("markdown_rev"), 218 (Var("github_mirror") % "markdown") + Var("markdown_rev"),
219 Var("dart_root") + "/third_party/pkg/matcher": 219 Var("dart_root") + "/third_party/pkg/matcher":
220 (Var("github_mirror") % "matcher") + Var("matcher_tag"), 220 (Var("github_mirror") % "matcher") + Var("matcher_tag"),
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 "--extract", 460 "--extract",
461 "-s", 461 "-s",
462 Var('dart_root') + "/third_party/clang.tar.gz.sha1", 462 Var('dart_root') + "/third_party/clang.tar.gz.sha1",
463 ], 463 ],
464 }, 464 },
465 { 465 {
466 "pattern": ".", 466 "pattern": ".",
467 "action": ["python", Var("dart_root") + "/tools/gyp_dart.py"], 467 "action": ["python", Var("dart_root") + "/tools/gyp_dart.py"],
468 }, 468 },
469 ] 469 ]
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