tree: 44979fabaf97764ad659f8aed1dd5633af3ddf74 [path history] [tgz]
  1. accessibility/
  2. account_manager/
  3. android_sms/
  4. app_mode/
  5. app_restore/
  6. apps/
  7. arc/
  8. assistant/
  9. attestation/
  10. audio/
  11. authpolicy/
  12. base/
  13. bluetooth/
  14. borealis/
  15. bruschetta/
  16. camera_mic/
  17. cert_provisioning/
  18. child_accounts/
  19. chromebox_for_meetings/
  20. crosapi/
  21. crostini/
  22. cryptauth/
  23. customization/
  24. dbus/
  25. device_name/
  26. device_sync/
  27. diagnostics/
  28. display/
  29. drive/
  30. eche_app/
  31. enhanced_network_tts/
  32. events/
  33. exo/
  34. file_manager/
  35. file_system_provider/
  36. first_run/
  37. floating_workspace/
  38. fusebox/
  39. guest_os/
  40. hats/
  41. input_method/
  42. kerberos/
  43. lock_screen_apps/
  44. login/
  45. mobile/
  46. mojo_service_manager/
  47. multidevice_setup/
  48. nearby/
  49. net/
  50. night_light/
  51. notifications/
  52. os_feedback/
  53. ownership/
  54. pcie_peripheral/
  55. phonehub/
  56. platform_keys/
  57. plugin_vm/
  58. policy/
  59. power/
  60. printing/
  61. profiles/
  62. quick_pair/
  63. release_notes/
  64. remote_apps/
  65. reset/
  66. scanning/
  67. secure_channel/
  68. settings/
  69. sharesheet/
  70. shimless_rma/
  71. smb_client/
  72. sync/
  73. system/
  74. system_extensions/
  75. system_logs/
  76. system_web_apps/
  77. tether/
  78. usb/
  79. wallpaper/
  80. wallpaper_handlers/
  81. web_applications/
  82. wilco_dtc_supportd/
  83. boot_times_recorder.cc
  84. boot_times_recorder.h
  85. browser_accelerator_configuration.cc
  86. browser_accelerator_configuration.h
  87. browser_accelerator_configuration_unittest.cc
  88. browser_context_keyed_service_factories.cc
  89. browser_context_keyed_service_factories.h
  90. BUILD.gn
  91. camera_presence_notifier.cc
  92. camera_presence_notifier.h
  93. chrome_browser_main_parts_ash.cc
  94. chrome_browser_main_parts_ash.h
  95. concierge_helper_service.cc
  96. concierge_helper_service.h
  97. concierge_helper_service_unittest.cc
  98. DEPS
  99. eol_notification.cc
  100. eol_notification.h
  101. eol_notification_unittest.cc
  102. external_metrics.cc
  103. external_metrics.h
  104. external_metrics_unittest.cc
  105. external_protocol_dialog.cc
  106. external_protocol_dialog.h
  107. idle_detector.cc
  108. idle_detector.h
  109. language_preferences.cc
  110. language_preferences.h
  111. locale_change_guard.cc
  112. locale_change_guard.h
  113. locale_change_guard_unittest.cc
  114. logging.cc
  115. logging.h
  116. logging_browsertest.cc
  117. network_change_manager_client.cc
  118. network_change_manager_client.h
  119. network_change_manager_client_browsertest.cc
  120. network_change_manager_client_unittest.cc
  121. note_taking_controller_client.cc
  122. note_taking_controller_client.h
  123. note_taking_helper.cc
  124. note_taking_helper.h
  125. note_taking_helper_unittest.cc
  126. OWNERS
  127. preferences.cc
  128. preferences.h
  129. preferences_browsertest.cc
  130. preferences_unittest.cc
  131. process_snapshot_server.cc
  132. process_snapshot_server.h
  133. process_snapshot_server_unittest.cc
  134. proxy_config_service_impl_unittest.cc
  135. psi_memory_metrics.cc
  136. psi_memory_metrics.h
  137. psi_memory_metrics_unittest.cc
  138. README.md
  139. scheduler_configuration_manager.cc
  140. scheduler_configuration_manager.h
  141. scheduler_configuration_manager_unittest.cc
  142. scoped_test_system_nss_key_slot_mixin.cc
  143. scoped_test_system_nss_key_slot_mixin.h
  144. session_length_limiter.cc
  145. session_length_limiter.h
  146. session_length_limiter_unittest.cc
  147. set_time_dialog.cc
  148. set_time_dialog.h
  149. shortcut_mapping_pref_service.cc
  150. shortcut_mapping_pref_service.h
  151. shutdown_policy_browsertest.cc
  152. startup_settings_cache.cc
  153. startup_settings_cache.h
  154. startup_settings_cache_browsertest.cc
  155. startup_settings_cache_unittest.cc
  156. system_token_cert_db_initializer.cc
  157. system_token_cert_db_initializer.h
  158. system_token_cert_db_initializer_unittest.cc
  159. throttle_observer.cc
  160. throttle_observer.h
  161. throttle_observer_unittest.cc
  162. throttle_service.cc
  163. throttle_service.h
  164. throttle_service_unittest.cc
  165. tpm_firmware_update.cc
  166. tpm_firmware_update.h
  167. tpm_firmware_update_notification.cc
  168. tpm_firmware_update_notification.h
  169. tpm_firmware_update_unittest.cc
  170. u2f_notification.cc
  171. u2f_notification.h
  172. vm_shutdown_observer.h
  173. vm_starting_observer.h
  174. window_throttle_observer_base.cc
  175. window_throttle_observer_base.h
chrome/browser/ash/README.md

chrome/browser/ash

This directory should contain Ash specific code that has chrome/browser dependencies.

The code in this directory should live in namespace ash. While code in //chrome is not supposed to be in any namespace, //chrome/browser/ash is technically part of the ash binary. The fact that it lives in //chrome/browser instead of in //ash is because top level product directories shouldn't be depended on by any other directory. In the future, when some of the dependencies from //chrome/browser/ash to //chrome/browser are sorted out, some of this code will move to //ash.

Most of this code originally came from chrome/browser/chromeos as part of a refactoring that split Ash code from the Lacros browser code. See the Lacros project and the “Lacros: ChromeOS source code directory migration” design doc at https://docs.google.com/document/d/1g-98HpzA8XcoGBWUv1gQNr4rbnD5yfvbtYZyPDDbkaE.