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

Unified Diff: chrome/chrome_browser.gypi

Issue 333353005: Move OmahaQueryParams to a component and add a delegate interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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 d74abff3281fe835a9b6a434de37876c31369cdf..5fbf2e1aebb9767796b764bab2b62b8e6df18edd 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -48,6 +48,7 @@
'../components/components.gyp:metrics_net',
'../components/components.gyp:navigation_metrics',
'../components/components.gyp:network_time',
+ '../components/components.gyp:omaha_query_params',
'../components/components.gyp:os_crypt',
'../components/components.gyp:password_manager_core_browser',
'../components/components.gyp:password_manager_core_common',
@@ -1354,8 +1355,8 @@
'browser/notifications/sync_notifier/synced_notification_app_info_service_factory.h',
'browser/notifications/sync_notifier/welcome_delegate.cc',
'browser/notifications/sync_notifier/welcome_delegate.h',
- 'browser/omaha_query_params/omaha_query_params.h',
- 'browser/omaha_query_params/omaha_query_params.cc',
+ 'browser/omaha_query_params/chrome_omaha_query_params_delegate.cc',
+ 'browser/omaha_query_params/chrome_omaha_query_params_delegate.h',
'browser/omnibox/omnibox_field_trial.cc',
'browser/omnibox/omnibox_field_trial.h',
'browser/omnibox/omnibox_log.cc',

Powered by Google App Engine
This is Rietveld 408576698