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