@@ -58,6 +58,7 @@ vars = {
58
58
"charcode_tag" : "@v1.1.1" ,
59
59
"chrome_rev" : "@19997" ,
60
60
"cli_util_tag" : "@0.1.0" ,
61
+ "code_transformers_tag" : "@v0.5.1" ,
61
62
"collection_tag" : "@1.13.0" ,
62
63
"convert_tag" : "@2.0.1" ,
63
64
"crypto_tag" : "@2.0.1" ,
@@ -75,6 +76,7 @@ vars = {
75
76
"http_tag" : "@0.11.3+13" ,
76
77
"http_throttle_tag" : "@1.0.1" ,
77
78
"idl_parser_rev" : "@7fbe68cab90c38147dee4f48c30ad0d496c17915" ,
79
+ "initialize_tag" : "@v0.6.2+5" ,
78
80
"intl_tag" : "@0.14.0" ,
79
81
"isolate_tag" : "@1.0.0" ,
80
82
"jinja2_rev" : "@2222b31554f03e62600cd7e383376a7c187967a1" ,
@@ -87,7 +89,9 @@ vars = {
87
89
"mime_rev" : "@75890811d4af5af080351ba8a2853ad4c8df98dd" ,
88
90
"mustache4dart_tag" : "@v1.1.0" ,
89
91
"oauth2_tag" : "@1.0.2" ,
92
+ "observable_tag" : "@0.17.0" ,
90
93
"observatory_pub_packages_rev" : "@26aad88f1c1915d39bbcbff3cad589e2402fdcf1" ,
94
+ "observe_tag" : "@0.15.0" ,
91
95
"package_config_tag" : "@1.0.0" ,
92
96
"package_resolver_tag" : "@1.0.2+1" ,
93
97
"path_tag" : "@1.4.1" ,
@@ -105,6 +109,7 @@ vars = {
105
109
"shelf_packages_handler_tag" : "@1.0.0" ,
106
110
"shelf_tag" : "@0.6.7+2" ,
107
111
"shelf_web_socket_tag" : "@0.2.1" ,
112
+ "smoke_tag" : "@v0.3.6+2" ,
108
113
"source_map_stack_trace_tag" : "@1.1.4" ,
109
114
"source_maps-0.9.4_rev" : "@38524" ,
110
115
"source_maps_tag" : "@0.10.4" ,
@@ -120,6 +125,7 @@ vars = {
120
125
"usage_tag" : "@3.3.0" ,
121
126
"utf_tag" : "@0.9.0+3" ,
122
127
"watcher_tag" : "@0.9.7+3" ,
128
+ "web_components_rev" : "@6349e09f9118dce7ae1b309af5763745e25a9d61" ,
123
129
"web_socket_channel_tag" : "@1.0.4" ,
124
130
"WebCore_rev" : "@3c45690813c112373757bbef53de1602a62af609" ,
125
131
"yaml_tag" : "@2.1.12" ,
@@ -197,6 +203,9 @@ deps = {
197
203
(Var ("github_mirror" ) % "crypto" ) + Var ("crypto_tag" ),
198
204
Var ("dart_root" ) + "/third_party/pkg/csslib" :
199
205
(Var ("github_mirror" ) % "csslib" ) + Var ("csslib_tag" ),
206
+ Var ("dart_root" ) + "/third_party/pkg/code_transformers" :
207
+ (Var ("github_mirror" ) % "code_transformers" ) +
208
+ Var ("code_transformers_tag" ),
200
209
Var ("dart_root" ) + "/third_party/dart-services" :
201
210
(Var ("github_mirror" ) % "dart-services" ) +
202
211
Var ("dart_services_rev" ),
@@ -224,6 +233,8 @@ deps = {
224
233
Var ("dart_root" ) + "/third_party/pkg/http_throttle" :
225
234
(Var ("github_mirror" ) % "http_throttle" ) +
226
235
Var ("http_throttle_tag" ),
236
+ Var ("dart_root" ) + "/third_party/pkg/initialize" :
237
+ (Var ("github_mirror" ) % "initialize" ) + Var ("initialize_tag" ),
227
238
Var ("dart_root" ) + "/third_party/pkg/intl" :
228
239
(Var ("github_mirror" ) % "intl" ) + Var ("intl_tag" ),
229
240
Var ("dart_root" ) + "/third_party/pkg/isolate" :
@@ -248,6 +259,10 @@ deps = {
248
259
+ Var ("mustache4dart_tag" ),
249
260
Var ("dart_root" ) + "/third_party/pkg/oauth2" :
250
261
(Var ("github_mirror" ) % "oauth2" ) + Var ("oauth2_tag" ),
262
+ Var ("dart_root" ) + "/third_party/pkg/observable" :
263
+ (Var ("github_mirror" ) % "observable" ) + Var ("observable_tag" ),
264
+ Var ("dart_root" ) + "/third_party/pkg/observe" :
265
+ (Var ("github_mirror" ) % "observe" ) + Var ("observe_tag" ),
251
266
Var ("dart_root" ) + "/third_party/observatory_pub_packages" :
252
267
(Var ("github_mirror" ) % "observatory_pub_packages" )
253
268
+ Var ("observatory_pub_packages_rev" ),
@@ -286,6 +301,8 @@ deps = {
286
301
Var ("dart_root" ) + "/third_party/pkg/shelf_web_socket" :
287
302
(Var ("github_mirror" ) % "shelf_web_socket" ) +
288
303
Var ("shelf_web_socket_tag" ),
304
+ Var ("dart_root" ) + "/third_party/pkg/smoke" :
305
+ (Var ("github_mirror" ) % "smoke" ) + Var ("smoke_tag" ),
289
306
Var ("dart_root" ) + "/third_party/pkg/source_maps" :
290
307
(Var ("github_mirror" ) % "source_maps" ) + Var ("source_maps_tag" ),
291
308
Var ("dart_root" ) + "/third_party/pkg/source_span" :
@@ -319,6 +336,9 @@ deps = {
319
336
(Var ("github_mirror" ) % "utf" ) + Var ("utf_tag" ),
320
337
Var ("dart_root" ) + "/third_party/pkg/watcher" :
321
338
(Var ("github_mirror" ) % "watcher" ) + Var ("watcher_tag" ),
339
+ Var ("dart_root" ) + "/third_party/pkg/web_components" :
340
+ (Var ("github_mirror" ) % "web-components" ) +
341
+ Var ("web_components_rev" ),
322
342
Var ("dart_root" ) + "/third_party/pkg/web_socket_channel" :
323
343
(Var ("github_mirror" ) % "web_socket_channel" ) +
324
344
Var ("web_socket_channel_tag" ),
0 commit comments