tree: bda2bf8919f0cab7d3a72b5d052164857c33b6be
  1. analytics/
  2. android/
  3. assembly/
  4. async-utils/
  5. backoff/
  6. buf-read-ext/
  7. callback/
  8. chunked-compression/
  9. cobalt/
  10. collections/
  11. component/
  12. const-unwrap/
  13. containers/
  14. cstringify/
  15. ddk/
  16. ddktl/
  17. debug/
  18. depfile/
  19. detect-stall/
  20. diagnostics/
  21. digest/
  22. directed_graph/
  23. driver_symbols/
  24. dso/
  25. dynfidl/
  26. eld/
  27. elf-search/
  28. elf_parse/
  29. elfldltl/
  30. elflib/
  31. error/
  32. fable/
  33. fake-clock/
  34. fdio/
  35. fdomain/
  36. fidl/
  37. fidl_codec/
  38. fidl_fuchsia_intl_ext/
  39. fidl_server/
  40. fidl_table_validation/
  41. files/
  42. fostr/
  43. from-enum/
  44. fsl/
  45. fuchsia/
  46. fuchsia-async/
  47. fuchsia-async-macro/
  48. fuchsia-component/
  49. fuchsia-component-test/
  50. fuchsia-cprng/
  51. fuchsia-fs/
  52. fuchsia-hyper/
  53. fuchsia-image-format/
  54. fuchsia-lockfile/
  55. fuchsia-rcu/
  56. fuchsia-rcu-collections/
  57. fuchsia-rseq/
  58. fuchsia-runtime/
  59. fuchsia-sync/
  60. fuchsia-url/
  61. fuchsia_nix/
  62. fuzzing/
  63. fxl/
  64. gcs/
  65. go-benchmarking/
  66. http-sse/
  67. http-uri-ext/
  68. icu/
  69. icu_data/
  70. include_bytes_from_working_dir/
  71. include_str_from_working_dir/
  72. inet/
  73. inject/
  74. injectable-time/
  75. intl/
  76. json_parser/
  77. kalloc/
  78. libdoc/
  79. line_input/
  80. listnode/
  81. llvm/
  82. llvm-profdata/
  83. loader_service/
  84. mapped-clock/
  85. mapped-vmo/
  86. mdns/
  87. metrics_buffer/
  88. mpmc/
  89. mundane/
  90. network/
  91. pkg_url/
  92. process/
  93. process_builder/
  94. product_description/
  95. proptest-support/
  96. pty/
  97. replace-with/
  98. rust_url/
  99. sandbox/
  100. scoped_task/
  101. security/
  102. shared-buffer/
  103. stdformat/
  104. structured_ui/
  105. symbolizer-markup/
  106. syslog/
  107. tcp-stream-ext/
  108. tempfile-ext/
  109. test-suite/
  110. test_diagnostics/
  111. test_util/
  112. testing/
  113. timekeeper/
  114. trace/
  115. transfer_manifest/
  116. trivial-allocator/
  117. ubsan-custom/
  118. ui/
  119. unwinder/
  120. usb_rs/
  121. utf8_path/
  122. utf_conversion/
  123. uuid/
  124. versioning/
  125. vmo_store/
  126. vulkan/
  127. watch_handler/
  128. webpki-roots-fuchsia/
  129. windowed-stats/
  130. zbitl/
  131. zr/
  132. zxc/
  133. zxdump/
  134. BUILD.gn
  135. README.md
  136. TESTING.json5
src/lib/README.md

OWNERS

Given the vast breadth of the code under //src/lib/ and the project's desire to encourage more local ownership, there is intentionally no //src/lib/OWNERS. Rather, the addition of new subdirectories is expected to fall back toward requiring an OWNERS override in the following way.

The initial commit of //src/lib/foo should be limited to an OWNERS file, as well as possibly a README.md. The override should be requested on this change, in turn limiting the sign-off to the high-level intent of the new codebase and its desired set of maintainers. Once those maintainers are in place, contributions of actual code can proceed as usual under their direction alone.