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

Side by Side Diff: DEPS

Issue 1160503005: analyzer_cli and linter DEP bumps. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: post_merge Created 5 years, 6 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 # The svn location to pull out dependencies from 10 # The svn location to pull out dependencies from
(...skipping 20 matching lines...) Expand all
31 "github_mirror": 31 "github_mirror":
32 "https://chromium.googlesource.com/external/github.com/dart-lang/%s.git", 32 "https://chromium.googlesource.com/external/github.com/dart-lang/%s.git",
33 33
34 "gyp_rev": "@1752", 34 "gyp_rev": "@1752",
35 "co19_rev": "@f95f109fea67127a220958794ef5200a63cb454c", 35 "co19_rev": "@f95f109fea67127a220958794ef5200a63cb454c",
36 "chromium_url": "http://src.chromium.org/svn", 36 "chromium_url": "http://src.chromium.org/svn",
37 "chromium_git": "https://chromium.googlesource.com", 37 "chromium_git": "https://chromium.googlesource.com",
38 38
39 # Revisions of /third_party/* dependencies. 39 # Revisions of /third_party/* dependencies.
40 "7zip_rev" : "@19997", 40 "7zip_rev" : "@19997",
41 "analyzer_cli_tag" : "@1.0.1", 41 "analyzer_cli_tag" : "@1.1.0",
42 "args_tag": "@0.13.0", 42 "args_tag": "@0.13.0",
43 "barback_rev" : "@29ee90dbcf77cfd64632fa2797a4c8a4f29a4b51", 43 "barback_rev" : "@29ee90dbcf77cfd64632fa2797a4c8a4f29a4b51",
44 "charcode_tag": "@1.1.0", 44 "charcode_tag": "@1.1.0",
45 "chrome_rev" : "@19997", 45 "chrome_rev" : "@19997",
46 "clang_rev" : "@28450", 46 "clang_rev" : "@28450",
47 "cli_util_tag" : "@0.0.1+2", 47 "cli_util_tag" : "@0.0.1+2",
48 "collection_rev": "@1da9a07f32efa2ba0c391b289e2037391e31da0e", 48 "collection_rev": "@1da9a07f32efa2ba0c391b289e2037391e31da0e",
49 "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d", 49 "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d",
50 "csslib_tag" : "@0.12.0", 50 "csslib_tag" : "@0.12.0",
51 "async_await_rev" : "@8b401a9f2e5e81dca5f70dbe7564112a0823dee6", 51 "async_await_rev" : "@8b401a9f2e5e81dca5f70dbe7564112a0823dee6",
52 "dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97", 52 "dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97",
53 "dart_style_tag": "@0.1.8", 53 "dart_style_tag": "@0.1.8",
54 "d8_rev" : "@39739", 54 "d8_rev" : "@39739",
55 "fake_async_rev" : "@38614", 55 "fake_async_rev" : "@38614",
56 "firefox_jsshell_rev" : "@45554", 56 "firefox_jsshell_rev" : "@45554",
57 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd", 57 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd",
58 "gsutil_rev" : "@33376", 58 "gsutil_rev" : "@33376",
59 "html_tag" : "@0.12.1+1", 59 "html_tag" : "@0.12.1+1",
60 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7", 60 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7",
61 "http_multi_server_tag" : "@1.3.2", 61 "http_multi_server_tag" : "@1.3.2",
62 "http_parser_rev" : "@8b179e36aba985208e4c5fb15cfddd386b6370a4", 62 "http_parser_rev" : "@8b179e36aba985208e4c5fb15cfddd386b6370a4",
63 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235", 63 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235",
64 "idl_parser_rev": "@6316d5982dc24b34d09dd8b10fbeaaff28d83a48", 64 "idl_parser_rev": "@6316d5982dc24b34d09dd8b10fbeaaff28d83a48",
65 "intl_rev": "@32047558bd220a53c1f4d93a26d54b83533b1475", 65 "intl_rev": "@32047558bd220a53c1f4d93a26d54b83533b1475",
66 "jinja2_rev": "@2222b31554f03e62600cd7e383376a7c187967a1", 66 "jinja2_rev": "@2222b31554f03e62600cd7e383376a7c187967a1",
67 "json_rpc_2_rev": "@a38eefd116d910199de205f962af92fed87c164c", 67 "json_rpc_2_rev": "@a38eefd116d910199de205f962af92fed87c164c",
68 "linter_tag": "@0.0.2+3", 68 "linter_tag": "@0.1.0",
69 "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597", 69 "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597",
70 "markdown_rev": "@56b0fd6c018d6103862d07e8e27407b9ea3b963d", 70 "markdown_rev": "@56b0fd6c018d6103862d07e8e27407b9ea3b963d",
71 "matcher_tag": "@0.12.0", 71 "matcher_tag": "@0.12.0",
72 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1", 72 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1",
73 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd", 73 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd",
74 "net_nss_rev": "@f81948e9a402db94287a43bb34a07ee0daf56cb5", 74 "net_nss_rev": "@f81948e9a402db94287a43bb34a07ee0daf56cb5",
75 "nss_rev": "@87b96db4268293187d7cf741907a6d5d1d8080e0", 75 "nss_rev": "@87b96db4268293187d7cf741907a6d5d1d8080e0",
76 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5", 76 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5",
77 "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6", 77 "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6",
78 "observatory_pub_packages_rev": "@45565", 78 "observatory_pub_packages_rev": "@45565",
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 '--no_auth', 334 '--no_auth',
335 '--no_resume', 335 '--no_resume',
336 '--bucket', 336 '--bucket',
337 'dart-dependencies', 337 'dart-dependencies',
338 '-d', 338 '-d',
339 '-r', 339 '-r',
340 Var('dart_root') + '/tools/testing/bin', 340 Var('dart_root') + '/tools/testing/bin',
341 ], 341 ],
342 }, 342 },
343 ] 343 ]
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