tree: 926ac374185107ca8af58e4570b7883299b8c3c8 [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. logging/
  76. login/
  77. magic_boost/
  78. mahi/
  79. main_parts/
  80. mall/
  81. mobile/
  82. mojo_service_manager/
  83. multidevice_debug/
  84. multidevice_setup/
  85. nearby/
  86. net/
  87. network_change_manager/
  88. note_taking/
  89. notifications/
  90. os_feedback/
  91. ownership/
  92. pcie_peripheral/
  93. performance/
  94. phonehub/
  95. platform_keys/
  96. plugin_vm/
  97. policy/
  98. power/
  99. preferences/
  100. printing/
  101. privacy_hub/
  102. profiles/
  103. quick_pair/
  104. release_notes/
  105. remote_apps/
  106. report_controller_initializer/
  107. sanitize/
  108. scalable_iph/
  109. scanner/
  110. scanning/
  111. schedqos/
  112. scheduler_config/
  113. secure_channel/
  114. settings/
  115. sharesheet/
  116. shimless_rma/
  117. smart_reader/
  118. smb_client/
  119. sync/
  120. system/
  121. system_logs/
  122. system_web_apps/
  123. test/
  124. tether/
  125. tpm/
  126. u2f/
  127. usb/
  128. video_conference/
  129. wallpaper/
  130. wallpaper_handlers/
  131. BUILD.gn
  132. DEPS
  133. OWNERS
  134. PRESUBMIT.py
  135. PRESUBMIT_test.py
  136. README.md
  137. 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.