tree: 8315fbd478e1fcbed2ee02c387464e85a48dd085 [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. attestation/
  13. audio/
  14. auth/
  15. base/
  16. bluetooth/
  17. boca/
  18. boot_times_recorder/
  19. borealis/
  20. browser_delegate/
  21. bruschetta/
  22. calendar/
  23. camera/
  24. camera_mic/
  25. cert_provisioning/
  26. certificate_provider/
  27. certs/
  28. child_accounts/
  29. chromebox_for_meetings/
  30. concierge_helper/
  31. crosapi/
  32. crostini/
  33. cryptauth/
  34. customization/
  35. data_migration/
  36. dbus/
  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. logging/
  76. login/
  77. magic_boost/
  78. mahi/
  79. main_parts/
  80. mall/
  81. multidevice_debug/
  82. multidevice_setup/
  83. nearby/
  84. net/
  85. network_change_manager/
  86. note_taking/
  87. notifications/
  88. os_feedback/
  89. ownership/
  90. performance/
  91. phonehub/
  92. platform_keys/
  93. plugin_vm/
  94. policy/
  95. power/
  96. preferences/
  97. printing/
  98. privacy_hub/
  99. profiles/
  100. quick_pair/
  101. release_notes/
  102. remote_apps/
  103. report_controller_initializer/
  104. sanitize/
  105. scanner/
  106. scanning/
  107. schedqos/
  108. secure_channel/
  109. settings/
  110. sharesheet/
  111. shimless_rma/
  112. smb_client/
  113. sync/
  114. system/
  115. system_logs/
  116. system_web_apps/
  117. test/
  118. tether/
  119. tpm/
  120. u2f/
  121. usb/
  122. video_conference/
  123. wallpaper/
  124. wallpaper_handlers/
  125. BUILD.gn
  126. DEPS
  127. OWNERS
  128. README.md
  129. 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.