| Index: apps/apps.gypi
|
| diff --git a/apps/apps.gypi b/apps/apps.gypi
|
| index da93f133e9f37c0da425d8ad96cf119d895fa388..78dcd5f7c87e2434a5f812be492dc3edef662b8c 100644
|
| --- a/apps/apps.gypi
|
| +++ b/apps/apps.gypi
|
| @@ -39,8 +39,14 @@
|
| 'app_restore_service.h',
|
| 'app_restore_service_factory.cc',
|
| 'app_restore_service_factory.h',
|
| + 'app_window.cc',
|
| + 'app_window.h',
|
| 'app_window_contents.cc',
|
| 'app_window_contents.h',
|
| + 'app_window_geometry_cache.cc',
|
| + 'app_window_geometry_cache.h',
|
| + 'app_window_registry.cc',
|
| + 'app_window_registry.h',
|
| 'apps_client.cc',
|
| 'apps_client.h',
|
| 'launcher.cc',
|
| @@ -54,17 +60,11 @@
|
| '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',
|
| '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',
|
|
|