tree: d5aa6e28a76a3c3635d11a1427df2c442a86da0a [path history] [tgz]
  1. accessibility/
  2. account_manager/
  3. ambient/
  4. android_sms/
  5. annotator/
  6. api/
  7. app_list/
  8. app_mode/
  9. app_restore/
  10. apps/
  11. arc/
  12. assistant/
  13. attestation/
  14. audio/
  15. auth/
  16. authpolicy/
  17. base/
  18. bluetooth/
  19. boca/
  20. boot_times_recorder/
  21. borealis/
  22. bruschetta/
  23. calendar/
  24. camera/
  25. camera_mic/
  26. cert_provisioning/
  27. child_accounts/
  28. chromebox_for_meetings/
  29. concierge_helper/
  30. crosapi/
  31. crostini/
  32. cryptauth/
  33. customization/
  34. data_migration/
  35. dbus/
  36. device_name/
  37. device_sync/
  38. diagnostics/
  39. display/
  40. drive/
  41. early_prefs/
  42. eche_app/
  43. eol/
  44. events/
  45. exo/
  46. extended_updates/
  47. extensions/
  48. external_metrics/
  49. file_manager/
  50. file_suggest/
  51. file_system_provider/
  52. fileapi/
  53. first_party_sets/
  54. first_run/
  55. floating_sso/
  56. floating_workspace/
  57. fusebox/
  58. game_mode/
  59. geolocation/
  60. growth/
  61. guest_os/
  62. hats/
  63. input_device_settings/
  64. input_method/
  65. integration_tests/
  66. kcer/
  67. kerberos/
  68. language_packs/
  69. lobster/
  70. locale/
  71. lock_screen_apps/
  72. logging/
  73. login/
  74. magic_boost/
  75. mahi/
  76. mall/
  77. mobile/
  78. mojo_service_manager/
  79. multidevice_debug/
  80. multidevice_setup/
  81. nearby/
  82. net/
  83. network_change_manager/
  84. note_taking/
  85. notifications/
  86. os_feedback/
  87. ownership/
  88. pcie_peripheral/
  89. phonehub/
  90. platform_keys/
  91. plugin_vm/
  92. policy/
  93. power/
  94. preferences/
  95. printing/
  96. privacy_hub/
  97. profiles/
  98. quick_pair/
  99. release_notes/
  100. remote_apps/
  101. report_controller_initializer/
  102. scalable_iph/
  103. scanning/
  104. schedqos/
  105. scheduler_config/
  106. secure_channel/
  107. settings/
  108. sharesheet/
  109. shimless_rma/
  110. smart_reader/
  111. smb_client/
  112. sparky/
  113. sync/
  114. system/
  115. system_logs/
  116. system_web_apps/
  117. tether/
  118. trusted_vault/
  119. u2f/
  120. url_handler/
  121. usb/
  122. video_conference/
  123. wallpaper/
  124. wallpaper_handlers/
  125. browser_context_keyed_service_factories.cc
  126. browser_context_keyed_service_factories.h
  127. BUILD.gn
  128. camera_presence_notifier.cc
  129. camera_presence_notifier.h
  130. camera_presence_notifier_unittest.cc
  131. chrome_browser_main_parts_ash.cc
  132. chrome_browser_main_parts_ash.h
  133. DEPS
  134. external_protocol_dialog.cc
  135. external_protocol_dialog.h
  136. first_web_contents_profiler_ash_browsertest.cc
  137. http_auth_dialog.cc
  138. http_auth_dialog.h
  139. idle_detector.cc
  140. idle_detector.h
  141. OWNERS
  142. PRESUBMIT.py
  143. PRESUBMIT_test.py
  144. proxy_config_service_impl_unittest.cc
  145. README.md
  146. system_token_cert_db_initializer.cc
  147. system_token_cert_db_initializer.h
  148. system_token_cert_db_initializer_unittest.cc
  149. throttle_observer.cc
  150. throttle_observer.h
  151. throttle_observer_unittest.cc
  152. throttle_service.cc
  153. throttle_service.h
  154. throttle_service_unittest.cc
  155. tpm_firmware_update.cc
  156. tpm_firmware_update.h
  157. tpm_firmware_update_notification.cc
  158. tpm_firmware_update_notification.h
  159. tpm_firmware_update_unittest.cc
  160. window_throttle_observer_base.cc
  161. window_throttle_observer_base.h
  162. wmp_browsertest.cc
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.