tree: bf32194b98f838514860b2169d93eb12eda406b3 [path history] [tgz]
  1. accelerators/
  2. app_list/
  3. audio/
  4. aura/
  5. autoclick/
  6. common/
  7. content/
  8. desktop_background/
  9. display/
  10. drag_drop/
  11. first_run/
  12. frame/
  13. high_contrast/
  14. host/
  15. ime/
  16. keyboard/
  17. magnifier/
  18. material_design/
  19. metrics/
  20. mus/
  21. public/
  22. resources/
  23. rotator/
  24. shelf/
  25. shell/
  26. sticky_keys/
  27. strings/
  28. system/
  29. sysui/
  30. test/
  31. tooltips/
  32. touch/
  33. utility/
  34. wm/
  35. ash.gyp
  36. ash_chromeos_strings.grdp
  37. ash_constants.cc
  38. ash_constants.h
  39. ash_export.h
  40. ash_layout_constants.cc
  41. ash_layout_constants.h
  42. ash_resources.gyp
  43. ash_strings.grd
  44. ash_strings.gyp
  45. ash_switches.cc
  46. ash_switches.h
  47. ash_touch_exploration_manager_chromeos.cc
  48. ash_touch_exploration_manager_chromeos.h
  49. ash_touch_exploration_manager_chromeos_unittest.cc
  50. ash_unittests.isolate
  51. ash_view_ids.h
  52. BUILD.gn
  53. cancel_mode.cc
  54. cancel_mode.h
  55. cast_config_delegate.cc
  56. cast_config_delegate.h
  57. container_delegate.h
  58. container_delegate_aura.cc
  59. container_delegate_aura.h
  60. debug.cc
  61. debug.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. snap_to_pixel_layout_manager.cc
  115. snap_to_pixel_layout_manager.h
  116. virtual_keyboard_controller.cc
  117. virtual_keyboard_controller.h
  118. virtual_keyboard_controller_unittest.cc
  119. 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/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.