summaryrefslogtreecommitdiffstats
path: root/apps/apps.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'apps/apps.gypi')
-rw-r--r--apps/apps.gypi16
1 files changed, 8 insertions, 8 deletions
diff --git a/apps/apps.gypi b/apps/apps.gypi
index da93f13..78dcd5f 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',