| Index: apps/apps.gypi
|
| diff --git a/apps/apps.gypi b/apps/apps.gypi
|
| index da93f133e9f37c0da425d8ad96cf119d895fa388..16664923b9335c1f9a1ed48090cda374d12f34da 100644
|
| --- a/apps/apps.gypi
|
| +++ b/apps/apps.gypi
|
| @@ -129,6 +129,8 @@
|
| 'shell/app/shell_main.cc',
|
| 'shell/browser/shell_app_sorting.cc',
|
| 'shell/browser/shell_app_sorting.h',
|
| + 'shell/browser/shell_apps_client.cc',
|
| + 'shell/browser/shell_apps_client.h',
|
| 'shell/browser/shell_browser_context.cc',
|
| 'shell/browser/shell_browser_context.h',
|
| 'shell/browser/shell_browser_main_parts.cc',
|
| @@ -141,6 +143,10 @@
|
| 'shell/browser/shell_extension_system_factory.h',
|
| 'shell/browser/shell_extensions_browser_client.cc',
|
| 'shell/browser/shell_extensions_browser_client.h',
|
| + 'shell/browser/shell_native_app_window.cc',
|
| + 'shell/browser/shell_native_app_window.h',
|
| + 'shell/browser/shell_shell_window_delegate.cc',
|
| + 'shell/browser/shell_shell_window_delegate.h',
|
| 'shell/browser/web_view_window.cc',
|
| 'shell/browser/web_view_window.cc',
|
| 'shell/common/shell_content_client.cc',
|
|
|