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