tree: 8b462d7505c1c15c569622c53644817ca00f707a [path history] [tgz]
  1. accelerators/
  2. animation/
  3. app_list/
  4. aura/
  5. autoclick/
  6. common/
  7. content/
  8. display/
  9. drag_drop/
  10. first_run/
  11. frame/
  12. high_contrast/
  13. host/
  14. ime/
  15. laser/
  16. magnifier/
  17. metrics/
  18. mus/
  19. public/
  20. resources/
  21. rotator/
  22. shared/
  23. shelf/
  24. shell/
  25. sticky_keys/
  26. strings/
  27. system/
  28. test/
  29. tooltips/
  30. touch/
  31. touch_hud/
  32. utility/
  33. wm/
  34. ash_export.h
  35. ash_strings.grd
  36. ash_touch_exploration_manager_chromeos.cc
  37. ash_touch_exploration_manager_chromeos.h
  38. ash_touch_exploration_manager_chromeos_unittest.cc
  39. BUILD.gn
  40. cancel_mode.cc
  41. cancel_mode.h
  42. debug.cc
  43. debug.h
  44. default_wallpaper_delegate.cc
  45. default_wallpaper_delegate.h
  46. DEPS
  47. dip_unittest.cc
  48. extended_desktop_unittest.cc
  49. focus_cycler_unittest.cc
  50. link_handler_model.cc
  51. link_handler_model.h
  52. link_handler_model_factory.cc
  53. link_handler_model_factory.h
  54. OWNERS
  55. README.md
  56. root_window_controller.cc
  57. root_window_controller.h
  58. root_window_controller_unittest.cc
  59. root_window_settings.cc
  60. root_window_settings.h
  61. screen_util.cc
  62. screen_util.h
  63. screen_util_unittest.cc
  64. screenshot_delegate.h
  65. shell.cc
  66. shell.h
  67. shell_init_params.h
  68. shell_unittest.cc
  69. virtual_keyboard_controller.cc
  70. virtual_keyboard_controller.h
  71. virtual_keyboard_controller_unittest.cc
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.