summaryrefslogtreecommitdiffstats
path: root/components/BUILD.gn
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/BUILD.gn
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/BUILD.gn')
-rw-r--r--components/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 3933e39..dad4b80 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -55,7 +55,6 @@ group("all_components") {
"//components/navigation_interception",
"//components/navigation_metrics",
"//components/network_time",
- "//components/omaha_client",
"//components/omnibox",
"//components/onc",
"//components/os_crypt",
@@ -93,6 +92,7 @@ group("all_components") {
"//components/translate/core/browser",
"//components/translate/core/common",
"//components/ui/zoom:ui_zoom",
+ "//components/update_client",
"//components/url_fixer",
"//components/url_matcher",
"//components/user_manager",