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

Side by Side Diff: DEPS

Issue 1453413006: analyzer_cli move dartium build updates. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 1 month 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 | sdk/bin/dartanalyzer » ('j') | 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_rev" : "@5d48af14a206a731616fa23fe25918efe4957ee2",
42 "args_tag": "@0.13.0", 41 "args_tag": "@0.13.0",
43 "barback_rev" : "@29ee90dbcf77cfd64632fa2797a4c8a4f29a4b51", 42 "barback_rev" : "@29ee90dbcf77cfd64632fa2797a4c8a4f29a4b51",
44 "charcode_tag": "@1.1.0", 43 "charcode_tag": "@1.1.0",
45 "chrome_rev" : "@19997", 44 "chrome_rev" : "@19997",
46 "clang_rev" : "@28450", 45 "clang_rev" : "@28450",
47 "cli_util_tag" : "@0.0.1+2", 46 "cli_util_tag" : "@0.0.1+2",
48 "collection_rev": "@1da9a07f32efa2ba0c391b289e2037391e31da0e", 47 "collection_rev": "@1da9a07f32efa2ba0c391b289e2037391e31da0e",
49 "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d", 48 "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d",
50 "csslib_tag" : "@0.12.0", 49 "csslib_tag" : "@0.12.0",
51 "dartdoc_rev" : "@9f677ec40f9beeb8933374885ef3af4c63d35d25", 50 "dartdoc_rev" : "@9f677ec40f9beeb8933374885ef3af4c63d35d25",
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 Var("dart_root") + "/third_party/WebCore": 168 Var("dart_root") + "/third_party/WebCore":
170 Var("third_party") + "/WebCore" + Var("WebCore_rev"), 169 Var("third_party") + "/WebCore" + Var("WebCore_rev"),
171 Var("dart_root") + "/third_party/observatory_pub_packages": 170 Var("dart_root") + "/third_party/observatory_pub_packages":
172 Var("third_party") + "/observatory_pub_packages" + 171 Var("third_party") + "/observatory_pub_packages" +
173 Var("observatory_pub_packages_rev"), 172 Var("observatory_pub_packages_rev"),
174 173
175 Var("dart_root") + "/third_party/dart-services": 174 Var("dart_root") + "/third_party/dart-services":
176 (Var("github_mirror") % "dart-services") + 175 (Var("github_mirror") % "dart-services") +
177 Var("dart_services_rev"), 176 Var("dart_services_rev"),
178 177
179 Var("dart_root") + "/third_party/pkg/analyzer_cli":
180 (Var("github_mirror") % "analyzer_cli") + Var("analyzer_cli_rev"),
181 Var("dart_root") + "/third_party/pkg/args": 178 Var("dart_root") + "/third_party/pkg/args":
182 (Var("github_mirror") % "args") + Var("args_tag"), 179 (Var("github_mirror") % "args") + Var("args_tag"),
183 Var("dart_root") + "/third_party/pkg/barback": 180 Var("dart_root") + "/third_party/pkg/barback":
184 (Var("github_mirror") % "barback") + Var("barback_rev"), 181 (Var("github_mirror") % "barback") + Var("barback_rev"),
185 Var("dart_root") + "/third_party/pkg/charcode": 182 Var("dart_root") + "/third_party/pkg/charcode":
186 (Var("github_mirror") % "charcode") + Var("charcode_tag"), 183 (Var("github_mirror") % "charcode") + Var("charcode_tag"),
187 Var("dart_root") + "/third_party/pkg/cli_util": 184 Var("dart_root") + "/third_party/pkg/cli_util":
188 (Var("github_mirror") % "cli_util") + Var("cli_util_tag"), 185 (Var("github_mirror") % "cli_util") + Var("cli_util_tag"),
189 Var("dart_root") + "/third_party/pkg/collection": 186 Var("dart_root") + "/third_party/pkg/collection":
190 (Var("github_mirror") % "collection") + Var("collection_rev"), 187 (Var("github_mirror") % "collection") + Var("collection_rev"),
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 '--no_resume', 364 '--no_resume',
368 '--bucket', 365 '--bucket',
369 'dart-dependencies', 366 'dart-dependencies',
370 '-d', 367 '-d',
371 '-r', 368 '-r',
372 Var('dart_root') + '/third_party/d8', 369 Var('dart_root') + '/third_party/d8',
373 ], 370 ],
374 }, 371 },
375 372
376 ] 373 ]
OLDNEW
« no previous file with comments | « no previous file | sdk/bin/dartanalyzer » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698