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

Side by Side Diff: DEPS

Issue 1406273002: Update DEPS to latest analyzer_cli. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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": "@6ee91ad8659871916f9aa840d42e1513befdf638", 34 "gyp_rev": "@6ee91ad8659871916f9aa840d42e1513befdf638",
35 "co19_rev": "@ead3698f33d2cd41e75b6ce5d4a1203767cedd50", 35 "co19_rev": "@ead3698f33d2cd41e75b6ce5d4a1203767cedd50",
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_rev" : "@af40be0e3cc0b9904151a45e8074a8e797443cb6", 41 "analyzer_cli_rev" : "@a045e0e4c2b0c904354d8cba2a9bc2f9ed405ee9",
42 "args_tag": "@0.13.0", 42 "args_tag": "@0.13.0",
43 "async_tag": "@1.2.0", 43 "async_tag": "@1.2.0",
44 "barback_tag" : "@0.15.2+7", 44 "barback_tag" : "@0.15.2+7",
45 "boringssl_rev" : "@daeafc22c66ad48f6b32fc8d3362eb9ba31b774e", 45 "boringssl_rev" : "@daeafc22c66ad48f6b32fc8d3362eb9ba31b774e",
46 "charcode_tag": "@1.1.0", 46 "charcode_tag": "@1.1.0",
47 "chrome_rev" : "@19997", 47 "chrome_rev" : "@19997",
48 "clang_rev" : "@28450", 48 "clang_rev" : "@28450",
49 "cli_util_tag" : "@0.0.1+2", 49 "cli_util_tag" : "@0.0.1+2",
50 "collection_rev": "@1da9a07f32efa2ba0c391b289e2037391e31da0e", 50 "collection_rev": "@1da9a07f32efa2ba0c391b289e2037391e31da0e",
51 "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d", 51 "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d",
52 "csslib_tag" : "@0.12.0", 52 "csslib_tag" : "@0.12.0",
53 "dart2js_info_rev" : "@a6bdb61f8feaaed9b50c330e72bc035271fb6e0f", 53 "dart2js_info_rev" : "@a6bdb61f8feaaed9b50c330e72bc035271fb6e0f",
54 "dartdoc_rev" : "@1f54e8c2119d6d78ee7d19b477b8a90c27e1ea05", 54 "dartdoc_rev" : "@1f54e8c2119d6d78ee7d19b477b8a90c27e1ea05",
55 "dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97", 55 "dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97",
56 "dart_style_tag": "@0.2.0", 56 "dart_style_tag": "@0.2.0",
57 "dev_compiler_rev": "@0.1.9", 57 "dev_compiler_rev": "@0.1.9",
58 "fake_async_rev" : "@38614", 58 "fake_async_rev" : "@38614",
59 "firefox_jsshell_rev" : "@45554", 59 "firefox_jsshell_rev" : "@45554",
60 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd", 60 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd",
61 "gsutil_rev" : "@33376", 61 "gsutil_rev" : "@33376",
62 "html_tag" : "@0.12.1+1", 62 "html_tag" : "@0.12.1+1",
63 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7", 63 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7",
64 "http_multi_server_tag" : "@1.3.2", 64 "http_multi_server_tag" : "@1.3.2",
65 "http_parser_rev" : "@8b179e36aba985208e4c5fb15cfddd386b6370a4", 65 "http_parser_rev" : "@8b179e36aba985208e4c5fb15cfddd386b6370a4",
66 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235", 66 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235",
67 "idl_parser_rev": "@6316d5982dc24b34d09dd8b10fbeaaff28d83a48", 67 "idl_parser_rev": "@6316d5982dc24b34d09dd8b10fbeaaff28d83a48",
68 "intl_rev": "@32047558bd220a53c1f4d93a26d54b83533b1475", 68 "intl_rev": "@32047558bd220a53c1f4d93a26d54b83533b1475",
69 "jinja2_rev": "@2222b31554f03e62600cd7e383376a7c187967a1", 69 "jinja2_rev": "@2222b31554f03e62600cd7e383376a7c187967a1",
70 "json_rpc_2_tag": "@1.1.1", 70 "json_rpc_2_tag": "@1.1.1",
71 "linter_rev": "@4bc38ed44073e9a87b7f5adf333fb24f86e476a2", 71 "linter_rev": "@99e2607faf0e9bc522f2f12a24ba50f2954dbbff",
72 "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597", 72 "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597",
73 "markdown_rev": "@4aaadf3d940bb172e1f6285af4d2b1710d309982", 73 "markdown_rev": "@4aaadf3d940bb172e1f6285af4d2b1710d309982",
74 "matcher_tag": "@0.12.0", 74 "matcher_tag": "@0.12.0",
75 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1", 75 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1",
76 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd", 76 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd",
77 "mustache4dart_rev" : "@5724cfd85151e5b6b53ddcd3380daf188fe47f92", 77 "mustache4dart_rev" : "@5724cfd85151e5b6b53ddcd3380daf188fe47f92",
78 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5", 78 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5",
79 "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6", 79 "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6",
80 "observatory_pub_packages_rev": "@5c199c5954146747f75ed127871207718dc87786", 80 "observatory_pub_packages_rev": "@5c199c5954146747f75ed127871207718dc87786",
81 "package_config_rev": "@0.1.3", 81 "package_config_rev": "@0.1.3",
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 "--bucket", 385 "--bucket",
386 "dart-dependencies", 386 "dart-dependencies",
387 "--recursive", 387 "--recursive",
388 "--auto_platform", 388 "--auto_platform",
389 "--extract", 389 "--extract",
390 "--directory", 390 "--directory",
391 Var('dart_root') + "/tools/sdks", 391 Var('dart_root') + "/tools/sdks",
392 ], 392 ],
393 }, 393 },
394 ] 394 ]
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