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

Unified Diff: ash/ash.gyp

Issue 2157393002: Moves WindowCycleList/Controller to ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Feedback and std::move Created 4 years, 5 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_window_aura.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 f82620bc34cafbdef65ce558c7a6075f394d9b96..a3ed04036b43a2ee82c76e85271a07461c1c7363 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -384,7 +384,11 @@
'common/wm/switchable_windows.cc',
'common/wm/switchable_windows.h',
'common/wm/window_animation_types.h',
+ 'common/wm/window_cycle_controller.cc',
+ 'common/wm/window_cycle_controller.h',
'common/wm/window_cycle_event_filter.h',
+ 'common/wm/window_cycle_list.cc',
+ 'common/wm/window_cycle_list.h',
'common/wm/window_parenting_utils.cc',
'common/wm/window_parenting_utils.h',
'common/wm/window_positioner.cc',
@@ -745,12 +749,10 @@
'wm/video_detector.h',
'wm/window_animations.cc',
'wm/window_animations.h',
- 'wm/window_cycle_controller.cc',
- 'wm/window_cycle_controller.h',
'wm/window_cycle_event_filter_aura.cc',
'wm/window_cycle_event_filter_aura.h',
- 'wm/window_cycle_list.cc',
- 'wm/window_cycle_list.h',
+ 'wm/window_mirror_view.cc',
+ 'wm/window_mirror_view.h',
'wm/window_properties.cc',
'wm/window_properties.h',
'wm/window_state_aura.cc',
@@ -903,9 +905,9 @@
'common/popup_message_unittest.cc',
'common/shelf/shelf_model_unittest.cc',
'common/system/chromeos/brightness/tray_brightness_unittest.cc',
+ 'common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc',
'common/system/chromeos/media_security/multi_profile_media_tray_item_unittest.cc',
'common/system/chromeos/power/power_status_unittest.cc',
- 'common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc',
'common/system/chromeos/power/power_status_view_unittest.cc',
'common/system/chromeos/power/tray_power_unittest.cc',
'common/system/chromeos/screen_security/screen_tray_item_unittest.cc',
« no previous file with comments | « ash/accelerators/accelerator_controller.cc ('k') | ash/aura/wm_window_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698