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

Unified Diff: ash/ash.gyp

Issue 10830365: Initial crack at new workspace behavior. Each workspace now has its (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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/ash_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index 0c58a101016e45d92ed6ff02e24dd5e060b447c9..ceaa0a9732bd439b66ce95d3314cd4139cf165e4 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -346,12 +346,16 @@
'wm/workspace/snap_types.h',
'wm/workspace/workspace.cc',
'wm/workspace/workspace.h',
+ 'wm/workspace/workspace2.cc',
+ 'wm/workspace/workspace2.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_manager2.cc',
+ 'wm/workspace/workspace_manager2.h',
'wm/workspace/workspace_types.h',
'wm/workspace/workspace_window_resizer.cc',
'wm/workspace/workspace_window_resizer.h',
@@ -489,6 +493,7 @@
'wm/workspace/workspace_event_filter_test_helper.h',
'wm/workspace/workspace_event_filter_unittest.cc',
'wm/workspace/workspace_manager_unittest.cc',
+ 'wm/workspace/workspace_manager2_unittest.cc',
'wm/workspace/workspace_window_resizer_unittest.cc',
],
'conditions': [
« no previous file with comments | « no previous file | ash/ash_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698