From 39eab2f9d3d0435422f65c6664276fdd72326f89 Mon Sep 17 00:00:00 2001 From: sorin Date: Mon, 5 Jan 2015 17:09:08 -0800 Subject: 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} --- components/components.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/components.gyp') diff --git a/components/components.gyp b/components/components.gyp index ba936f5..f21dc39 100644 --- a/components/components.gyp +++ b/components/components.gyp @@ -40,7 +40,6 @@ 'metrics.gypi', 'navigation_metrics.gypi', 'network_time.gypi', - 'omaha_client.gypi', 'onc.gypi', 'os_crypt.gypi', 'ownership.gypi', @@ -58,6 +57,7 @@ 'suggestions.gypi', 'translate.gypi', 'ui_zoom.gypi', + 'update_client.gypi', 'url_fixer.gypi', 'url_matcher.gypi', 'user_prefs.gypi', -- cgit v1.1