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

Side by Side Diff: DEPS

Issue 2176373008: Roll to latest DDC (Closed) Base URL: git@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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
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.8.0", 51 "collection_tag": "@1.8.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.4", 57 "dart_style_tag": "@0.2.4",
58 "dartdoc_tag" : "@v0.9.6+2", 58 "dartdoc_tag" : "@v0.9.6+2",
59 "dev_compiler_rev": "@108f2a2a03b1926e640013f3244df625b42ec380", 59 "dev_compiler_rev": "@d39946fd7af11d02a8831dbd7a2b776c69099ff6",
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",
68 "idl_parser_rev": "@7fbe68cab90c38147dee4f48c30ad0d496c17915", 68 "idl_parser_rev": "@7fbe68cab90c38147dee4f48c30ad0d496c17915",
69 "initialize_rev": "@595d501a92c3716395ad2d81f9aabdb9f90879b6", 69 "initialize_rev": "@595d501a92c3716395ad2d81f9aabdb9f90879b6",
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 "--extract", 477 "--extract",
478 "-s", 478 "-s",
479 Var('dart_root') + "/third_party/clang.tar.gz.sha1", 479 Var('dart_root') + "/third_party/clang.tar.gz.sha1",
480 ], 480 ],
481 }, 481 },
482 { 482 {
483 "pattern": ".", 483 "pattern": ".",
484 "action": ["python", Var("dart_root") + "/tools/gyp_dart.py"], 484 "action": ["python", Var("dart_root") + "/tools/gyp_dart.py"],
485 }, 485 },
486 ] 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