Effectively add standard_message_codec.

The new flutter_tools that the roller is trying to roll needs
standard_message_codec, but it won't be realized as a dependency, so we
need to modify //build/secondary to allow it to be realized.

Also revert the past 6 roller commits since fuchsia.git needs to consume
this commit immediately, effectively taking this repo to its revision in
GI, plus standard_message_codec.

Change-Id: Ib116a7a2aa4e8c979956825a5e014995a333799b
Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/dart-pkg/+/793162
Fuchsia-Auto-Submit: Darren Chan <chandarren@google.com>
Reviewed-by: Jason Campbell <jasoncampbell@google.com>
Reviewed-by: David Worsham <dworsham@google.com>
Commit-Queue: Darren Chan <chandarren@google.com>
306 files changed
tree: 34c2668db3c1723134a10cdd477175f21824293d
  1. _discoveryapis_commons/
  2. _fe_analyzer_shared/
  3. analyzer/
  4. archive/
  5. args/
  6. async/
  7. boolean_selector/
  8. browser_launcher/
  9. build/
  10. built_collection/
  11. built_value/
  12. characters/
  13. checked_yaml/
  14. cli_util/
  15. clock/
  16. code_builder/
  17. collection/
  18. completion/
  19. convert/
  20. coverage/
  21. crypto/
  22. csslib/
  23. dart_style/
  24. dds/
  25. dds_service_extensions/
  26. devtools_shared/
  27. dwds/
  28. edit_distance/
  29. fake_async/
  30. ffi/
  31. file/
  32. file_testing/
  33. fixnum/
  34. flutter_image/
  35. flutter_mobx/
  36. flutter_staggered_grid_view/
  37. flutter_svg/
  38. frontend_server_client/
  39. gcloud/
  40. glob/
  41. googleapis/
  42. googleapis_auth/
  43. grpc/
  44. html/
  45. html_unescape/
  46. http/
  47. http2/
  48. http_multi_server/
  49. http_parser/
  50. image/
  51. intl/
  52. io/
  53. js/
  54. json_annotation/
  55. json_rpc_2/
  56. lists/
  57. logging/
  58. markdown/
  59. matcher/
  60. material_color_utilities/
  61. meta/
  62. mime/
  63. mobx/
  64. mobx_codegen/
  65. mockito/
  66. multicast_dns/
  67. mustache_template/
  68. native_stack_traces/
  69. nested/
  70. node_preamble/
  71. package_config/
  72. path/
  73. path_drawing/
  74. path_parsing/
  75. pedantic/
  76. petitparser/
  77. platform/
  78. pool/
  79. process/
  80. protobuf/
  81. protoc_plugin/
  82. provider/
  83. pub_semver/
  84. pubspec_parse/
  85. quiver/
  86. retry/
  87. shelf/
  88. shelf_packages_handler/
  89. shelf_proxy/
  90. shelf_static/
  91. shelf_web_socket/
  92. source_gen/
  93. source_map_stack_trace/
  94. source_maps/
  95. source_span/
  96. sse/
  97. stack_trace/
  98. standard_message_codec/
  99. stream_channel/
  100. string_scanner/
  101. strings/
  102. sync_http/
  103. term_glyph/
  104. test/
  105. test_api/
  106. test_core/
  107. test_core2/
  108. tuple/
  109. typed_data/
  110. unicode/
  111. usage/
  112. uuid/
  113. vector_math/
  114. vm_service/
  115. vm_snapshot_analysis/
  116. watcher/
  117. web_socket_channel/
  118. webdriver/
  119. webkit_inspection_protocol/
  120. xml/
  121. yaml/
  122. .flutter
  123. .gitignore
  124. AUTHORS
  125. CONTRIBUTING.md
  126. LICENSE
  127. package_config.json
  128. README.md
README.md

Fuchsia Dart package mirror repository

This repository contains a copy of Dart packages used in the rest of Fuchsia that are mirrored from other locations, such as pub.dartlang.org. It is checked out to //third_party/dart-pkg/pub.

To update, please see Third-party Dart packages.