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

Unified Diff: ash/ash.gyp

Issue 1901773002: Removes most of aura dependencies from DefaultState (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wm_window_positioner
Patch Set: comment 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
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index 9dfef5a2417bca66e7777ed17cab84468b8d5585..4cfc050c755bf101c4361cf9b1746b627cababa0 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -533,8 +533,13 @@
'wm/aura/wm_window_aura.h',
'wm/boot_splash_screen_chromeos.cc',
'wm/boot_splash_screen_chromeos.h',
+ 'wm/common/window_animation_types.h',
+ 'wm/common/window_parenting_utils.cc',
+ 'wm/common/window_parenting_utils.h',
'wm/common/window_positioning_utils.cc',
'wm/common/window_positioning_utils.h',
+ 'wm/common/window_state_util.cc',
+ 'wm/common/window_state_util.h',
'wm/common/wm_event.cc',
'wm/common/wm_event.h',
'wm/common/wm_globals.h',
@@ -548,6 +553,7 @@
'wm/common/wm_window_observer.h',
'wm/common/wm_window_property.h',
'wm/common/workspace/workspace_layout_manager_delegate.h',
+ 'wm/common/workspace/workspace_types.h',
'wm/coordinate_conversion.cc',
'wm/coordinate_conversion.h',
'wm/cursor_manager_chromeos.cc',
@@ -680,8 +686,6 @@
'wm/window_state_delegate.cc',
'wm/window_state_delegate.h',
'wm/window_state_observer.h',
- 'wm/window_state_util.cc',
- 'wm/window_state_util.h',
'wm/window_util.cc',
'wm/window_util.h',
'wm/workspace/magnetism_matcher.cc',
@@ -697,7 +701,6 @@
'wm/workspace/workspace_layout_manager.cc',
'wm/workspace/workspace_layout_manager.h',
'wm/workspace/workspace_layout_manager_backdrop_delegate.h',
- 'wm/workspace/workspace_types.h',
'wm/workspace/workspace_window_resizer.cc',
'wm/workspace/workspace_window_resizer.h',
'wm/workspace_controller.cc',

Powered by Google App Engine
This is Rietveld 408576698