tree: 4a3037e423a62a6f767608875013c4f6b9238d80 [path history] [tgz]
  1. server/
  2. test/
  3. wayland/
  4. buffer.cc
  5. buffer.h
  6. buffer_unittest.cc
  7. BUILD.gn
  8. buildflags.gni
  9. client_controlled_accelerators.cc
  10. client_controlled_accelerators.h
  11. client_controlled_shell_surface.cc
  12. client_controlled_shell_surface.h
  13. client_controlled_shell_surface_unittest.cc
  14. data_device.cc
  15. data_device.h
  16. data_device_delegate.h
  17. data_device_unittest.cc
  18. data_exchange_delegate.h
  19. data_offer.cc
  20. data_offer.h
  21. data_offer_delegate.h
  22. data_offer_observer.h
  23. data_offer_unittest.cc
  24. data_source.cc
  25. data_source.h
  26. data_source_delegate.h
  27. data_source_observer.h
  28. data_source_unittest.cc
  29. DEPS
  30. DIR_METADATA
  31. display.cc
  32. display.h
  33. display_unittest.cc
  34. drag_drop_operation.cc
  35. drag_drop_operation.h
  36. drag_drop_operation_unittest.cc
  37. extended_drag_offer.cc
  38. extended_drag_offer.h
  39. extended_drag_source.cc
  40. extended_drag_source.h
  41. extended_drag_source_unittest.cc
  42. frame_sink_resource_manager.cc
  43. frame_sink_resource_manager.h
  44. fullscreen_shell_surface.cc
  45. fullscreen_shell_surface.h
  46. fullscreen_shell_surface_unittest.cc
  47. gamepad.cc
  48. gamepad.h
  49. gamepad_delegate.h
  50. gamepad_observer.h
  51. gamepad_unittest.cc
  52. gaming_seat.cc
  53. gaming_seat.h
  54. gaming_seat_delegate.h
  55. gaming_seat_unittest.cc
  56. input_method_surface.cc
  57. input_method_surface.h
  58. input_method_surface_manager.h
  59. input_method_surface_unittest.cc
  60. input_trace.h
  61. key_state.h
  62. keyboard.cc
  63. keyboard.h
  64. keyboard_delegate.h
  65. keyboard_device_configuration_delegate.h
  66. keyboard_modifiers.h
  67. keyboard_observer.h
  68. keyboard_unittest.cc
  69. layer_tree_frame_sink_holder.cc
  70. layer_tree_frame_sink_holder.h
  71. mime_utils.cc
  72. mime_utils.h
  73. mime_utils_unittest.cc
  74. mock_vsync_timing_observer.cc
  75. mock_vsync_timing_observer.h
  76. notification.cc
  77. notification.h
  78. notification_surface.cc
  79. notification_surface.h
  80. notification_surface_manager.h
  81. notification_unittest.cc
  82. OWNERS
  83. permission.cc
  84. permission.h
  85. permission_unittest.cc
  86. pointer.cc
  87. pointer.h
  88. pointer_constraint_delegate.h
  89. pointer_delegate.h
  90. pointer_gesture_pinch_delegate.h
  91. pointer_stylus_delegate.h
  92. pointer_unittest.cc
  93. README.md
  94. relative_pointer_delegate.h
  95. seat.cc
  96. seat.h
  97. seat_observer.h
  98. seat_unittest.cc
  99. shared_memory.cc
  100. shared_memory.h
  101. shared_memory_unittest.cc
  102. shell_surface.cc
  103. shell_surface.h
  104. shell_surface_base.cc
  105. shell_surface_base.h
  106. shell_surface_unittest.cc
  107. shell_surface_util.cc
  108. shell_surface_util.h
  109. shell_surface_util_unittest.cc
  110. sub_surface.cc
  111. sub_surface.h
  112. sub_surface_unittest.cc
  113. surface.cc
  114. surface.h
  115. surface_delegate.h
  116. surface_observer.h
  117. surface_tree_host.cc
  118. surface_tree_host.h
  119. surface_unittest.cc
  120. text_input.cc
  121. text_input.h
  122. text_input_unittest.cc
  123. toast_surface.cc
  124. toast_surface.h
  125. toast_surface_manager.h
  126. toast_surface_unittest.cc
  127. touch.cc
  128. touch.h
  129. touch_delegate.h
  130. touch_stylus_delegate.h
  131. touch_unittest.cc
  132. ui_lock_controller.cc
  133. ui_lock_controller.h
  134. ui_lock_controller_unittest.cc
  135. vsync_timing_manager.cc
  136. vsync_timing_manager.h
  137. window_properties.cc
  138. window_properties.h
  139. wm_helper.cc
  140. wm_helper.h
  141. wm_helper_chromeos.cc
  142. wm_helper_chromeos.h
  143. wm_helper_chromeos_unittest.cc
  144. xdg_shell_surface.cc
  145. xdg_shell_surface.h
  146. xdg_shell_surface_unittest.cc
  147. xkb_tracker.cc
  148. xkb_tracker.h
components/exo/README.md

Exo implements a display server on top of the Aura Shell. It uses the Wayland protocol to communicate with clients. For a general introduction to Wayland see https://wayland-book.com/.

Current clients of Exo include:

  • ARC++ (Android apps on Chrome OS)
  • Chromecast
  • Crostini (Linux apps on Chrome OS)
  • Lacros
  • PluginVM

In addition to the core Wayland protocol, Exo supports a number of protocol extensions. Some are third-party; see //third_party/wayland-protocols/README.chromium. Others are Chromium-specific.

A few noteworthy extensions (this list is not at all exhaustive):