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

Unified Diff: apps/apps.gypi

Issue 166573005: Rename apps::ShellWindow to apps::AppWindow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix more shell and Shell refs 2 Created 6 years, 10 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
Index: apps/apps.gypi
diff --git a/apps/apps.gypi b/apps/apps.gypi
index da93f133e9f37c0da425d8ad96cf119d895fa388..403efc472cf1013877d4b3dc544f5e7eef0ec210 100644
--- a/apps/apps.gypi
+++ b/apps/apps.gypi
@@ -54,17 +54,17 @@
'saved_files_service.h',
'saved_files_service_factory.cc',
'saved_files_service_factory.h',
- 'shell_window.cc',
- 'shell_window.h',
- 'shell_window_geometry_cache.cc',
- 'shell_window_geometry_cache.h',
- 'shell_window_registry.cc',
- 'shell_window_registry.h',
+ 'app_window.cc',
scheib 2014/02/15 00:02:15 sort
+ 'app_window.h',
+ 'app_window_geometry_cache.cc',
+ 'app_window_geometry_cache.h',
+ 'app_window_registry.cc',
+ 'app_window_registry.h',
'switches.cc',
'switches.h',
'ui/native_app_window.h',
- 'ui/views/shell_window_frame_view.cc',
- 'ui/views/shell_window_frame_view.h',
+ 'ui/views/app_window_frame_view.cc',
+ 'ui/views/app_window_frame_view.h',
],
'conditions': [
['chromeos==1',

Powered by Google App Engine
This is Rietveld 408576698