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

Unified Diff: chrome/chrome_browser.gypi

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 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
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 77978befd84a1ea6898748082f6f7c0aef394303..e2e333f5b96bb702539f4142ac26ceffb52d19db 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -484,8 +484,6 @@
'browser/memory_details_mac.cc',
'browser/memory_details_win.cc',
'browser/native_window_notification_source.h',
- 'browser/omaha_client/chrome_omaha_query_params_delegate.cc',
- 'browser/omaha_client/chrome_omaha_query_params_delegate.h',
'browser/omnibox/omnibox_log.cc',
'browser/omnibox/omnibox_log.h',
'browser/performance_monitor/performance_monitor.cc',
@@ -664,6 +662,8 @@
'browser/undo/bookmark_renumber_observer.h',
'browser/undo/undo_manager_observer.h',
'browser/undo/undo_operation.h',
+ 'browser/update_client/chrome_update_query_params_delegate.cc',
+ 'browser/update_client/chrome_update_query_params_delegate.h',
'browser/upgrade_detector.cc',
'browser/upgrade_detector.h',
'browser/upload_list.cc',
@@ -2908,7 +2908,6 @@
'../components/components.gyp:metrics_profiler',
'../components/components.gyp:navigation_metrics',
'../components/components.gyp:network_time',
- '../components/components.gyp:omaha_client',
'../components/components.gyp:omnibox',
'../components/components.gyp:os_crypt',
'../components/components.gyp:password_manager_core_browser',
@@ -2927,6 +2926,7 @@
'../components/components.gyp:sync_driver',
'../components/components.gyp:translate_core_browser',
'../components/components.gyp:translate_core_common',
+ '../components/components.gyp:update_client',
'../components/components.gyp:url_fixer',
'../components/components.gyp:user_prefs',
'../components/components.gyp:wallpaper',

Powered by Google App Engine
This is Rietveld 408576698