tree: c7b0e4922a50c8476c654f2fe3e0904a3e4e0e56 [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-runtime/
  51. fuchsia-sync/
  52. fuchsia-url/
  53. fuchsia_nix/
  54. fuzzing/
  55. fxl/
  56. gcs/
  57. go-benchmarking/
  58. http-sse/
  59. http-uri-ext/
  60. icu/
  61. icu_data/
  62. include_bytes_from_working_dir/
  63. include_str_from_working_dir/
  64. inet/
  65. inject/
  66. injectable-time/
  67. intl/
  68. json_parser/
  69. libdoc/
  70. line_input/
  71. listnode/
  72. llvm/
  73. llvm-profdata/
  74. loader_service/
  75. mapped-clock/
  76. mapped-vmo/
  77. mdns/
  78. metrics_buffer/
  79. mpmc/
  80. mundane/
  81. network/
  82. pkg_url/
  83. process/
  84. process_builder/
  85. product_description/
  86. proptest-support/
  87. pty/
  88. replace-with/
  89. rust_url/
  90. sandbox/
  91. scoped_task/
  92. security/
  93. shared-buffer/
  94. stdformat/
  95. structured_ui/
  96. symbolizer-markup/
  97. syslog/
  98. tcp-stream-ext/
  99. tempfile-ext/
  100. test-suite/
  101. test_diagnostics/
  102. test_util/
  103. testing/
  104. timekeeper/
  105. trace/
  106. transfer_manifest/
  107. trivial-allocator/
  108. ubsan-custom/
  109. ui/
  110. unwinder/
  111. usb_rs/
  112. utf8_path/
  113. utf_conversion/
  114. uuid/
  115. versioning/
  116. vmo_store/
  117. vulkan/
  118. watch_handler/
  119. webpki-roots-fuchsia/
  120. windowed-stats/
  121. zbitl/
  122. zxc/
  123. zxdump/
  124. BUILD.gn
  125. 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.