tree: 261190bf7cbc76d488cf66b44b02ddb4619be34f [path history] [tgz]
  1. app/
  2. enterprise/
  3. ipc/
  4. linux/
  5. mac/
  6. mojom/
  7. net/
  8. policy/
  9. posix/
  10. protos/
  11. test/
  12. tools/
  13. util/
  14. win/
  15. .style.yapf
  16. action_handler.h
  17. activity.cc
  18. activity.h
  19. activity_impl.h
  20. activity_impl_posix.cc
  21. activity_impl_util_linux.cc
  22. activity_impl_util_mac.cc
  23. activity_impl_util_posix.h
  24. activity_impl_win.cc
  25. activity_impl_win_unittest.cc
  26. apply_updater_branding.gni
  27. auto_run_on_os_upgrade_task.cc
  28. auto_run_on_os_upgrade_task.h
  29. auto_run_on_os_upgrade_task_unittest.cc
  30. branded_constants.h
  31. branded_constants_unittest.cc
  32. branding.gni
  33. BUILD.gn
  34. certificate_tag.cc
  35. certificate_tag.h
  36. certificate_tag_internal.h
  37. certificate_tag_unittest.cc
  38. change_owners_task.h
  39. change_owners_task_posix.cc
  40. change_owners_task_win.cc
  41. check_for_updates_task.cc
  42. check_for_updates_task.h
  43. cleanup_task.cc
  44. cleanup_task.h
  45. cleanup_task_unittest.cc
  46. COMMON_METADATA
  47. configurator.cc
  48. configurator.h
  49. constants.h
  50. constants_prod.cc
  51. constants_test.cc
  52. crash_client.cc
  53. crash_client.h
  54. crash_reporter.cc
  55. crash_reporter.h
  56. crx_downloader_factory.h
  57. DEPS
  58. DIR_METADATA
  59. enum_traits.h
  60. enum_traits_unittest.cc
  61. event_history.cc
  62. event_history.h
  63. event_history_unittest.cc
  64. event_logger.cc
  65. event_logger.h
  66. event_logger_unittest.cc
  67. external_constants.cc
  68. external_constants.h
  69. external_constants_builder.cc
  70. external_constants_builder.h
  71. external_constants_builder_unittest.cc
  72. external_constants_default.cc
  73. external_constants_default.h
  74. external_constants_override.cc
  75. external_constants_override.h
  76. external_constants_override_unittest.cc
  77. external_constants_prod.cc
  78. fix_licenses.py
  79. handle_inconsistent_apps_task.cc
  80. handle_inconsistent_apps_task.h
  81. installer.cc
  82. installer.h
  83. installer_linux.cc
  84. installer_mac.cc
  85. installer_unittest.cc
  86. lock.cc
  87. lock.h
  88. out_of_process_patcher.cc
  89. out_of_process_patcher.h
  90. out_of_process_unzipper.cc
  91. out_of_process_unzipper.h
  92. OWNERS
  93. persisted_data.cc
  94. persisted_data.h
  95. persisted_data_unittest.cc
  96. ping_configurator.cc
  97. ping_configurator.h
  98. ping_persisted_data.cc
  99. ping_persisted_data.h
  100. prefs.cc
  101. prefs.h
  102. prefs_impl.h
  103. prefs_unittest.cc
  104. README.md
  105. registration_data.h
  106. remove_uninstalled_apps_task.cc
  107. remove_uninstalled_apps_task.h
  108. remove_uninstalled_apps_task_posix.cc
  109. remove_uninstalled_apps_task_win.cc
  110. service_proxy_factory.h
  111. setup.h
  112. setup_linux.cc
  113. setup_mac.mm
  114. setup_win.cc
  115. tag.cc
  116. tag.h
  117. tag_unittest.cc
  118. update_block_check.cc
  119. update_block_check.h
  120. update_block_check_win.cc
  121. update_service.cc
  122. update_service.h
  123. update_service_impl.cc
  124. update_service_impl.h
  125. update_service_impl_impl.cc
  126. update_service_impl_impl.h
  127. update_service_impl_impl_unittest.cc
  128. update_service_impl_inactive.cc
  129. update_service_impl_inactive.h
  130. update_service_impl_inactive_unittest.cc
  131. update_service_internal.h
  132. update_service_internal_impl.cc
  133. update_service_internal_impl.h
  134. update_service_internal_impl_inactive.cc
  135. update_service_internal_impl_inactive.h
  136. update_service_internal_impl_qualifying.cc
  137. update_service_internal_impl_qualifying.h
  138. update_service_internal_impl_qualifying_linux.cc
  139. update_service_internal_impl_qualifying_mac.cc
  140. update_service_internal_impl_qualifying_win.cc
  141. update_service_unittest.cc
  142. updater.cc
  143. updater.h
  144. updater_branding.h.in
  145. updater_process_version_rc_template.gni
  146. updater_process_version_rc_template_unittest.cc
  147. updater_scope.cc
  148. updater_scope.h
  149. updater_scope_unittest.cc
  150. updater_unittest.cc
  151. updater_version.h.in
  152. usage_stats_permissions.h
  153. usage_stats_permissions_linux.cc
  154. usage_stats_permissions_mac.mm
  155. usage_stats_permissions_unittest.cc
  156. usage_stats_permissions_win.cc
  157. zip.gni
chrome/updater/README.md

An updater for desktop client software using Chromium code and tools.

The mission of the updater is to keep Chrome (and other software) up to date.

The updater is built from a common, platform neutral code base, as part of the Chrome build. The updater is a drop-in replacement for Google Update/Omaha/Keystone and can be customized by 3rd party embedders to update non-Google client software, such as Edge.

The desktop platforms include Windows, macOS, Linux.