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

Side by Side Diff: DEPS

Issue 1459683003: `analyzer_cli` move to SDK. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: master merge 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 | pkg/analyzer_cli/.gitignore » ('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": "@6ee91ad8659871916f9aa840d42e1513befdf638", 34 "gyp_rev": "@6ee91ad8659871916f9aa840d42e1513befdf638",
35 "co19_rev": "@3ed795ea02e022ef19c77cf1b6095b7c8f5584d0", 35 "co19_rev": "@3ed795ea02e022ef19c77cf1b6095b7c8f5584d0",
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" : "@c93a3d2d1c7715a6c7a067ebdbc9ba716b865226",
42 "args_tag": "@0.13.0", 41 "args_tag": "@0.13.0",
43 "async_tag": "@1.2.0", 42 "async_tag": "@1.2.0",
44 "barback_tag" : "@0.15.2+7", 43 "barback_tag" : "@0.15.2+7",
45 "boringssl_rev" : "@daeafc22c66ad48f6b32fc8d3362eb9ba31b774e", 44 "boringssl_rev" : "@daeafc22c66ad48f6b32fc8d3362eb9ba31b774e",
46 "charcode_tag": "@1.1.0", 45 "charcode_tag": "@1.1.0",
47 "chrome_rev" : "@19997", 46 "chrome_rev" : "@19997",
48 "clang_rev" : "@28450", 47 "clang_rev" : "@28450",
49 "cli_util_tag" : "@0.0.1+2", 48 "cli_util_tag" : "@0.0.1+2",
50 "collection_rev": "@1da9a07f32efa2ba0c391b289e2037391e31da0e", 49 "collection_rev": "@1da9a07f32efa2ba0c391b289e2037391e31da0e",
51 "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d", 50 "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d",
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 Var("third_party") + "/gsutil" + Var("gsutil_rev"), 164 Var("third_party") + "/gsutil" + Var("gsutil_rev"),
166 Var("dart_root") + "/third_party/pkg/petitparser": 165 Var("dart_root") + "/third_party/pkg/petitparser":
167 Var("third_party") + "/petitparser" + Var("petitparser_rev"), 166 Var("third_party") + "/petitparser" + Var("petitparser_rev"),
168 Var("dart_root") + "/third_party/WebCore": 167 Var("dart_root") + "/third_party/WebCore":
169 Var("third_party") + "/WebCore" + Var("WebCore_rev"), 168 Var("third_party") + "/WebCore" + Var("WebCore_rev"),
170 169
171 Var("dart_root") + "/third_party/dart-services": 170 Var("dart_root") + "/third_party/dart-services":
172 (Var("github_mirror") % "dart-services") + 171 (Var("github_mirror") % "dart-services") +
173 Var("dart_services_rev"), 172 Var("dart_services_rev"),
174 173
175 Var("dart_root") + "/third_party/pkg/analyzer_cli":
176 (Var("github_mirror") % "analyzer_cli") + Var("analyzer_cli_rev"),
177 Var("dart_root") + "/third_party/pkg/args": 174 Var("dart_root") + "/third_party/pkg/args":
178 (Var("github_mirror") % "args") + Var("args_tag"), 175 (Var("github_mirror") % "args") + Var("args_tag"),
179 Var("dart_root") + "/third_party/pkg/async": 176 Var("dart_root") + "/third_party/pkg/async":
180 (Var("github_mirror") % "async") + Var("async_tag"), 177 (Var("github_mirror") % "async") + Var("async_tag"),
181 Var("dart_root") + "/third_party/pkg/barback": 178 Var("dart_root") + "/third_party/pkg/barback":
182 (Var("github_mirror") % "barback") + Var("barback_tag"), 179 (Var("github_mirror") % "barback") + Var("barback_tag"),
183 Var("dart_root") + "/third_party/pkg/charcode": 180 Var("dart_root") + "/third_party/pkg/charcode":
184 (Var("github_mirror") % "charcode") + Var("charcode_tag"), 181 (Var("github_mirror") % "charcode") + Var("charcode_tag"),
185 Var("dart_root") + "/third_party/pkg/cli_util": 182 Var("dart_root") + "/third_party/pkg/cli_util":
186 (Var("github_mirror") % "cli_util") + Var("cli_util_tag"), 183 (Var("github_mirror") % "cli_util") + Var("cli_util_tag"),
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 "--bucket", 382 "--bucket",
386 "dart-dependencies", 383 "dart-dependencies",
387 "--recursive", 384 "--recursive",
388 "--auto_platform", 385 "--auto_platform",
389 "--extract", 386 "--extract",
390 "--directory", 387 "--directory",
391 Var('dart_root') + "/tools/sdks", 388 Var('dart_root') + "/tools/sdks",
392 ], 389 ],
393 }, 390 },
394 ] 391 ]
OLDNEW
« no previous file with comments | « no previous file | pkg/analyzer_cli/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698