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

Side by Side Diff: DEPS

Issue 2561723003: Merge kernel closure conversion into the Dart SDK (Closed)
Patch Set: Remove path constraint Created 4 years 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 | « .packages ('k') | pkg/kernel/bin/batch_util.dart » ('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 # We use mirrors of all github repos to guarantee reproducibility and 10 # We use mirrors of all github repos to guarantee reproducibility and
11 # consistency between what users see and what the bots see. 11 # consistency between what users see and what the bots see.
12 # We need the mirrors to not have 100+ bots pulling github constantly. 12 # We need the mirrors to not have 100+ bots pulling github constantly.
13 # We mirror our github repos on chromium git servers. 13 # We mirror our github repos on chromium git servers.
14 # DO NOT use this var if you don't see a mirror here: 14 # DO NOT use this var if you don't see a mirror here:
15 # https://chromium.googlesource.com/ 15 # https://chromium.googlesource.com/
16 # named like: 16 # named like:
17 # external/github.com/dart-lang/NAME 17 # external/github.com/dart-lang/NAME
18 # It is ok to add a dependency directly on dart-lang (dart-lang only) 18 # It is ok to add a dependency directly on dart-lang (dart-lang only)
19 # github repo until the mirror has been created, but please do file a bug 19 # github repo until the mirror has been created, but please do file a bug
20 # against infra to make that happen. 20 # against infra to make that happen.
21 "github_mirror": 21 "github_mirror":
22 "https://chromium.googlesource.com/external/github.com/dart-lang/%s.git", 22 "https://chromium.googlesource.com/external/github.com/dart-lang/%s.git",
23 23
24 # Chromium git 24 # Chromium git
25 "chromium_git": "https://chromium.googlesource.com", 25 "chromium_git": "https://chromium.googlesource.com",
26 26
27 # Only use this temporarily while waiting for a mirror for a new package. 27 # Only use this temporarily while waiting for a mirror for a new package.
28 "github_dartlang": "https://github.com/dart-lang/%s.git", 28 "github_dartlang": "https://github.com/dart-lang/%s.git",
29 29
30 "github_testing": "https://github.com/peter-ahe-google/testing.git",
31
30 "gyp_rev": "@6ee91ad8659871916f9aa840d42e1513befdf638", 32 "gyp_rev": "@6ee91ad8659871916f9aa840d42e1513befdf638",
31 "co19_rev": "@f05d5aee5930bfd487aedf832fbd7b832f502b15", 33 "co19_rev": "@f05d5aee5930bfd487aedf832fbd7b832f502b15",
32 34
33 # Revisions of GN related dependencies. 35 # Revisions of GN related dependencies.
34 "buildtools_revision": "@39b1db2ab4aa4b2ccaa263c29bdf63e7c1ee28aa", 36 "buildtools_revision": "@39b1db2ab4aa4b2ccaa263c29bdf63e7c1ee28aa",
35 "clang_format_rev": "@0ed791d1387a3c9146ea6c453c646f3c0fc97784", 37 "clang_format_rev": "@0ed791d1387a3c9146ea6c453c646f3c0fc97784",
36 38
37 "gperftools_revision": "@02eeed29df112728564a5dde6417fa4622b57a06", 39 "gperftools_revision": "@02eeed29df112728564a5dde6417fa4622b57a06",
38 40
39 # Revisions of /third_party/* dependencies. 41 # Revisions of /third_party/* dependencies.
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 "shelf_web_socket_tag": "@0.2.1", 104 "shelf_web_socket_tag": "@0.2.1",
103 "smoke_tag" : "@v0.3.6+2", 105 "smoke_tag" : "@v0.3.6+2",
104 "source_map_stack_trace_tag": "@1.1.3", 106 "source_map_stack_trace_tag": "@1.1.3",
105 "source_maps-0.9.4_rev": "@38524", 107 "source_maps-0.9.4_rev": "@38524",
106 "source_maps_tag": "@0.10.1+2", 108 "source_maps_tag": "@0.10.1+2",
107 "source_span_tag": "@1.2.4", 109 "source_span_tag": "@1.2.4",
108 "stack_trace_tag": "@1.6.6", 110 "stack_trace_tag": "@1.6.6",
109 "stream_channel_tag": "@1.5.0", 111 "stream_channel_tag": "@1.5.0",
110 "string_scanner_tag": "@1.0.0", 112 "string_scanner_tag": "@1.0.0",
111 "sunflower_rev": "@879b704933413414679396b129f5dfa96f7a0b1e", 113 "sunflower_rev": "@879b704933413414679396b129f5dfa96f7a0b1e",
114 "testing_rev": "@2e196d51c147411a93a949109656be93626bda49",
112 "test_reflective_loader_tag": "@0.1.0", 115 "test_reflective_loader_tag": "@0.1.0",
113 "test_tag": "@0.12.15+6", 116 "test_tag": "@0.12.15+6",
114 "typed_data_tag": "@1.1.3", 117 "typed_data_tag": "@1.1.3",
115 "usage_tag": "@v2.2.2", 118 "usage_tag": "@v2.2.2",
116 "utf_tag": "@0.9.0+3", 119 "utf_tag": "@0.9.0+3",
117 "watcher_tag": "@0.9.7+3", 120 "watcher_tag": "@0.9.7+3",
118 "web_components_rev": "@6349e09f9118dce7ae1b309af5763745e25a9d61", 121 "web_components_rev": "@6349e09f9118dce7ae1b309af5763745e25a9d61",
119 "web_socket_channel_tag": "@1.0.4", 122 "web_socket_channel_tag": "@1.0.4",
120 "WebCore_rev": "@a86fe28efadcfc781f836037a80f27e22a5dad17", 123 "WebCore_rev": "@a86fe28efadcfc781f836037a80f27e22a5dad17",
121 "when_tag": "@0.2.0+2", 124 "when_tag": "@0.2.0+2",
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 (Var("github_dartlang") % "stream_channel") + 311 (Var("github_dartlang") % "stream_channel") +
309 Var("stream_channel_tag"), 312 Var("stream_channel_tag"),
310 Var("dart_root") + "/third_party/pkg/string_scanner": 313 Var("dart_root") + "/third_party/pkg/string_scanner":
311 (Var("github_mirror") % "string_scanner") + 314 (Var("github_mirror") % "string_scanner") +
312 Var("string_scanner_tag"), 315 Var("string_scanner_tag"),
313 Var("dart_root") + "/third_party/sunflower": 316 Var("dart_root") + "/third_party/sunflower":
314 (Var("github_mirror") % "sample-sunflower") + 317 (Var("github_mirror") % "sample-sunflower") +
315 Var("sunflower_rev"), 318 Var("sunflower_rev"),
316 Var("dart_root") + "/third_party/pkg/test": 319 Var("dart_root") + "/third_party/pkg/test":
317 (Var("github_mirror") % "test") + Var("test_tag"), 320 (Var("github_mirror") % "test") + Var("test_tag"),
321 Var("dart_root") + "/third_party/testing":
322 Var("github_testing") + Var("testing_rev"),
318 Var("dart_root") + "/third_party/pkg/test_reflective_loader": 323 Var("dart_root") + "/third_party/pkg/test_reflective_loader":
319 (Var("github_mirror") % "test_reflective_loader") + 324 (Var("github_mirror") % "test_reflective_loader") +
320 Var("test_reflective_loader_tag"), 325 Var("test_reflective_loader_tag"),
321 Var("dart_root") + "/third_party/pkg/typed_data": 326 Var("dart_root") + "/third_party/pkg/typed_data":
322 (Var("github_dartlang") % "typed_data") + Var("typed_data_tag"), 327 (Var("github_dartlang") % "typed_data") + Var("typed_data_tag"),
323 Var("dart_root") + "/third_party/pkg/usage": 328 Var("dart_root") + "/third_party/pkg/usage":
324 (Var("github_mirror") % "usage") + Var("usage_tag"), 329 (Var("github_mirror") % "usage") + Var("usage_tag"),
325 Var("dart_root") + "/third_party/pkg/utf": 330 Var("dart_root") + "/third_party/pkg/utf":
326 (Var("github_mirror") % "utf") + Var("utf_tag"), 331 (Var("github_mirror") % "utf") + Var("utf_tag"),
327 Var("dart_root") + "/third_party/pkg/watcher": 332 Var("dart_root") + "/third_party/pkg/watcher":
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 # Update the Windows toolchain if necessary. 597 # Update the Windows toolchain if necessary.
593 'name': 'win_toolchain', 598 'name': 'win_toolchain',
594 'pattern': '.', 599 'pattern': '.',
595 'action': ['python', 'sdk/build/vs_toolchain.py', 'update'], 600 'action': ['python', 'sdk/build/vs_toolchain.py', 'update'],
596 }, 601 },
597 { 602 {
598 "pattern": ".", 603 "pattern": ".",
599 "action": ["python", Var("dart_root") + "/tools/generate_buildfiles.py"], 604 "action": ["python", Var("dart_root") + "/tools/generate_buildfiles.py"],
600 }, 605 },
601 ] 606 ]
OLDNEW
« no previous file with comments | « .packages ('k') | pkg/kernel/bin/batch_util.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698