tree: 309db6699afe96a563bb9101b0d04b083386963d [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. dynfidl/
  23. eld/
  24. elfldltl/
  25. elflib/
  26. error/
  27. fable/
  28. fake-clock/
  29. fdio/
  30. fdomain/
  31. fidl/
  32. fidl_codec/
  33. fidl_fuchsia_intl_ext/
  34. fidl_server/
  35. fidl_table_validation/
  36. files/
  37. fostr/
  38. from-enum/
  39. fsl/
  40. fuchsia/
  41. fuchsia-async/
  42. fuchsia-async-macro/
  43. fuchsia-component/
  44. fuchsia-component-test/
  45. fuchsia-cprng/
  46. fuchsia-fs/
  47. fuchsia-hyper/
  48. fuchsia-image-format/
  49. fuchsia-lockfile/
  50. fuchsia-rcu/
  51. fuchsia-rcu-collections/
  52. fuchsia-runtime/
  53. fuchsia-sync/
  54. fuchsia-url/
  55. fuchsia_nix/
  56. fuzzing/
  57. fxl/
  58. gcs/
  59. go-benchmarking/
  60. http-sse/
  61. http-uri-ext/
  62. icu/
  63. icu_data/
  64. include_bytes_from_working_dir/
  65. include_str_from_working_dir/
  66. inet/
  67. inject/
  68. injectable-time/
  69. intl/
  70. json_parser/
  71. libdoc/
  72. line_input/
  73. listnode/
  74. llvm/
  75. llvm-profdata/
  76. loader_service/
  77. mapped-clock/
  78. mapped-vmo/
  79. mdns/
  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_rs/
  114. utf8_path/
  115. utf_conversion/
  116. uuid/
  117. versioning/
  118. vmo_store/
  119. vulkan/
  120. watch_handler/
  121. webpki-roots-fuchsia/
  122. windowed-stats/
  123. zbitl/
  124. zxc/
  125. zxdump/
  126. BUILD.gn
  127. 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.