tree: 83c0abcca668dc8c76072f118b33d7dd30b65da5 [path history] [tgz]
  1. accessibility/
  2. app_list/
  3. assistant/
  4. ksv/
  5. launcher/
  6. multi_user/
  7. network/
  8. accelerator_commands_browsertest.cc
  9. ash_shell_init.cc
  10. ash_shell_init.h
  11. ash_util.cc
  12. ash_util.h
  13. auto_connect_notifier.cc
  14. auto_connect_notifier.h
  15. auto_connect_notifier_unittest.cc
  16. cast_config_client_media_router.cc
  17. cast_config_client_media_router.h
  18. chrome_browser_main_extra_parts_ash.cc
  19. chrome_browser_main_extra_parts_ash.h
  20. chrome_keyboard_ui.cc
  21. chrome_keyboard_ui.h
  22. chrome_keyboard_ui_unittest.cc
  23. chrome_launcher_prefs.cc
  24. chrome_launcher_prefs.h
  25. chrome_new_window_client.cc
  26. chrome_new_window_client.h
  27. chrome_new_window_client_browsertest.cc
  28. chrome_screenshot_grabber.cc
  29. chrome_screenshot_grabber.h
  30. chrome_screenshot_grabber_browsertest.cc
  31. chrome_screenshot_grabber_test_observer.h
  32. chrome_shell_content_state.cc
  33. chrome_shell_content_state.h
  34. chrome_shell_content_state_chromeos.cc
  35. chrome_shell_delegate.cc
  36. chrome_shell_delegate.h
  37. DEPS
  38. fake_tablet_mode_controller.cc
  39. fake_tablet_mode_controller.h
  40. ime_controller_client.cc
  41. ime_controller_client.h
  42. ime_controller_client_unittest.cc
  43. keyboard_controller_browsertest.cc
  44. keyboard_end_to_end_browsertest.cc
  45. keyboard_ui_service.cc
  46. keyboard_ui_service.h
  47. login_screen_client.cc
  48. login_screen_client.h
  49. media_client.cc
  50. media_client.h
  51. OWNERS
  52. README.md
  53. session_controller_client.cc
  54. session_controller_client.h
  55. session_controller_client_unittest.cc
  56. session_util.cc
  57. session_util.h
  58. shelf_browsertest.cc
  59. shell_state_client.cc
  60. shell_state_client.h
  61. shell_state_client_unittest.cc
  62. system_tray_client.cc
  63. system_tray_client.h
  64. system_tray_client_browsertest.cc
  65. system_tray_tray_cast_browsertest_media_router_chromeos.cc
  66. tab_scrubber.cc
  67. tab_scrubber.h
  68. tab_scrubber_browsertest.cc
  69. tablet_mode_client.cc
  70. tablet_mode_client.h
  71. tablet_mode_client_observer.h
  72. tablet_mode_client_unittest.cc
  73. tablet_mode_page_behavior_browsertest.cc
  74. test_wallpaper_controller.cc
  75. test_wallpaper_controller.h
  76. time_to_first_present_recorder_browsertest.cc
  77. volume_controller.cc
  78. volume_controller.h
  79. volume_controller_browsertest.cc
  80. vpn_list_forwarder.cc
  81. vpn_list_forwarder.h
  82. wallpaper_controller_client.cc
  83. wallpaper_controller_client.h
  84. wallpaper_controller_client_unittest.cc
  85. wallpaper_policy_handler.cc
  86. wallpaper_policy_handler.h
chrome/browser/ui/ash/README.md

chrome/browser/ui/ash

This directory should contain Chrome OS UI (Ash) code that has src/chrome dependencies.

Code in this directory may have ash/public dependencies. Any non-public ash/ dependencies will need to be removed.

See ash/README.md#Mustash for more information about the Mustash project.

Code in this directory may depend on code in chrome/browser/chromeos.