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

Side by Side Diff: DEPS

Issue 2982293002: Bring in latest pkg/http (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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 # For more details, see https://github.com/dart-lang/sdk/issues/30164 78 # For more details, see https://github.com/dart-lang/sdk/issues/30164
79 "dart_style_tag": "@1.0.7", # Please see the note above before updating. 79 "dart_style_tag": "@1.0.7", # Please see the note above before updating.
80 80
81 "dartdoc_tag" : "@v0.13.0+1", 81 "dartdoc_tag" : "@v0.13.0+1",
82 "fixnum_tag": "@0.10.5", 82 "fixnum_tag": "@0.10.5",
83 "func_tag": "@1.0.0", 83 "func_tag": "@1.0.0",
84 "glob_tag": "@1.1.3", 84 "glob_tag": "@1.1.3",
85 "html_tag" : "@0.13.1", 85 "html_tag" : "@0.13.1",
86 "http_multi_server_tag" : "@2.0.3", 86 "http_multi_server_tag" : "@2.0.3",
87 "http_parser_tag" : "@3.1.1", 87 "http_parser_tag" : "@3.1.1",
88 "http_tag" : "@0.11.3+13", 88 "http_tag" : "@0.11.3+14",
89 "http_throttle_tag" : "@1.0.1", 89 "http_throttle_tag" : "@1.0.1",
90 "idl_parser_rev": "@7fbe68cab90c38147dee4f48c30ad0d496c17915", 90 "idl_parser_rev": "@7fbe68cab90c38147dee4f48c30ad0d496c17915",
91 "intl_tag": "@0.14.0", 91 "intl_tag": "@0.14.0",
92 "isolate_tag": "@1.0.0", 92 "isolate_tag": "@1.0.0",
93 "jinja2_rev": "@2222b31554f03e62600cd7e383376a7c187967a1", 93 "jinja2_rev": "@2222b31554f03e62600cd7e383376a7c187967a1",
94 "json_rpc_2_tag": "@2.0.4", 94 "json_rpc_2_tag": "@2.0.4",
95 "linter_tag": "@0.1.33", 95 "linter_tag": "@0.1.33",
96 "logging_tag": "@0.11.3+1", 96 "logging_tag": "@0.11.3+1",
97 "markdown_tag": "@0.11.3", 97 "markdown_tag": "@0.11.3",
98 "matcher_tag": "@0.12.0+2", 98 "matcher_tag": "@0.12.0+2",
(...skipping 381 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