tree: fb02928f3b03ce24374facb6150a545ee54b7b44 [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. metrics/
  19. mus/
  20. public/
  21. resources/
  22. rotator/
  23. shelf/
  24. shell/
  25. sticky_keys/
  26. strings/
  27. system/
  28. sysui/
  29. test/
  30. tooltips/
  31. touch/
  32. utility/
  33. wm/
  34. ash.gyp
  35. ash_chromeos_strings.grdp
  36. ash_constants.cc
  37. ash_constants.h
  38. ash_export.h
  39. ash_layout_constants.cc
  40. ash_layout_constants.h
  41. ash_resources.gyp
  42. ash_strings.grd
  43. ash_strings.gyp
  44. ash_switches.cc
  45. ash_switches.h
  46. ash_touch_exploration_manager_chromeos.cc
  47. ash_touch_exploration_manager_chromeos.h
  48. ash_touch_exploration_manager_chromeos_unittest.cc
  49. ash_unittests.isolate
  50. ash_view_ids.h
  51. BUILD.gn
  52. cancel_mode.cc
  53. cancel_mode.h
  54. cast_config_delegate.cc
  55. cast_config_delegate.h
  56. container_delegate.h
  57. container_delegate_aura.cc
  58. container_delegate_aura.h
  59. debug.cc
  60. debug.h
  61. default_user_wallpaper_delegate.cc
  62. default_user_wallpaper_delegate.h
  63. DEPS
  64. dip_unittest.cc
  65. extended_desktop_unittest.cc
  66. focus_cycler.cc
  67. focus_cycler.h
  68. focus_cycler_unittest.cc
  69. gpu_support.h
  70. gpu_support_stub.cc
  71. gpu_support_stub.h
  72. ime_control_delegate.h
  73. keyboard_uma_event_filter.cc
  74. keyboard_uma_event_filter.h
  75. link_handler_model.cc
  76. link_handler_model.h
  77. link_handler_model_factory.cc
  78. link_handler_model_factory.h
  79. media_delegate.h
  80. multi_profile_uma.cc
  81. multi_profile_uma.h
  82. networking_config_delegate.cc
  83. networking_config_delegate.h
  84. new_window_delegate.h
  85. OWNERS
  86. pointer_watcher_delegate.h
  87. pointer_watcher_delegate_aura.cc
  88. pointer_watcher_delegate_aura.h
  89. popup_message.cc
  90. popup_message.h
  91. popup_message_unittest.cc
  92. PRESUBMIT.py
  93. README.md
  94. root_window_controller.cc
  95. root_window_controller.h
  96. root_window_controller_unittest.cc
  97. root_window_settings.cc
  98. root_window_settings.h
  99. scoped_target_root_window.cc
  100. scoped_target_root_window.h
  101. screen_util.cc
  102. screen_util.h
  103. screen_util_unittest.cc
  104. screenshot_delegate.h
  105. shell.cc
  106. shell.h
  107. shell_delegate.h
  108. shell_factory.h
  109. shell_init_params.cc
  110. shell_init_params.h
  111. shell_unittest.cc
  112. snap_to_pixel_layout_manager.cc
  113. snap_to_pixel_layout_manager.h
  114. virtual_keyboard_controller.cc
  115. virtual_keyboard_controller.h
  116. virtual_keyboard_controller_unittest.cc
  117. 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.