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