Chromium Code Reviews| 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', |