tree: b8619bda92f4f6f497f7d97f10a0b0e0d9f43a9c [path history] [tgz]
  1. accelerators/
  2. app_list/
  3. aura/
  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. magnifier/
  16. metrics/
  17. mus/
  18. public/
  19. resources/
  20. rotator/
  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.gyp
  33. ash_chromeos_strings.grdp
  34. ash_export.h
  35. ash_resources.gyp
  36. ash_strings.grd
  37. ash_strings.gyp
  38. ash_touch_exploration_manager_chromeos.cc
  39. ash_touch_exploration_manager_chromeos.h
  40. ash_touch_exploration_manager_chromeos_unittest.cc
  41. ash_touch_hud.gyp
  42. ash_unittests.isolate
  43. BUILD.gn
  44. cancel_mode.cc
  45. cancel_mode.h
  46. debug.cc
  47. debug.h
  48. default_user_wallpaper_delegate.cc
  49. default_user_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. pointer_watcher_delegate_aura.cc
  60. pointer_watcher_delegate_aura.h
  61. pointer_watcher_delegate_aura_unittest.cc
  62. PRESUBMIT.py
  63. README.md
  64. root_window_controller.cc
  65. root_window_controller.h
  66. root_window_controller_unittest.cc
  67. root_window_settings.cc
  68. root_window_settings.h
  69. screen_util.cc
  70. screen_util.h
  71. screen_util_unittest.cc
  72. screenshot_delegate.h
  73. shell.cc
  74. shell.h
  75. shell_init_params.cc
  76. shell_init_params.h
  77. shell_unittest.cc
  78. snap_to_pixel_layout_manager.cc
  79. snap_to_pixel_layout_manager.h
  80. virtual_keyboard_controller.cc
  81. virtual_keyboard_controller.h
  82. 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.