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