tree: 05a313d47920c1bc285c5629e284e3e2ff0bb4e7 [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. browser_delegate/
  22. bruschetta/
  23. calendar/
  24. camera/
  25. camera_mic/
  26. cert_provisioning/
  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_name/
  38. device_sync/
  39. diagnostics/
  40. display/
  41. drive/
  42. early_prefs/
  43. eche_app/
  44. eol/
  45. events/
  46. exo/
  47. extended_updates/
  48. extensions/
  49. external_metrics/
  50. file_manager/
  51. file_suggest/
  52. file_system_provider/
  53. fileapi/
  54. first_party_sets/
  55. first_run/
  56. floating_sso/
  57. floating_workspace/
  58. fusebox/
  59. fwupd/
  60. game_mode/
  61. geolocation/
  62. growth/
  63. guest_os/
  64. hats/
  65. image_downloader/
  66. image_source/
  67. input_device_settings/
  68. input_method/
  69. integration_tests/
  70. kcer/
  71. kerberos/
  72. keyed_service/
  73. language_packs/
  74. lobster/
  75. locale/
  76. logging/
  77. login/
  78. magic_boost/
  79. mahi/
  80. main_parts/
  81. mall/
  82. multidevice_debug/
  83. multidevice_setup/
  84. nearby/
  85. net/
  86. network_change_manager/
  87. note_taking/
  88. notifications/
  89. os_feedback/
  90. ownership/
  91. pcie_peripheral/
  92. performance/
  93. phonehub/
  94. platform_keys/
  95. plugin_vm/
  96. policy/
  97. power/
  98. preferences/
  99. printing/
  100. privacy_hub/
  101. profiles/
  102. quick_pair/
  103. release_notes/
  104. remote_apps/
  105. report_controller_initializer/
  106. sanitize/
  107. scalable_iph/
  108. scanner/
  109. scanning/
  110. schedqos/
  111. secure_channel/
  112. settings/
  113. sharesheet/
  114. shimless_rma/
  115. smb_client/
  116. sync/
  117. system/
  118. system_logs/
  119. system_web_apps/
  120. test/
  121. tether/
  122. tpm/
  123. u2f/
  124. usb/
  125. video_conference/
  126. wallpaper/
  127. wallpaper_handlers/
  128. BUILD.gn
  129. DEPS
  130. OWNERS
  131. README.md
  132. 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.