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