| Index: apps/shell/app_shell.gyp
|
| diff --git a/apps/shell/app_shell.gyp b/apps/shell/app_shell.gyp
|
| index 5d69de0a69215a42dae2e3473c5b0d849eb8100d..bad66c711064286e19efa618cbfb906671320b46 100644
|
| --- a/apps/shell/app_shell.gyp
|
| +++ b/apps/shell/app_shell.gyp
|
| @@ -74,6 +74,7 @@
|
| '<(DEPTH)/apps/shell/common/api/api.gyp:shell_api',
|
| '<(DEPTH)/base/base.gyp:base',
|
| '<(DEPTH)/base/base.gyp:base_prefs_test_support',
|
| + '<(DEPTH)/components/components.gyp:omaha_query_params',
|
| '<(DEPTH)/components/components.gyp:pref_registry',
|
| '<(DEPTH)/components/components.gyp:user_prefs',
|
| '<(DEPTH)/content/content.gyp:content',
|
| @@ -129,6 +130,8 @@
|
| 'browser/shell_extensions_browser_client.h',
|
| 'browser/shell_network_controller_chromeos.cc',
|
| 'browser/shell_network_controller_chromeos.h',
|
| + 'browser/shell_omaha_query_params_delegate.cc',
|
| + 'browser/shell_omaha_query_params_delegate.h',
|
| 'browser/shell_runtime_api_delegate.cc',
|
| 'browser/shell_runtime_api_delegate.h',
|
| 'common/shell_content_client.cc',
|
|
|