tree: c2fd84879edc4a5bfdf01d1b1a8b05b791b9d49d [path history] [tgz]
  1. accelerators/
  2. app_list/
  3. audio/
  4. autoclick/
  5. common/
  6. content/
  7. desktop_background/
  8. display/
  9. drag_drop/
  10. first_run/
  11. frame/
  12. high_contrast/
  13. host/
  14. ime/
  15. keyboard/
  16. magnifier/
  17. material_design/
  18. metrics/
  19. mus/
  20. public/
  21. resources/
  22. rotator/
  23. session/
  24. shelf/
  25. shell/
  26. sticky_keys/
  27. strings/
  28. system/
  29. sysui/
  30. test/
  31. tooltips/
  32. touch/
  33. utility/
  34. wm/
  35. accessibility_delegate.h
  36. ash.gyp
  37. ash_chromeos_strings.grdp
  38. ash_constants.cc
  39. ash_constants.h
  40. ash_export.h
  41. ash_layout_constants.cc
  42. ash_layout_constants.h
  43. ash_resources.gyp
  44. ash_strings.grd
  45. ash_strings.gyp
  46. ash_switches.cc
  47. ash_switches.h
  48. ash_touch_exploration_manager_chromeos.cc
  49. ash_touch_exploration_manager_chromeos.h
  50. ash_touch_exploration_manager_chromeos_unittest.cc
  51. ash_unittests.isolate
  52. ash_view_ids.h
  53. BUILD.gn
  54. cancel_mode.cc
  55. cancel_mode.h
  56. cast_config_delegate.cc
  57. cast_config_delegate.h
  58. container_delegate.h
  59. container_delegate_aura.cc
  60. container_delegate_aura.h
  61. debug.cc
  62. debug.h
  63. default_accessibility_delegate.cc
  64. default_accessibility_delegate.h
  65. default_user_wallpaper_delegate.cc
  66. default_user_wallpaper_delegate.h
  67. DEPS
  68. dip_unittest.cc
  69. extended_desktop_unittest.cc
  70. focus_cycler.cc
  71. focus_cycler.h
  72. focus_cycler_unittest.cc
  73. gpu_support.h
  74. gpu_support_stub.cc
  75. gpu_support_stub.h
  76. ime_control_delegate.h
  77. keyboard_uma_event_filter.cc
  78. keyboard_uma_event_filter.h
  79. link_handler_model.cc
  80. link_handler_model.h
  81. link_handler_model_factory.cc
  82. link_handler_model_factory.h
  83. media_delegate.h
  84. multi_profile_uma.cc
  85. multi_profile_uma.h
  86. networking_config_delegate.cc
  87. networking_config_delegate.h
  88. new_window_delegate.h
  89. OWNERS
  90. pointer_watcher_delegate.h
  91. pointer_watcher_delegate_aura.cc
  92. pointer_watcher_delegate_aura.h
  93. popup_message.cc
  94. popup_message.h
  95. popup_message_unittest.cc
  96. PRESUBMIT.py
  97. README.md
  98. root_window_controller.cc
  99. root_window_controller.h
  100. root_window_controller_unittest.cc
  101. root_window_settings.cc
  102. root_window_settings.h
  103. scoped_target_root_window.cc
  104. scoped_target_root_window.h
  105. screen_util.cc
  106. screen_util.h
  107. screen_util_unittest.cc
  108. screenshot_delegate.h
  109. shell.cc
  110. shell.h
  111. shell_delegate.h
  112. shell_factory.h
  113. shell_init_params.cc
  114. shell_init_params.h
  115. shell_observer.h
  116. shell_unittest.cc
  117. snap_to_pixel_layout_manager.cc
  118. snap_to_pixel_layout_manager.h
  119. virtual_keyboard_controller.cc
  120. virtual_keyboard_controller.h
  121. virtual_keyboard_controller_unittest.cc
  122. volume_control_delegate.h
ash/README.md

Mus+ash

Ash is transitioning from using aura to using mus. During the transition period ash has support for both aura and mus. In order to work with both toolkits ash has a porting layer. This layer exists in ash/common. As portions of ash are converted to the porting layer they should move to ash/common. DEPS files may also be used to ensure new dependencies do not get added.