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

Side by Side Diff: DEPS

Issue 1811183002: Bring in the latest pub. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 9 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 | « CHANGELOG.md ('k') | pkg/typed_data/LICENSE » ('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 # Only use this temporarily while waiting for a mirror for a new package.
25 "github_dartlang": "https://github.com/dart-lang/%s.git",
26
24 "gyp_rev": "@6ee91ad8659871916f9aa840d42e1513befdf638", 27 "gyp_rev": "@6ee91ad8659871916f9aa840d42e1513befdf638",
25 "co19_rev": "@3ed795ea02e022ef19c77cf1b6095b7c8f5584d0", 28 "co19_rev": "@3ed795ea02e022ef19c77cf1b6095b7c8f5584d0",
26 "chromium_git": "https://chromium.googlesource.com", 29 "chromium_git": "https://chromium.googlesource.com",
27 30
28 # Revisions of /third_party/* dependencies. 31 # Revisions of /third_party/* dependencies.
29 "args_tag": "@0.13.0", 32 "args_tag": "@0.13.4",
30 "async_tag": "@1.4.0", 33 "async_tag": "@1.9.0",
31 "barback_tag" : "@0.15.2+7", 34 "barback_tag" : "@0.15.2+7",
35 "boolean_selector_tag" : "@1.0.0",
32 "boringssl_rev" : "@daeafc22c66ad48f6b32fc8d3362eb9ba31b774e", 36 "boringssl_rev" : "@daeafc22c66ad48f6b32fc8d3362eb9ba31b774e",
33 "charcode_tag": "@1.1.0", 37 "charcode_tag": "@1.1.0",
34 "chrome_rev" : "@19997", 38 "chrome_rev" : "@19997",
35 "cli_util_tag" : "@0.0.1+2", 39 "cli_util_tag" : "@0.0.1+2",
36 "collection_rev": "@f6135e6350c63eb3f4dd12953b8d4363faff16fc", 40 "collection_rev": "@f6135e6350c63eb3f4dd12953b8d4363faff16fc",
37 "convert_tag": "@1.0.0", 41 "convert_tag": "@1.0.0",
38 "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d", 42 "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d",
39 "csslib_tag" : "@0.12.0", 43 "csslib_tag" : "@0.12.0",
40 "dart2js_info_rev" : "@0a221eaf16aec3879c45719de656680ccb80d8a1", 44 "dart2js_info_rev" : "@0a221eaf16aec3879c45719de656680ccb80d8a1",
41 "dartdoc_tag" : "@v0.9.0", 45 "dartdoc_tag" : "@v0.9.0",
42 "dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97", 46 "dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97",
43 "dart_style_tag": "@0.2.4", 47 "dart_style_tag": "@0.2.4",
44 "dev_compiler_rev": "@0.1.9", 48 "dev_compiler_rev": "@0.1.9",
45 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd", 49 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd",
46 "html_tag" : "@0.12.1+1", 50 "html_tag" : "@0.12.1+1",
47 "http_tag" : "@0.11.3+3", 51 "http_tag" : "@0.11.3+3",
48 "http_multi_server_tag" : "@2.0.0", 52 "http_multi_server_tag" : "@2.0.0",
49 "http_parser_tag" : "@1.1.0", 53 "http_parser_tag" : "@1.1.0",
50 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235", 54 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235",
51 "idl_parser_rev": "@7fbe68cab90c38147dee4f48c30ad0d496c17915", 55 "idl_parser_rev": "@7fbe68cab90c38147dee4f48c30ad0d496c17915",
52 "intl_rev": "@a8b480b9c436f6c0ec16730804c914bdb4e30d53", 56 "intl_rev": "@a8b480b9c436f6c0ec16730804c914bdb4e30d53",
53 "jinja2_rev": "@2222b31554f03e62600cd7e383376a7c187967a1", 57 "jinja2_rev": "@2222b31554f03e62600cd7e383376a7c187967a1",
54 "json_rpc_2_tag": "@1.1.1", 58 "json_rpc_2_tag": "@2.0.0",
55 "linter_rev": "@a60289545b34ab1f047a0a3f0673a4c5abde0eaf", 59 "linter_rev": "@a60289545b34ab1f047a0a3f0673a4c5abde0eaf",
56 "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597", 60 "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597",
57 "markdown_rev": "@4aaadf3d940bb172e1f6285af4d2b1710d309982", 61 "markdown_rev": "@4aaadf3d940bb172e1f6285af4d2b1710d309982",
58 "matcher_tag": "@0.12.0", 62 "matcher_tag": "@0.12.0",
59 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1", 63 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1",
60 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd", 64 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd",
61 "mustache4dart_rev" : "@5724cfd85151e5b6b53ddcd3380daf188fe47f92", 65 "mustache4dart_rev" : "@5724cfd85151e5b6b53ddcd3380daf188fe47f92",
62 "oauth2_tag": "@1.0.0", 66 "oauth2_tag": "@1.0.0",
63 "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6", 67 "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6",
64 "observatory_pub_packages_rev": "@cf90eb9077177d3d6b3fd5e8289477c2385c026a", 68 "observatory_pub_packages_rev": "@cf90eb9077177d3d6b3fd5e8289477c2385c026a",
65 "package_config_rev": "@0.1.3", 69 "package_config_rev": "@0.1.3",
66 "path_tag": "@1.3.6", 70 "path_tag": "@1.3.6",
67 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93", 71 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93",
68 "plugin_tag": "@0.1.0", 72 "plugin_tag": "@0.1.0",
69 "pool_tag": "@1.2.1", 73 "pool_tag": "@1.2.1",
70 "pub_rev": "@bd5c77abcb609d95340632b96344b59035e70376", 74 "pub_rev": "@c1405b945c6d818c8cfe78334e8d4b11fd913103",
71 "pub_cache_tag": "@v0.1.0", 75 "pub_cache_tag": "@v0.1.0",
72 "pub_semver_tag": "@1.2.1", 76 "pub_semver_tag": "@1.2.1",
73 "quiver_tag": "@0.21.4", 77 "quiver_tag": "@0.21.4",
74 "resource_rev":"@a49101ba2deb29c728acba6fb86000a8f730f4b1", 78 "resource_rev":"@a49101ba2deb29c728acba6fb86000a8f730f4b1",
75 "root_certificates_rev": "@c3a41df63afacec62fcb8135196177e35fe72f71", 79 "root_certificates_rev": "@c3a41df63afacec62fcb8135196177e35fe72f71",
76 "scheduled_test_tag": "@0.12.4+2", 80 "scheduled_test_tag": "@0.12.5+2",
77 "shelf_tag": "@0.6.4+3", 81 "shelf_tag": "@0.6.5",
78 "smoke_rev" : "@f3361191cc2a85ebc1e4d4c33aec672d7915aba9", 82 "smoke_rev" : "@f3361191cc2a85ebc1e4d4c33aec672d7915aba9",
79 "source_maps_tag": "@0.10.1", 83 "source_maps_tag": "@0.10.1",
80 "shelf_static_tag": "@0.2.3+1", 84 "shelf_static_tag": "@0.2.3+1",
81 "shelf_web_socket_tag": "@0.0.1+4", 85 "shelf_web_socket_tag": "@0.2.0",
82 "source_map_stack_trace_tag": "@1.0.4", 86 "source_map_stack_trace_tag": "@1.0.4",
83 "source_span_tag": "@1.2.0", 87 "source_span_tag": "@1.2.0",
84 "stack_trace_tag": "@1.4.2", 88 "stack_trace_tag": "@1.4.2",
89 "stream_channel_tag": "@1.3.1",
85 "string_scanner_tag": "@0.1.4", 90 "string_scanner_tag": "@0.1.4",
86 "sunflower_rev": "@879b704933413414679396b129f5dfa96f7a0b1e", 91 "sunflower_rev": "@879b704933413414679396b129f5dfa96f7a0b1e",
87 "test_tag": "@0.12.6+1", 92 "test_tag": "@0.12.12",
88 "test_reflective_loader_tag": "@0.0.3", 93 "test_reflective_loader_tag": "@0.0.3",
94 "typed_data_tag": "@1.1.2",
89 "utf_rev": "@1f55027068759e2d52f2c12de6a57cce5f3c5ee6", 95 "utf_rev": "@1f55027068759e2d52f2c12de6a57cce5f3c5ee6",
90 "usage_rev": "@b5080dac0d26a5609b266f8fdb0d053bc4c1c638", 96 "usage_rev": "@b5080dac0d26a5609b266f8fdb0d053bc4c1c638",
91 "watcher_tag": "@0.9.7", 97 "watcher_tag": "@0.9.7",
92 "when_tag": "@0.2.0+2", 98 "when_tag": "@0.2.0+2",
93 "which_tag": "@0.1.3+1", 99 "which_tag": "@0.1.3+1",
94 "web_components_rev": "@0e636b534d9b12c9e96f841e6679398e91a986ec", 100 "web_components_rev": "@0e636b534d9b12c9e96f841e6679398e91a986ec",
101 "web_socket_channel_tag": "@1.0.0",
95 "WebCore_rev": "@a86fe28efadcfc781f836037a80f27e22a5dad17", 102 "WebCore_rev": "@a86fe28efadcfc781f836037a80f27e22a5dad17",
96 "yaml_tag": "@2.1.5", 103 "yaml_tag": "@2.1.5",
97 "zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f", 104 "zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f",
98 "barback-0.13.0_rev": "@34853", 105 "barback-0.13.0_rev": "@34853",
99 "barback-0.14.0_rev": "@36398", 106 "barback-0.14.0_rev": "@36398",
100 "barback-0.14.1_rev": "@38525", 107 "barback-0.14.1_rev": "@38525",
101 "source_maps-0.9.4_rev": "@38524", 108 "source_maps-0.9.4_rev": "@38524",
102 } 109 }
103 110
104 deps = { 111 deps = {
(...skipping 30 matching lines...) Expand all
135 142
136 Var("dart_root") + "/third_party/WebCore": 143 Var("dart_root") + "/third_party/WebCore":
137 "https://github.com/dart-lang/webcore.git" + Var("WebCore_rev"), 144 "https://github.com/dart-lang/webcore.git" + Var("WebCore_rev"),
138 145
139 Var("dart_root") + "/third_party/pkg/args": 146 Var("dart_root") + "/third_party/pkg/args":
140 (Var("github_mirror") % "args") + Var("args_tag"), 147 (Var("github_mirror") % "args") + Var("args_tag"),
141 Var("dart_root") + "/third_party/pkg/async": 148 Var("dart_root") + "/third_party/pkg/async":
142 (Var("github_mirror") % "async") + Var("async_tag"), 149 (Var("github_mirror") % "async") + Var("async_tag"),
143 Var("dart_root") + "/third_party/pkg/barback": 150 Var("dart_root") + "/third_party/pkg/barback":
144 (Var("github_mirror") % "barback") + Var("barback_tag"), 151 (Var("github_mirror") % "barback") + Var("barback_tag"),
152 Var("dart_root") + "/third_party/pkg/boolean_selector":
153 (Var("github_dartlang") % "boolean_selector") +
154 Var("boolean_selector_tag"),
145 Var("dart_root") + "/third_party/pkg/charcode": 155 Var("dart_root") + "/third_party/pkg/charcode":
146 (Var("github_mirror") % "charcode") + Var("charcode_tag"), 156 (Var("github_mirror") % "charcode") + Var("charcode_tag"),
147 Var("dart_root") + "/third_party/pkg/cli_util": 157 Var("dart_root") + "/third_party/pkg/cli_util":
148 (Var("github_mirror") % "cli_util") + Var("cli_util_tag"), 158 (Var("github_mirror") % "cli_util") + Var("cli_util_tag"),
149 Var("dart_root") + "/third_party/pkg/collection": 159 Var("dart_root") + "/third_party/pkg/collection":
150 (Var("github_mirror") % "collection") + Var("collection_rev"), 160 (Var("github_mirror") % "collection") + Var("collection_rev"),
151 Var("dart_root") + "/third_party/pkg/convert": 161 Var("dart_root") + "/third_party/pkg/convert":
152 "https://github.com/dart-lang/convert.git" + Var("convert_tag"), 162 "https://github.com/dart-lang/convert.git" + Var("convert_tag"),
153 Var("dart_root") + "/third_party/pkg/crypto": 163 Var("dart_root") + "/third_party/pkg/crypto":
154 (Var("github_mirror") % "crypto") + Var("crypto_rev"), 164 (Var("github_mirror") % "crypto") + Var("crypto_rev"),
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 (Var("github_mirror") % "smoke") + Var("smoke_rev"), 250 (Var("github_mirror") % "smoke") + Var("smoke_rev"),
241 Var("dart_root") + "/third_party/pkg/source_maps": 251 Var("dart_root") + "/third_party/pkg/source_maps":
242 (Var("github_mirror") % "source_maps") + Var("source_maps_tag"), 252 (Var("github_mirror") % "source_maps") + Var("source_maps_tag"),
243 Var("dart_root") + "/third_party/pkg/source_span": 253 Var("dart_root") + "/third_party/pkg/source_span":
244 (Var("github_mirror") % "source_span") + Var("source_span_tag"), 254 (Var("github_mirror") % "source_span") + Var("source_span_tag"),
245 Var("dart_root") + "/third_party/pkg/source_map_stack_trace": 255 Var("dart_root") + "/third_party/pkg/source_map_stack_trace":
246 (Var("github_mirror") % "source_map_stack_trace") + 256 (Var("github_mirror") % "source_map_stack_trace") +
247 Var("source_map_stack_trace_tag"), 257 Var("source_map_stack_trace_tag"),
248 Var("dart_root") + "/third_party/pkg/stack_trace": 258 Var("dart_root") + "/third_party/pkg/stack_trace":
249 (Var("github_mirror") % "stack_trace") + Var("stack_trace_tag"), 259 (Var("github_mirror") % "stack_trace") + Var("stack_trace_tag"),
260 Var("dart_root") + "/third_party/pkg/stream_channel":
261 (Var("github_dartlang") % "stream_channel") +
262 Var("stream_channel_tag"),
250 Var("dart_root") + "/third_party/pkg/string_scanner": 263 Var("dart_root") + "/third_party/pkg/string_scanner":
251 (Var("github_mirror") % "string_scanner") + 264 (Var("github_mirror") % "string_scanner") +
252 Var("string_scanner_tag"), 265 Var("string_scanner_tag"),
253 Var("dart_root") + "/third_party/sunflower": 266 Var("dart_root") + "/third_party/sunflower":
254 (Var("github_mirror") % "sample-sunflower") + 267 (Var("github_mirror") % "sample-sunflower") +
255 Var("sunflower_rev"), 268 Var("sunflower_rev"),
256 Var("dart_root") + "/third_party/pkg/test": 269 Var("dart_root") + "/third_party/pkg/test":
257 (Var("github_mirror") % "test") + Var("test_tag"), 270 (Var("github_mirror") % "test") + Var("test_tag"),
258 Var("dart_root") + "/third_party/pkg/test_reflective_loader": 271 Var("dart_root") + "/third_party/pkg/test_reflective_loader":
259 (Var("github_mirror") % "test_reflective_loader") + 272 (Var("github_mirror") % "test_reflective_loader") +
260 Var("test_reflective_loader_tag"), 273 Var("test_reflective_loader_tag"),
274 Var("dart_root") + "/third_party/pkg/typed_data":
275 (Var("github_dartlang") % "typed_data") + Var("typed_data_tag"),
261 Var("dart_root") + "/third_party/pkg/usage": 276 Var("dart_root") + "/third_party/pkg/usage":
262 (Var("github_mirror") % "usage") + Var("usage_rev"), 277 (Var("github_mirror") % "usage") + Var("usage_rev"),
263 Var("dart_root") + "/third_party/pkg/utf": 278 Var("dart_root") + "/third_party/pkg/utf":
264 (Var("github_mirror") % "utf") + Var("utf_rev"), 279 (Var("github_mirror") % "utf") + Var("utf_rev"),
265 Var("dart_root") + "/third_party/pkg/watcher": 280 Var("dart_root") + "/third_party/pkg/watcher":
266 (Var("github_mirror") % "watcher") + Var("watcher_tag"), 281 (Var("github_mirror") % "watcher") + Var("watcher_tag"),
267 Var("dart_root") + "/third_party/pkg/web_components": 282 Var("dart_root") + "/third_party/pkg/web_components":
268 (Var("github_mirror") % "web-components") + 283 (Var("github_mirror") % "web-components") +
269 Var("web_components_rev"), 284 Var("web_components_rev"),
285 Var("dart_root") + "/third_party/pkg/web_socket_channel":
286 (Var("github_dartlang") % "web_socket_channel") +
287 Var("web_socket_channel_tag"),
270 Var("dart_root") + "/third_party/pkg/when": 288 Var("dart_root") + "/third_party/pkg/when":
271 (Var("github_mirror") % "when") + Var("when_tag"), 289 (Var("github_mirror") % "when") + Var("when_tag"),
272 Var("dart_root") + "/third_party/pkg/which": 290 Var("dart_root") + "/third_party/pkg/which":
273 (Var("github_mirror") % "which") + Var("which_tag"), 291 (Var("github_mirror") % "which") + Var("which_tag"),
274 Var("dart_root") + "/third_party/pkg/yaml": 292 Var("dart_root") + "/third_party/pkg/yaml":
275 (Var("github_mirror") % "yaml") + Var("yaml_tag"), 293 (Var("github_mirror") % "yaml") + Var("yaml_tag"),
276 } 294 }
277 295
278 deps_os = { 296 deps_os = {
279 "android": { 297 "android": {
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 "--extract", 441 "--extract",
424 "-s", 442 "-s",
425 Var('dart_root') + "/third_party/clang.tar.gz.sha1", 443 Var('dart_root') + "/third_party/clang.tar.gz.sha1",
426 ], 444 ],
427 }, 445 },
428 { 446 {
429 "pattern": ".", 447 "pattern": ".",
430 "action": ["python", Var("dart_root") + "/tools/gyp_dart.py"], 448 "action": ["python", Var("dart_root") + "/tools/gyp_dart.py"],
431 }, 449 },
432 ] 450 ]
OLDNEW
« no previous file with comments | « CHANGELOG.md ('k') | pkg/typed_data/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698