Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1679)

Unified Diff: apps/apps.gypi

Issue 151893002: Reorganize apps/shell into app, browser and common directories (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: subdirs Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « apps/DEPS ('k') | apps/shell/DEPS » ('j') | apps/shell/app/README » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « apps/DEPS ('k') | apps/shell/DEPS » ('j') | apps/shell/app/README » ('J')

Powered by Google App Engine
This is Rietveld 408576698