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