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

Unified Diff: apps/apps.gypi

Issue 99053008: Rename apps::AppShell* to apps::Shell* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 | « no previous file | apps/shell/app_shell_app_sorting.h » ('j') | no next file with comments »
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 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',
],
« no previous file with comments | « no previous file | apps/shell/app_shell_app_sorting.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698