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

Unified Diff: ash/ash.gyp

Issue 9226040: Renames and moves some workspace related classes to the workspace (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 11 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
« no previous file with comments | « no previous file | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash.gyp
===================================================================
--- ash/ash.gyp (revision 118559)
+++ ash/ash.gyp (working copy)
@@ -111,10 +111,6 @@
'wm/compact_layout_manager.h',
'wm/compact_status_area_layout_manager.cc',
'wm/compact_status_area_layout_manager.h',
- 'wm/default_container_event_filter.cc',
- 'wm/default_container_event_filter.h',
- 'wm/default_container_layout_manager.cc',
- 'wm/default_container_layout_manager.h',
'wm/dialog_frame_view.cc',
'wm/dialog_frame_view.h',
'wm/image_grid.cc',
@@ -172,6 +168,10 @@
'wm/workspace_controller.h',
'wm/workspace/workspace.cc',
'wm/workspace/workspace.h',
+ 'wm/workspace/workspace_event_filter.cc',
+ 'wm/workspace/workspace_event_filter.h',
+ 'wm/workspace/workspace_layout_manager.cc',
+ 'wm/workspace/workspace_layout_manager.h',
'wm/workspace/workspace_manager.cc',
'wm/workspace/workspace_manager.h',
'wm/workspace/workspace_observer.h',
@@ -223,7 +223,6 @@
'wm/activation_controller_unittest.cc',
'wm/base_layout_manager_unittest.cc',
'wm/compact_layout_manager_unittest.cc',
- 'wm/default_container_layout_manager_unittest.cc',
'wm/image_grid_unittest.cc',
'wm/system_modal_container_layout_manager_unittest.cc',
'wm/power_button_controller_unittest.cc',
@@ -236,6 +235,7 @@
'wm/window_cycle_controller_unittest.cc',
'wm/window_modality_controller_unittest.cc',
'wm/workspace_controller_unittest.cc',
+ 'wm/workspace/workspace_layout_manager_unittest.cc',
'wm/workspace/workspace_manager_unittest.cc',
'<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
« no previous file with comments | « no previous file | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698