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

Unified Diff: ash/ash.gyp

Issue 11293014: Renames Workspace*2 -> Workspace*. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 2 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/root_window_controller.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 165163)
+++ ash/ash.gyp (working copy)
@@ -388,16 +388,16 @@
'wm/workspace/snap_sizer.cc',
'wm/workspace/snap_sizer.h',
'wm/workspace/snap_types.h',
- 'wm/workspace/workspace2.cc',
- 'wm/workspace/workspace2.h',
+ 'wm/workspace/workspace.cc',
+ 'wm/workspace/workspace.h',
'wm/workspace/workspace_animations.cc',
'wm/workspace/workspace_animations.h',
'wm/workspace/workspace_event_handler.cc',
'wm/workspace/workspace_event_handler.h',
- 'wm/workspace/workspace_layout_manager2.cc',
- 'wm/workspace/workspace_layout_manager2.h',
- 'wm/workspace/workspace_manager2.cc',
- 'wm/workspace/workspace_manager2.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_types.h',
'wm/workspace/workspace_window_resizer.cc',
'wm/workspace/workspace_window_resizer.h',
@@ -561,8 +561,8 @@
'wm/workspace/workspace_event_handler_test_helper.cc',
'wm/workspace/workspace_event_handler_test_helper.h',
'wm/workspace/workspace_event_handler_unittest.cc',
- 'wm/workspace/workspace_layout_manager2_unittest.cc',
- 'wm/workspace/workspace_manager2_unittest.cc',
+ 'wm/workspace/workspace_layout_manager_unittest.cc',
+ 'wm/workspace/workspace_manager_unittest.cc',
'wm/workspace/workspace_window_resizer_unittest.cc',
'<(SHARED_INTERMEDIATE_DIR)/ash/ash_resources/ash_wallpaper_resources.rc',
],
« no previous file with comments | « no previous file | ash/root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698