Index: ash/ash.gyp |
diff --git a/ash/ash.gyp b/ash/ash.gyp |
index b53af601cd6c58501103cbe22b911013367086a5..0bed5b5751b420e494f8cb983efce328432aee7f 100644 |
--- a/ash/ash.gyp |
+++ b/ash/ash.gyp |
@@ -478,6 +478,11 @@ |
'wm/window_properties.h', |
'wm/window_resizer.cc', |
'wm/window_resizer.h', |
+ 'wm/window_selector.cc', |
+ 'wm/window_selector.h', |
+ 'wm/window_selector_controller.cc', |
+ 'wm/window_selector_controller.h', |
+ 'wm/window_selector_delegate.h', |
'wm/window_util.cc', |
'wm/window_util.h', |
'wm/workspace_controller.cc', |
@@ -742,6 +747,7 @@ |
'wm/window_cycle_controller_unittest.cc', |
'wm/window_manager_unittest.cc', |
'wm/window_modality_controller_unittest.cc', |
+ 'wm/window_selector_unittest.cc', |
'wm/window_util_unittest.cc', |
'wm/workspace_controller_test_helper.cc', |
'wm/workspace_controller_test_helper.h', |