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

Side by Side Diff: DEPS

Issue 2245343003: Bump dart_style to 0.2.9+1. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 4 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 "charcode_tag": "@1.1.0", 47 "charcode_tag": "@1.1.0",
48 "chrome_rev" : "@19997", 48 "chrome_rev" : "@19997",
49 "cli_util_tag" : "@0.0.1+2", 49 "cli_util_tag" : "@0.0.1+2",
50 "code_transformers_rev": "@bfe9799e88d9c231747435e1c1d2495ef5ecd966", 50 "code_transformers_rev": "@bfe9799e88d9c231747435e1c1d2495ef5ecd966",
51 "collection_tag": "@1.9.0", 51 "collection_tag": "@1.9.0",
52 "convert_tag": "@2.0.0", 52 "convert_tag": "@2.0.0",
53 "crypto_tag" : "@2.0.1", 53 "crypto_tag" : "@2.0.1",
54 "csslib_tag" : "@0.12.0", 54 "csslib_tag" : "@0.12.0",
55 "dart2js_info_rev" : "@0a221eaf16aec3879c45719de656680ccb80d8a1", 55 "dart2js_info_rev" : "@0a221eaf16aec3879c45719de656680ccb80d8a1",
56 "dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97", 56 "dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97",
57 "dart_style_tag": "@0.2.9", 57 "dart_style_tag": "@0.2.9+1",
58 "dartdoc_tag" : "@v0.9.6+2", 58 "dartdoc_tag" : "@v0.9.6+2",
59 "dev_compiler_rev": "@fa084164b620ea75cd2008c9dc317655a045ad6d", 59 "dev_compiler_rev": "@fa084164b620ea75cd2008c9dc317655a045ad6d",
60 "fixnum_tag": "@0.10.5", 60 "fixnum_tag": "@0.10.5",
61 "func_rev": "@8d4aea75c21be2179cb00dc2b94a71414653094e", 61 "func_rev": "@8d4aea75c21be2179cb00dc2b94a71414653094e",
62 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd", 62 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd",
63 "html_tag" : "@0.12.1+1", 63 "html_tag" : "@0.12.1+1",
64 "http_multi_server_tag" : "@2.0.0", 64 "http_multi_server_tag" : "@2.0.0",
65 "http_parser_tag" : "@3.0.2", 65 "http_parser_tag" : "@3.0.2",
66 "http_tag" : "@0.11.3+3", 66 "http_tag" : "@0.11.3+3",
67 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235", 67 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235",
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 "--extract", 481 "--extract",
482 "-s", 482 "-s",
483 Var('dart_root') + "/third_party/clang.tar.gz.sha1", 483 Var('dart_root') + "/third_party/clang.tar.gz.sha1",
484 ], 484 ],
485 }, 485 },
486 { 486 {
487 "pattern": ".", 487 "pattern": ".",
488 "action": ["python", Var("dart_root") + "/tools/gyp_dart.py"], 488 "action": ["python", Var("dart_root") + "/tools/gyp_dart.py"],
489 }, 489 },
490 ] 490 ]
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