tree: fcdab50fa8eafe02fa78c43666bec75a1f952749 [path history] [tgz]
  1. associated_interfaces/
  2. blob/
  3. bluetooth/
  4. cache_storage/
  5. client_hints/
  6. css/
  7. device_memory/
  8. dom_storage/
  9. dwrite_rasterizer_support/
  10. experiments/
  11. feature_policy/
  12. fetch/
  13. font_unique_name_lookup/
  14. frame/
  15. indexeddb/
  16. loader/
  17. logging/
  18. manifest/
  19. media/
  20. mediastream/
  21. messaging/
  22. mime_util/
  23. notifications/
  24. oom_intervention/
  25. origin_policy/
  26. origin_trials/
  27. page/
  28. prerender/
  29. sampling_heap_profiler/
  30. sandbox_support/
  31. scheduler/
  32. screen_orientation/
  33. service_worker/
  34. user_agent/
  35. web_package/
  36. BUILD.gn
  37. common_export.h
  38. DEPS
  39. features.h
  40. privacy_preferences.h
  41. README.md
third_party/blink/public/common/README.md

Blink ‘common’ public directory

This directory contains public headers for the Web Platform stuff that can be referenced both from renderer-side and browser-side code, also from outside the Blink directory (e.g. from //content and //chrome).

Anything in this directory should NOT depend on other Blink headers.

Corresponding .cc code normally lives in blink/common, and public .mojom files live in blink/public/mojom.

See DEPS and blink/common/README.md for more details.