tree: 933b592d3c83ce07ec5b4f9cbc5154b8fcc06da1 [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. cast_config_client_media_router.cc
  14. cast_config_client_media_router.h
  15. chrome_accessibility_delegate.cc
  16. chrome_accessibility_delegate.h
  17. chrome_browser_main_extra_parts_ash.cc
  18. chrome_browser_main_extra_parts_ash.h
  19. chrome_keyboard_controller_client.cc
  20. chrome_keyboard_controller_client.h
  21. chrome_keyboard_ui.cc
  22. chrome_keyboard_ui.h
  23. chrome_keyboard_ui_unittest.cc
  24. chrome_keyboard_web_contents.cc
  25. chrome_keyboard_web_contents.h
  26. chrome_keyboard_web_contents_unittest.cc
  27. chrome_launcher_prefs.cc
  28. chrome_launcher_prefs.h
  29. chrome_new_window_client.cc
  30. chrome_new_window_client.h
  31. chrome_new_window_client_browsertest.cc
  32. chrome_screenshot_grabber.cc
  33. chrome_screenshot_grabber.h
  34. chrome_screenshot_grabber_browsertest.cc
  35. chrome_screenshot_grabber_test_observer.h
  36. chrome_shell_delegate.cc
  37. chrome_shell_delegate.h
  38. DEPS
  39. fake_tablet_mode_controller.cc
  40. fake_tablet_mode_controller.h
  41. ime_controller_client.cc
  42. ime_controller_client.h
  43. ime_controller_client_unittest.cc
  44. keyboard_controller_browsertest.cc
  45. keyboard_end_to_end_browsertest.cc
  46. login_screen_client.cc
  47. login_screen_client.h
  48. media_client.cc
  49. media_client.h
  50. OWNERS
  51. README.md
  52. screen_orientation_delegate_chromeos.cc
  53. screen_orientation_delegate_chromeos.h
  54. session_controller_client.cc
  55. session_controller_client.h
  56. session_controller_client_unittest.cc
  57. session_util.cc
  58. session_util.h
  59. shelf_browsertest.cc
  60. system_tray_client.cc
  61. system_tray_client.h
  62. system_tray_client_browsertest.cc
  63. system_tray_tray_cast_browsertest_media_router_chromeos.cc
  64. tab_scrubber.cc
  65. tab_scrubber.h
  66. tab_scrubber_browsertest.cc
  67. tablet_mode_client.cc
  68. tablet_mode_client.h
  69. tablet_mode_client_observer.h
  70. tablet_mode_client_test_util.cc
  71. tablet_mode_client_test_util.h
  72. tablet_mode_client_unittest.cc
  73. tablet_mode_page_behavior_browsertest.cc
  74. test_ime_controller.cc
  75. test_ime_controller.h
  76. test_wallpaper_controller.cc
  77. test_wallpaper_controller.h
  78. time_to_first_present_recorder_browsertest.cc
  79. volume_controller.cc
  80. volume_controller.h
  81. volume_controller_browsertest.cc
  82. vpn_list_forwarder.cc
  83. vpn_list_forwarder.h
  84. wallpaper_controller_client.cc
  85. wallpaper_controller_client.h
  86. wallpaper_controller_client_unittest.cc
  87. wallpaper_policy_handler.cc
  88. wallpaper_policy_handler.h
  89. window_properties.cc
  90. window_properties.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.