tree: 2f9f12ad9b096e0cac7b9b12895e18e833fcd3da [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. base/
  17. bluetooth/
  18. boca/
  19. boot_times_recorder/
  20. borealis/
  21. bruschetta/
  22. calendar/
  23. camera/
  24. camera_mic/
  25. cert_provisioning/
  26. certs/
  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. fwupd/
  59. game_mode/
  60. geolocation/
  61. growth/
  62. guest_os/
  63. hats/
  64. image_downloader/
  65. image_source/
  66. input_device_settings/
  67. input_method/
  68. integration_tests/
  69. kcer/
  70. kerberos/
  71. keyed_service/
  72. language_packs/
  73. lobster/
  74. locale/
  75. lock_screen_apps/
  76. logging/
  77. login/
  78. magic_boost/
  79. mahi/
  80. main_parts/
  81. mall/
  82. mobile/
  83. mojo_service_manager/
  84. multidevice_debug/
  85. multidevice_setup/
  86. nearby/
  87. net/
  88. network_change_manager/
  89. note_taking/
  90. notifications/
  91. os_feedback/
  92. ownership/
  93. pcie_peripheral/
  94. performance/
  95. phonehub/
  96. platform_keys/
  97. plugin_vm/
  98. policy/
  99. power/
  100. preferences/
  101. printing/
  102. privacy_hub/
  103. profiles/
  104. quick_pair/
  105. release_notes/
  106. remote_apps/
  107. report_controller_initializer/
  108. sanitize/
  109. scalable_iph/
  110. scanner/
  111. scanning/
  112. schedqos/
  113. scheduler_config/
  114. secure_channel/
  115. settings/
  116. sharesheet/
  117. shimless_rma/
  118. smart_reader/
  119. smb_client/
  120. sparky/
  121. sync/
  122. system/
  123. system_logs/
  124. system_web_apps/
  125. test/
  126. tether/
  127. tpm/
  128. u2f/
  129. usb/
  130. video_conference/
  131. wallpaper/
  132. wallpaper_handlers/
  133. BUILD.gn
  134. DEPS
  135. OWNERS
  136. PRESUBMIT.py
  137. PRESUBMIT_test.py
  138. README.md
  139. REFACTORING_OWNERS
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.