diff options
author | sorin <sorin@chromium.org> | 2015-01-05 17:09:08 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-01-06 01:10:07 +0000 |
commit | 39eab2f9d3d0435422f65c6664276fdd72326f89 (patch) | |
tree | 83a3b3e4a880f6928cc59eeb0a04b6dae4fcc317 /components/component_updater/BUILD.gn | |
parent | d5f87c03637894f86fa9565c86d9dac6160c3616 (diff) | |
download | chromium_src-39eab2f9d3d0435422f65c6664276fdd72326f89.zip chromium_src-39eab2f9d3d0435422f65c6664276fdd72326f89.tar.gz chromium_src-39eab2f9d3d0435422f65c6664276fdd72326f89.tar.bz2 |
Rename omaha_client and similar tokens to update_client in all contexts.
This is a mechanical change.
The idea here is to refactor the common code involved in installing
components and extensions in a common module. In the future, we want
more update-related Chrome stuff to go in this module.
Therefore, it is desirable that this module have a name that describes
its purpose.
BUG=445949
Review URL: https://codereview.chromium.org/803313003
Cr-Commit-Position: refs/heads/master@{#310022}
Diffstat (limited to 'components/component_updater/BUILD.gn')
-rw-r--r-- | components/component_updater/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/component_updater/BUILD.gn b/components/component_updater/BUILD.gn index e8f6b7d..2f26cf6 100644 --- a/components/component_updater/BUILD.gn +++ b/components/component_updater/BUILD.gn @@ -43,7 +43,7 @@ source_set("component_updater") { deps = [ "//base", "//components/crx_file", - "//components/omaha_client", + "//components/update_client", "//courgette:courgette_lib", "//crypto", "//third_party/libxml", |