summaryrefslogtreecommitdiffstats
path: root/components/component_updater/DEPS
diff options
context:
space:
mode:
authorrockot <rockot@chromium.org>2014-11-13 10:40:07 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-13 18:40:40 +0000
commit89e757c21b15bb55775a5cb689b5fdb607761e1e (patch)
tree702c082c0125906530685013e3d87ca200005bf6 /components/component_updater/DEPS
parent42f2892e104b87c98c960e9def0c4f00504f550a (diff)
downloadchromium_src-89e757c21b15bb55775a5cb689b5fdb607761e1e.zip
chromium_src-89e757c21b15bb55775a5cb689b5fdb607761e1e.tar.gz
chromium_src-89e757c21b15bb55775a5cb689b5fdb607761e1e.tar.bz2
Rename components/omaha_query_params => components/omaha_client
There are some additional bits of Omaha client and test logic that should be factored out into this component. A rename is appropriate sooner rather than later. This CL is strictly a rename; pardon the dust. BUG=None R=cpu@chromium.org TBR=jamescook@chromium.org //e/b/DEPS Review URL: https://codereview.chromium.org/704703003 Cr-Commit-Position: refs/heads/master@{#304052}
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 bee4474..4cd206c 100644
--- a/components/component_updater/DEPS
+++ b/components/component_updater/DEPS
@@ -1,6 +1,6 @@
include_rules = [
"+components/crx_file",
- "+components/omaha_query_params",
+ "+components/omaha_client",
"+courgette",
"+crypto",
"+libxml",