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

Side by Side Diff: DEPS

Issue 2989503002: Update Dart SDK dependency for Crypto package to 2.0.2 (Closed)
Patch Set: Created 3 years, 5 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 # IMPORTANT: 5 # IMPORTANT:
6 # Before adding or updating dependencies, please review the documentation here: 6 # Before adding or updating dependencies, please review the documentation here:
7 # https://github.com/dart-lang/sdk/wiki/Adding-and-Updating-Dependencies 7 # https://github.com/dart-lang/sdk/wiki/Adding-and-Updating-Dependencies
8 8
9 vars = { 9 vars = {
10 # The dart_root is the root of our sdk checkout. This is normally 10 # The dart_root is the root of our sdk checkout. This is normally
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 "barback_tag" : "@0.15.2+11", 53 "barback_tag" : "@0.15.2+11",
54 "bazel_worker_tag": "@v0.1.4", 54 "bazel_worker_tag": "@v0.1.4",
55 "boolean_selector_tag" : "@1.0.2", 55 "boolean_selector_tag" : "@1.0.2",
56 "boringssl_gen_rev": "@753224969dbe43dad29343146529727b5066c0f3", 56 "boringssl_gen_rev": "@753224969dbe43dad29343146529727b5066c0f3",
57 "boringssl_rev" : "@d519bf6be0b447fb80fbc539d4bff4479b5482a2", 57 "boringssl_rev" : "@d519bf6be0b447fb80fbc539d4bff4479b5482a2",
58 "charcode_tag": "@v1.1.1", 58 "charcode_tag": "@v1.1.1",
59 "chrome_rev" : "@19997", 59 "chrome_rev" : "@19997",
60 "cli_util_tag" : "@0.1.0", 60 "cli_util_tag" : "@0.1.0",
61 "collection_tag": "@1.13.0", 61 "collection_tag": "@1.13.0",
62 "convert_tag": "@2.0.1", 62 "convert_tag": "@2.0.1",
63 "crypto_tag" : "@2.0.1", 63 "crypto_tag" : "@2.0.2",
64 "csslib_tag" : "@0.13.3+1", 64 "csslib_tag" : "@0.13.3+1",
65 "dart2js_info_tag" : "@0.5.4+2", 65 "dart2js_info_tag" : "@0.5.4+2",
66 66
67 # Note: updates to dart_style have to be coordinated carefully with 67 # Note: updates to dart_style have to be coordinated carefully with
68 # the infrastructure-team so that the internal formatter in 68 # the infrastructure-team so that the internal formatter in
69 # `sdk/tools/sdks/*/dart-sdk/bin/dartfmt` matches the version here. 69 # `sdk/tools/sdks/*/dart-sdk/bin/dartfmt` matches the version here.
70 # 70 #
71 # Please follow this process to make updates: 71 # Please follow this process to make updates:
72 # * file an issue with area-infrastructure requesting a roll for this 72 # * file an issue with area-infrastructure requesting a roll for this
73 # package (please also indicate what version to roll). 73 # package (please also indicate what version to roll).
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 # Update the Windows toolchain if necessary. 480 # Update the Windows toolchain if necessary.
481 'name': 'win_toolchain', 481 'name': 'win_toolchain',
482 'pattern': '.', 482 'pattern': '.',
483 'action': ['python', 'sdk/build/vs_toolchain.py', 'update'], 483 'action': ['python', 'sdk/build/vs_toolchain.py', 'update'],
484 }, 484 },
485 { 485 {
486 "pattern": ".", 486 "pattern": ".",
487 "action": ["python", Var("dart_root") + "/tools/generate_buildfiles.py"], 487 "action": ["python", Var("dart_root") + "/tools/generate_buildfiles.py"],
488 }, 488 },
489 ] 489 ]
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