summaryrefslogtreecommitdiffstats
path: root/components/component_updater/DEPS
diff options
context:
space:
mode:
authorsorin <sorin@chromium.org>2015-01-05 17:09:08 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-06 01:10:07 +0000
commit39eab2f9d3d0435422f65c6664276fdd72326f89 (patch)
tree83a3b3e4a880f6928cc59eeb0a04b6dae4fcc317 /components/component_updater/DEPS
parentd5f87c03637894f86fa9565c86d9dac6160c3616 (diff)
downloadchromium_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/DEPS')
-rw-r--r--components/component_updater/DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/component_updater/DEPS b/components/component_updater/DEPS
index 4cd206c..df47cfc 100644
--- a/components/component_updater/DEPS
+++ b/components/component_updater/DEPS
@@ -1,6 +1,6 @@
include_rules = [
"+components/crx_file",
- "+components/omaha_client",
+ "+components/update_client",
"+courgette",
"+crypto",
"+libxml",