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

Unified Diff: ash/ash.gyp

Issue 1923983003: Makes WorkspaceLayoutManager use ash/wm/common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix always-on-top and remove mus changes Created 4 years, 8 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') | ash/shelf/shelf_layout_manager.cc » ('J')
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 ffaa8a2751305c6508a216b0e618127003f5cbbb..284938547bfaa914629b7d80b47e02b82c0a99d7 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -284,8 +284,6 @@
'sticky_keys/sticky_keys_overlay.cc',
'sticky_keys/sticky_keys_overlay.h',
'sticky_keys/sticky_keys_state.h',
- 'switchable_windows.cc',
- 'switchable_windows.h',
'system/audio/audio_observer.h',
'system/audio/tray_audio.cc',
'system/audio/tray_audio.h',
@@ -550,6 +548,8 @@
'wm/common/dock/docked_window_layout_manager_observer.h',
'wm/common/drag_details.cc',
'wm/common/drag_details.h',
+ 'wm/common/fullscreen_window_finder.cc',
+ 'wm/common/fullscreen_window_finder.h',
'wm/common/root_window_finder.cc',
'wm/common/root_window_finder.h',
'wm/common/shelf/wm_shelf.h',
@@ -557,6 +557,8 @@
'wm/common/shelf/wm_shelf_constants.h',
'wm/common/shelf/wm_shelf_observer.h',
'wm/common/shelf/wm_shelf_types.h',
+ 'wm/common/switchable_windows.cc',
+ 'wm/common/switchable_windows.h',
'wm/common/window_animation_types.h',
'wm/common/window_parenting_utils.cc',
'wm/common/window_parenting_utils.h',
« no previous file with comments | « no previous file | ash/root_window_controller.cc » ('j') | ash/shelf/shelf_layout_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698