@@ -120,13 +120,7 @@ vars = {
120120 # EOL comment after a dependency to disable this and pin it at its current
121121 # revision.
122122
123- "bazel_worker_rev" : "7d36032df76891b84500e548f8c518cb217aa3ef" ,
124- "benchmark_harness_rev" : "ccdb583e38a440b8caf749be5a4c96d0da53ffbe" ,
125- "browser_launcher_rev" : "f9b48d2e5de3721c939dbd65cedbffda5a74dc99" ,
126- "cli_util_rev" : "6a61e53ba1a9f200becaaa7210ac0d7ec3e8aef9" ,
127- "clock_rev" : "8dfee808c53302269c62954726d0db049f53bbc6" ,
128123 "core_rev" : "4b6279294026f71697f28d4958a7c7a6fdb991e1" ,
129- "csslib_rev" : "3cfa58c32314c3129bb376a4bf55ebdf04106f25" ,
130124 # Note: Updates to dart_style have to be coordinated with the infrastructure
131125 # team so that the internal formatter `tools/sdks/dart-sdk/bin/dart format`
132126 # matches the version here. Please follow this process to make updates:
@@ -142,11 +136,9 @@ vars = {
142136 "ecosystem_rev" : "52e4ceb6f0715bab5c47495429c4a2b7ce708a66" ,
143137 "flute_rev" : "a531c96a8b43d015c6bfbbfe3ab54867b0763b8b" ,
144138 "glob_rev" : "b6319d6c2880b44039e75dfed80f7ce150f76d51" ,
145- "html_rev" : "929b6de1ba53772205413d5329c9a90f1159cde5" ,
146139 "http_rev" : "8db0d0ae3e8dece7cf56c025e30ecb1082cf9c5d" ,
147140 "http_multi_server_rev" : "c8aabe36268aa38c906eae46728c10d883b9aced" ,
148141 "intl_rev" : "5d65e3808ce40e6282e40881492607df4e35669f" ,
149- "json_rpc_2_rev" : "cd94cefbe3deda854c85f3df2795148fad020930" ,
150142 "leak_tracker_rev" : "f5620600a5ce1c44f65ddaa02001e200b096e14c" , # manually rolled
151143 "lints_rev" : "f72e5ce9b4bc6550ecb3437cb50c8a0c9f00fe18" ,
152144 "markdown_rev" : "776689c8749ebddd4ea0ec899085bd2aae0e25ba" ,
@@ -365,21 +357,8 @@ deps = {
365357 Var ('chromium_git' ) + '/external/github.com/mdn/browser-compat-data' +
366358 "@" + Var ("browser-compat-data_tag" ),
367359
368- Var ("dart_root" ) + "/third_party/pkg/bazel_worker" :
369- Var ("dart_git" ) + "bazel_worker.git" + "@" + Var ("bazel_worker_rev" ),
370- Var ("dart_root" ) + "/third_party/pkg/benchmark_harness" :
371- Var ("dart_git" ) + "benchmark_harness.git" + "@" +
372- Var ("benchmark_harness_rev" ),
373- Var ("dart_root" ) + "/third_party/pkg/browser_launcher" :
374- Var ("dart_git" ) + "browser_launcher.git" + "@" + Var ("browser_launcher_rev" ),
375- Var ("dart_root" ) + "/third_party/pkg/cli_util" :
376- Var ("dart_git" ) + "cli_util.git" + "@" + Var ("cli_util_rev" ),
377- Var ("dart_root" ) + "/third_party/pkg/clock" :
378- Var ("dart_git" ) + "clock.git" + "@" + Var ("clock_rev" ),
379360 Var ("dart_root" ) + "/third_party/pkg/core" :
380361 Var ("dart_git" ) + "core.git" + "@" + Var ("core_rev" ),
381- Var ("dart_root" ) + "/third_party/pkg/csslib" :
382- Var ("dart_git" ) + "csslib.git" + "@" + Var ("csslib_rev" ),
383362 Var ("dart_root" ) + "/third_party/pkg/dart_style" :
384363 Var ("dart_git" ) + "dart_style.git" + "@" + Var ("dart_style_rev" ),
385364 Var ("dart_root" ) + "/third_party/pkg/dartdoc" :
@@ -392,17 +371,14 @@ deps = {
392371 },
393372 Var ("dart_root" ) + "/third_party/pkg/glob" :
394373 Var ("dart_git" ) + "glob.git" + "@" + Var ("glob_rev" ),
395- Var ("dart_root" ) + "/third_party/pkg/html" :
396- Var ("dart_git" ) + "html.git" + "@" + Var ("html_rev" ),
374+
397375 Var ("dart_root" ) + "/third_party/pkg/http" :
398376 Var ("dart_git" ) + "http.git" + "@" + Var ("http_rev" ),
399377 Var ("dart_root" ) + "/third_party/pkg/http_multi_server" :
400378 Var ("dart_git" ) + "http_multi_server.git" +
401379 "@" + Var ("http_multi_server_rev" ),
402380 Var ("dart_root" ) + "/third_party/pkg/intl" :
403381 Var ("dart_git" ) + "intl.git" + "@" + Var ("intl_rev" ),
404- Var ("dart_root" ) + "/third_party/pkg/json_rpc_2" :
405- Var ("dart_git" ) + "json_rpc_2.git" + "@" + Var ("json_rpc_2_rev" ),
406382 Var ("dart_root" ) + "/third_party/pkg/leak_tracker" :
407383 Var ("dart_git" ) + "leak_tracker.git" + "@" + Var ("leak_tracker_rev" ),
408384 Var ("dart_root" ) + "/third_party/pkg/lints" :
0 commit comments