Index: apps/apps.gypi |
diff --git a/apps/apps.gypi b/apps/apps.gypi |
index bcb458c6f99df7406de7cc2f1a9dbcb3338bc792..7e6affe377d173aedae82e05c4fc30c8ce7558f1 100644 |
--- a/apps/apps.gypi |
+++ b/apps/apps.gypi |
@@ -124,27 +124,27 @@ |
'..', |
], |
'sources': [ |
- '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_extension_system.cc', |
- 'shell/shell_extension_system.h', |
- 'shell/shell_extensions_browser_client.cc', |
- 'shell/shell_extensions_browser_client.h', |
- 'shell/shell_extensions_client.cc', |
- 'shell/shell_extensions_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', |
+ 'shell/app/shell_main_delegate.cc', |
+ 'shell/app/shell_main_delegate.h', |
+ 'shell/app/shell_main.cc', |
+ 'shell/browser/shell_app_sorting.cc', |
+ 'shell/browser/shell_app_sorting.h', |
+ 'shell/browser/shell_browser_context.cc', |
+ 'shell/browser/shell_browser_context.h', |
+ 'shell/browser/shell_browser_main_parts.cc', |
+ 'shell/browser/shell_browser_main_parts.h', |
+ 'shell/browser/shell_content_browser_client.cc', |
+ 'shell/browser/shell_content_browser_client.h', |
+ 'shell/browser/shell_extension_system.cc', |
+ 'shell/browser/shell_extension_system.h', |
+ 'shell/browser/shell_extensions_browser_client.cc', |
+ 'shell/browser/shell_extensions_browser_client.h', |
+ 'shell/browser/web_view_window.cc', |
+ 'shell/browser/web_view_window.cc', |
+ 'shell/common/shell_content_client.cc', |
+ 'shell/common/shell_content_client.h', |
+ 'shell/common/shell_extensions_client.cc', |
+ 'shell/common/shell_extensions_client.h', |
], |
}, |
], # targets |