tree: 28789f49694fb0098c9ed28ff789280f6bf800eb [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. wallpaper/
  32. wm/
  33. ash.gyp
  34. ash_chromeos_strings.grdp
  35. ash_export.h
  36. ash_resources.gyp
  37. ash_strings.grd
  38. ash_strings.gyp
  39. ash_touch_exploration_manager_chromeos.cc
  40. ash_touch_exploration_manager_chromeos.h
  41. ash_touch_exploration_manager_chromeos_unittest.cc
  42. ash_touch_hud.gyp
  43. BUILD.gn
  44. cancel_mode.cc
  45. cancel_mode.h
  46. debug.cc
  47. debug.h
  48. default_wallpaper_delegate.cc
  49. default_wallpaper_delegate.h
  50. DEPS
  51. dip_unittest.cc
  52. extended_desktop_unittest.cc
  53. focus_cycler_unittest.cc
  54. link_handler_model.cc
  55. link_handler_model.h
  56. link_handler_model_factory.cc
  57. link_handler_model_factory.h
  58. OWNERS
  59. PRESUBMIT.py
  60. README.md
  61. root_window_controller.cc
  62. root_window_controller.h
  63. root_window_controller_unittest.cc
  64. root_window_settings.cc
  65. root_window_settings.h
  66. screen_util.cc
  67. screen_util.h
  68. screen_util_unittest.cc
  69. screenshot_delegate.h
  70. shell.cc
  71. shell.h
  72. shell_init_params.cc
  73. shell_init_params.h
  74. shell_unittest.cc
  75. snap_to_pixel_layout_manager.cc
  76. snap_to_pixel_layout_manager.h
  77. virtual_keyboard_controller.cc
  78. virtual_keyboard_controller.h
  79. 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.