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