[go: nahoru, domu]

tree: 40d34d7efcec46c8453cfc38da55b8e3e079f1b2 [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_unittest.cc
  33. change_owners_task.h
  34. change_owners_task_posix.cc
  35. change_owners_task_win.cc
  36. check_for_updates_task.cc
  37. check_for_updates_task.h
  38. cleanup_task.cc
  39. cleanup_task.h
  40. cleanup_task_unittest.cc
  41. COMMON_METADATA
  42. configurator.cc
  43. configurator.h
  44. constants.cc
  45. constants.h
  46. constants_prod.cc
  47. constants_test.cc
  48. constants_unittest.cc
  49. crash_client.cc
  50. crash_client.h
  51. crash_reporter.cc
  52. crash_reporter.h
  53. crx_downloader_factory.h
  54. DEPS
  55. DIR_METADATA
  56. enum_traits.h
  57. enum_traits_unittest.cc
  58. external_constants.cc
  59. external_constants.h
  60. external_constants_builder.cc
  61. external_constants_builder.h
  62. external_constants_builder_unittest.cc
  63. external_constants_default.cc
  64. external_constants_default.h
  65. external_constants_override.cc
  66. external_constants_override.h
  67. external_constants_override_unittest.cc
  68. external_constants_prod.cc
  69. installer.cc
  70. installer.h
  71. installer_linux.cc
  72. installer_mac.cc
  73. installer_unittest.cc
  74. lock.h
  75. lock_linux.cc
  76. lock_mac.mm
  77. lock_unittest.cc
  78. lock_win.cc
  79. OWNERS
  80. persisted_data.cc
  81. persisted_data.h
  82. persisted_data_unittest.cc
  83. prefs.cc
  84. prefs.h
  85. prefs_impl.h
  86. prefs_unittest.cc
  87. README.md
  88. registration_data.cc
  89. registration_data.h
  90. remove_uninstalled_apps_task.cc
  91. remove_uninstalled_apps_task.h
  92. remove_uninstalled_apps_task_posix.cc
  93. remove_uninstalled_apps_task_win.cc
  94. run_all_unittests.cc
  95. service_proxy_factory.h
  96. setup.h
  97. setup_linux.cc
  98. setup_mac.mm
  99. setup_win.cc
  100. splash_screen.h
  101. tag.cc
  102. tag.h
  103. tag_unittest.cc
  104. test_scope.h
  105. test_scope_system.cc
  106. test_scope_user.cc
  107. update_block_check.cc
  108. update_block_check.h
  109. update_block_check_win.cc
  110. update_service.cc
  111. update_service.h
  112. update_service_impl.cc
  113. update_service_impl.h
  114. update_service_impl_inactive.cc
  115. update_service_impl_inactive.h
  116. update_service_impl_inactive_unittest.cc
  117. update_service_impl_unittest.cc
  118. update_service_internal.h
  119. update_service_internal_impl.cc
  120. update_service_internal_impl.h
  121. update_service_internal_impl_inactive.cc
  122. update_service_internal_impl_inactive.h
  123. update_service_internal_impl_qualifying.cc
  124. update_service_internal_impl_qualifying.h
  125. update_service_internal_impl_qualifying_linux.cc
  126. update_service_internal_impl_qualifying_mac.cc
  127. update_service_internal_impl_qualifying_win.cc
  128. update_service_unittest.cc
  129. update_usage_stats_task.cc
  130. update_usage_stats_task.h
  131. update_usage_stats_task_linux.cc
  132. update_usage_stats_task_mac.mm
  133. update_usage_stats_task_unittest.cc
  134. update_usage_stats_task_win.cc
  135. updater.cc
  136. updater.h
  137. updater_branding.h.in
  138. updater_scope.cc
  139. updater_scope.h
  140. updater_scope_unittest.cc
  141. updater_unittest.cc
  142. updater_version.h.in
  143. 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.