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

Side by Side Diff: DEPS

Issue 2976413002: This DEP hasn't been touched in 2 years – can't see any uses (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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
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.1",
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 "dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97",
67 66
68 # Note: updates to dart_style have to be coordinated carefully with 67 # Note: updates to dart_style have to be coordinated carefully with
69 # the infrastructure-team so that the internal formatter in 68 # the infrastructure-team so that the internal formatter in
70 # `sdk/tools/sdks/*/dart-sdk/bin/dartfmt` matches the version here. 69 # `sdk/tools/sdks/*/dart-sdk/bin/dartfmt` matches the version here.
71 # 70 #
72 # Please follow this process to make updates: 71 # Please follow this process to make updates:
73 # * file an issue with area-infrastructure requesting a roll for this 72 # * file an issue with area-infrastructure requesting a roll for this
74 # package (please also indicate what version to roll). 73 # package (please also indicate what version to roll).
75 # * let the infrastructure team submit the change on your behalf, 74 # * let the infrastructure team submit the change on your behalf,
76 # so they can build a new dev release and roll the submitted sdks a few 75 # so they can build a new dev release and roll the submitted sdks a few
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 Var("dart_root") + "/third_party/pkg/cli_util": 202 Var("dart_root") + "/third_party/pkg/cli_util":
204 (Var("github_mirror") % "cli_util") + Var("cli_util_tag"), 203 (Var("github_mirror") % "cli_util") + Var("cli_util_tag"),
205 Var("dart_root") + "/third_party/pkg/collection": 204 Var("dart_root") + "/third_party/pkg/collection":
206 (Var("github_mirror") % "collection") + Var("collection_tag"), 205 (Var("github_mirror") % "collection") + Var("collection_tag"),
207 Var("dart_root") + "/third_party/pkg/convert": 206 Var("dart_root") + "/third_party/pkg/convert":
208 (Var("github_mirror") % "convert") + Var("convert_tag"), 207 (Var("github_mirror") % "convert") + Var("convert_tag"),
209 Var("dart_root") + "/third_party/pkg/crypto": 208 Var("dart_root") + "/third_party/pkg/crypto":
210 (Var("github_mirror") % "crypto") + Var("crypto_tag"), 209 (Var("github_mirror") % "crypto") + Var("crypto_tag"),
211 Var("dart_root") + "/third_party/pkg/csslib": 210 Var("dart_root") + "/third_party/pkg/csslib":
212 (Var("github_mirror") % "csslib") + Var("csslib_tag"), 211 (Var("github_mirror") % "csslib") + Var("csslib_tag"),
213 Var("dart_root") + "/third_party/dart-services":
214 (Var("github_mirror") % "dart-services") +
215 Var("dart_services_rev"),
216 Var("dart_root") + "/third_party/pkg_tested/dart_style": 212 Var("dart_root") + "/third_party/pkg_tested/dart_style":
217 (Var("github_mirror") % "dart_style") + Var("dart_style_tag"), 213 (Var("github_mirror") % "dart_style") + Var("dart_style_tag"),
218 Var("dart_root") + "/third_party/pkg/dart2js_info": 214 Var("dart_root") + "/third_party/pkg/dart2js_info":
219 (Var("github_mirror") % "dart2js_info") + Var("dart2js_info_tag"), 215 (Var("github_mirror") % "dart2js_info") + Var("dart2js_info_tag"),
220 Var("dart_root") + "/third_party/pkg/dartdoc": 216 Var("dart_root") + "/third_party/pkg/dartdoc":
221 (Var("github_mirror") % "dartdoc") + Var("dartdoc_tag"), 217 (Var("github_mirror") % "dartdoc") + Var("dartdoc_tag"),
222 Var("dart_root") + "/third_party/pkg/fixnum": 218 Var("dart_root") + "/third_party/pkg/fixnum":
223 (Var("github_mirror") % "fixnum") + Var("fixnum_tag"), 219 (Var("github_mirror") % "fixnum") + Var("fixnum_tag"),
224 Var("dart_root") + "/third_party/pkg/func": 220 Var("dart_root") + "/third_party/pkg/func":
225 (Var("github_mirror") % "func") + Var("func_tag"), 221 (Var("github_mirror") % "func") + Var("func_tag"),
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 # Update the Windows toolchain if necessary. 477 # Update the Windows toolchain if necessary.
482 'name': 'win_toolchain', 478 'name': 'win_toolchain',
483 'pattern': '.', 479 'pattern': '.',
484 'action': ['python', 'sdk/build/vs_toolchain.py', 'update'], 480 'action': ['python', 'sdk/build/vs_toolchain.py', 'update'],
485 }, 481 },
486 { 482 {
487 "pattern": ".", 483 "pattern": ".",
488 "action": ["python", Var("dart_root") + "/tools/generate_buildfiles.py"], 484 "action": ["python", Var("dart_root") + "/tools/generate_buildfiles.py"],
489 }, 485 },
490 ] 486 ]
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