| Index: apps/apps.gypi
|
| diff --git a/apps/apps.gypi b/apps/apps.gypi
|
| index d424e8e77291d36c37c9f8119c7a67c535554ba3..381c57c12e0185f4cca938804723446843f4791d 100644
|
| --- a/apps/apps.gypi
|
| +++ b/apps/apps.gypi
|
| @@ -122,21 +122,21 @@
|
| '..',
|
| ],
|
| 'sources': [
|
| - 'shell/app_shell_app_sorting.cc',
|
| - 'shell/app_shell_app_sorting.h',
|
| - 'shell/app_shell_browser_context.cc',
|
| - 'shell_app_shell_browser_context.h',
|
| - 'shell/app_shell_browser_main_parts.cc',
|
| - 'shell/app_shell_browser_main_parts.h',
|
| - 'shell/app_shell_content_browser_client.cc',
|
| - 'shell/app_shell_content_browser_client.h',
|
| - 'shell/app_shell_content_client.cc',
|
| - 'shell/app_shell_content_client.h',
|
| - 'shell/app_shell_extensions_browser_client.cc',
|
| - 'shell/app_shell_extensions_browser_client.h',
|
| - 'shell/app_shell_main_delegate.cc',
|
| - 'shell/app_shell_main_delegate.h',
|
| - 'shell/app_shell_main.cc',
|
| + 'shell/shell_app_sorting.cc',
|
| + 'shell/shell_app_sorting.h',
|
| + 'shell/shell_browser_context.cc',
|
| + 'shell/shell_browser_context.h',
|
| + 'shell/shell_browser_main_parts.cc',
|
| + 'shell/shell_browser_main_parts.h',
|
| + 'shell/shell_content_browser_client.cc',
|
| + 'shell/shell_content_browser_client.h',
|
| + 'shell/shell_content_client.cc',
|
| + 'shell/shell_content_client.h',
|
| + 'shell/shell_extensions_browser_client.cc',
|
| + 'shell/shell_extensions_browser_client.h',
|
| + 'shell/shell_main_delegate.cc',
|
| + 'shell/shell_main_delegate.h',
|
| + 'shell/shell_main.cc',
|
| 'shell/web_view_window.cc',
|
| 'shell/web_view_window.cc',
|
| ],
|
|
|