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