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

Unified Diff: ash/ash.gyp

Issue 2087153003: Moves common code in ash/wm/overview to ash/common/wm/overview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « ash/accelerators/accelerator_controller.cc ('k') | ash/aura/wm_shell_aura.cc » ('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 b0eec95613580f119cfbc7177e527ac24cd70651..394d387a20dca253857c4bf4394c03267eaee55b 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -212,6 +212,20 @@
'common/wm/fullscreen_window_finder.h',
'common/wm/mru_window_tracker.cc',
'common/wm/mru_window_tracker.h',
+ 'common/wm/overview/overview_animation_type.h',
+ 'common/wm/overview/scoped_overview_animation_settings.h',
+ 'common/wm/overview/scoped_overview_animation_settings_factory.cc',
+ 'common/wm/overview/scoped_overview_animation_settings_factory.h',
+ 'common/wm/overview/scoped_transform_overview_window.cc',
+ 'common/wm/overview/scoped_transform_overview_window.h',
+ 'common/wm/overview/window_grid.cc',
+ 'common/wm/overview/window_grid.h',
+ 'common/wm/overview/window_selector.cc',
+ 'common/wm/overview/window_selector.h',
+ 'common/wm/overview/window_selector_controller.cc',
+ 'common/wm/overview/window_selector_controller.h',
+ 'common/wm/overview/window_selector_item.cc',
+ 'common/wm/overview/window_selector_item.h',
'common/wm/panels/panel_layout_manager.cc',
'common/wm/panels/panel_layout_manager.h',
'common/wm/panels/panel_window_resizer.cc',
@@ -685,24 +699,10 @@
'wm/maximize_mode/workspace_backdrop_delegate.h',
'wm/overlay_event_filter.cc',
'wm/overlay_event_filter.h',
- 'wm/overview/overview_animation_type.h',
- 'wm/overview/scoped_overview_animation_settings.h',
'wm/overview/scoped_overview_animation_settings_aura.cc',
'wm/overview/scoped_overview_animation_settings_aura.h',
- 'wm/overview/scoped_overview_animation_settings_factory.cc',
- 'wm/overview/scoped_overview_animation_settings_factory.h',
'wm/overview/scoped_overview_animation_settings_factory_aura.cc',
'wm/overview/scoped_overview_animation_settings_factory_aura.h',
- 'wm/overview/scoped_transform_overview_window.cc',
- 'wm/overview/scoped_transform_overview_window.h',
- 'wm/overview/window_grid.cc',
- 'wm/overview/window_grid.h',
- 'wm/overview/window_selector.cc',
- 'wm/overview/window_selector.h',
- 'wm/overview/window_selector_controller.cc',
- 'wm/overview/window_selector_controller.h',
- 'wm/overview/window_selector_item.cc',
- 'wm/overview/window_selector_item.h',
'wm/panels/attached_panel_window_targeter.cc',
'wm/panels/attached_panel_window_targeter.h',
'wm/panels/panel_frame_view.cc',
« no previous file with comments | « ash/accelerators/accelerator_controller.cc ('k') | ash/aura/wm_shell_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698