tree: 38bb8d73d8e440d12e14547e6ab978e5b6fd84b6 [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. logging/
  17. manifest/
  18. media/
  19. mediastream/
  20. messaging/
  21. mime_util/
  22. notifications/
  23. oom_intervention/
  24. origin_policy/
  25. origin_trials/
  26. page/
  27. prerender/
  28. push_messaging/
  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.