tree: 645772d0c7ba129dbbc7b232ddfaae642bbddba8 [path history] [tgz]
  1. analytics/
  2. android/
  3. assembly/
  4. async-gunzip/
  5. async-utils/
  6. backoff/
  7. callback/
  8. chunked-compression/
  9. cobalt/
  10. component/
  11. const-unwrap/
  12. containers/
  13. cstr/
  14. ddk/
  15. ddktl/
  16. debug/
  17. dense-map/
  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. fakealloc/
  31. fdio/
  32. fdomain/
  33. fidl/
  34. fidl_codec/
  35. fidl_fuchsia_intl_ext/
  36. fidl_server/
  37. fidl_table_validation/
  38. files/
  39. flyweights/
  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-runtime/
  54. fuchsia-sync/
  55. fuchsia-url/
  56. fuchsia_nix/
  57. fuzzing/
  58. fxl/
  59. gcs/
  60. go-benchmarking/
  61. http-sse/
  62. http-uri-ext/
  63. icu/
  64. icu_data/
  65. include_bytes_from_working_dir/
  66. include_str_from_working_dir/
  67. inet/
  68. inject/
  69. injectable-time/
  70. intl/
  71. json_parser/
  72. libdoc/
  73. line_input/
  74. listnode/
  75. llvm/
  76. llvm-profdata/
  77. loader_service/
  78. mapped-vmo/
  79. mdns/
  80. memory_barriers/
  81. metrics_buffer/
  82. mpmc/
  83. mundane/
  84. network/
  85. pkg_url/
  86. process/
  87. process_builder/
  88. product_description/
  89. proptest-support/
  90. pty/
  91. replace-with/
  92. rust_url/
  93. sandbox/
  94. scoped_task/
  95. security/
  96. shared-buffer/
  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.