tree: 5c6eca48c87a65f27339895d3cd260e94acf9131 [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. forcedark/
  15. frame/
  16. http/
  17. indexeddb/
  18. loader/
  19. logging/
  20. manifest/
  21. media/
  22. mediastream/
  23. messaging/
  24. mime_util/
  25. notifications/
  26. oom_intervention/
  27. origin_policy/
  28. origin_trials/
  29. page/
  30. peerconnection/
  31. plugin/
  32. prerender/
  33. sampling_heap_profiler/
  34. sandbox_support/
  35. scheduler/
  36. screen_orientation/
  37. service_worker/
  38. sms/
  39. user_agent/
  40. web_cache/
  41. web_package/
  42. browser_interface_broker_proxy.h
  43. BUILD.gn
  44. common_export.h
  45. DEPS
  46. features.h
  47. README.md
  48. thread_safe_browser_interface_broker_proxy.h
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.