Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: components/components_tests.gyp

Issue 803313003: Rename omaha_client and similar tokens to update_client in all contexts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: rebase to master Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/components.gyp ('k') | components/omaha_client.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index fba57785abeaa686ae88a26f074e46b2e8302a8d..492b126a9c9d83affe597a33799fd89d24ae6fd6 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -178,7 +178,6 @@
'metrics/profiler/profiler_metrics_provider_unittest.cc',
'navigation_interception/intercept_navigation_resource_throttle_unittest.cc',
'network_time/network_time_tracker_unittest.cc',
- 'omaha_client/omaha_query_params_unittest.cc',
'omnibox/answers_cache_unittest.cc',
'omnibox/base_search_provider_unittest.cc',
'omnibox/autocomplete_input_unittest.cc',
@@ -274,6 +273,7 @@
'translate/ios/browser/js_translate_manager_unittest.mm',
'translate/ios/browser/language_detection_controller_unittest.mm',
'translate/ios/browser/translate_controller_unittest.mm',
+ 'update_client/update_query_params_unittest.cc',
'url_matcher/regex_set_matcher_unittest.cc',
'url_matcher/string_pattern_unittest.cc',
'url_matcher/substring_set_matcher_unittest.cc',
@@ -422,9 +422,6 @@
# Dependencies of network_time
'components.gyp:network_time',
- # Dependencies of omaha_client
- 'components.gyp:omaha_client',
-
# Dependencies of omnibox
'components.gyp:omnibox',
'components.gyp:omnibox_test_support',
@@ -485,6 +482,9 @@
# Dependencies of wallpaper
'components.gyp:wallpaper',
+ # Dependencies of update_client
+ 'components.gyp:update_client',
+
# Dependencies of url_fixer
'components.gyp:url_fixer',
'../url/url.gyp:url_lib',
« no previous file with comments | « components/components.gyp ('k') | components/omaha_client.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698