tree: af1d5f05d9c00939da69cd46449af4bcfa7692f3 [path history] [tgz]
  1. associated_interfaces/
  2. blob/
  3. cache_storage/
  4. client_hints/
  5. css/
  6. device_memory/
  7. dom_storage/
  8. download/
  9. dwrite_rasterizer_support/
  10. experiments/
  11. feature_policy/
  12. fetch/
  13. font_unique_name_lookup/
  14. frame/
  15. indexeddb/
  16. loader/
  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. sampling_heap_profiler/
  28. sandbox_support/
  29. screen_orientation/
  30. service_worker/
  31. user_agent/
  32. BUILD.gn
  33. common_export.h
  34. DEPS
  35. features.h
  36. privacy_preferences.h
  37. 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.