| Index: chrome/chrome_browser.gypi
|
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
|
| index b273e1466669c345ecdcbf9fa68ee2e3f7052af3..4adc46aaad590bd9bc451d379b0b0c210222013d 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',
|
| @@ -1347,8 +1348,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',
|
|
|