| Index: apps/shell/app_shell.gyp
|
| diff --git a/apps/shell/app_shell.gyp b/apps/shell/app_shell.gyp
|
| index 9ce532981025903aff9796c49f3559e9ff0b9410..6da130dbfd4272ac34a7687042ebb2127eb318f6 100644
|
| --- a/apps/shell/app_shell.gyp
|
| +++ b/apps/shell/app_shell.gyp
|
| @@ -130,6 +130,8 @@
|
| 'browser/shell_extensions_browser_client.h',
|
| 'browser/shell_network_controller_chromeos.cc',
|
| 'browser/shell_network_controller_chromeos.h',
|
| + 'browser/shell_runtime_api_delegate.cc',
|
| + 'browser/shell_runtime_api_delegate.h',
|
| 'common/shell_app_runtime.cc',
|
| 'common/shell_app_runtime.h',
|
| 'common/shell_content_client.cc',
|
| @@ -149,6 +151,7 @@
|
| 'conditions': [
|
| ['chromeos==1', {
|
| 'dependencies': [
|
| + '<(DEPTH)/chromeos/chromeos.gyp:chromeos',
|
| '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos',
|
| ],
|
| }],
|
|
|