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

Unified Diff: ash/ash.gyp

Issue 1914093002: Refactors DockedWindowLayoutManager in terms of ash/wm/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nuke_aura_window
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 f8ef990d8c7075098d9f54b2a00f7db41652dea8..5f7e95345ea4e8d54d069d61e609f2e13ac8f2d7 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -531,12 +531,19 @@
'wm/aura/wm_globals_aura.h',
'wm/aura/wm_root_window_controller_aura.cc',
'wm/aura/wm_root_window_controller_aura.h',
+ 'wm/aura/wm_shelf_aura.cc',
+ 'wm/aura/wm_shelf_aura.h',
'wm/aura/wm_window_aura.cc',
'wm/aura/wm_window_aura.h',
'wm/boot_splash_screen_chromeos.cc',
'wm/boot_splash_screen_chromeos.h',
'wm/common/root_window_finder.cc',
'wm/common/root_window_finder.h',
+ 'wm/common/shelf/wm_shelf.h',
+ 'wm/common/shelf/wm_shelf_constants.cc',
+ 'wm/common/shelf/wm_shelf_constants.h',
+ 'wm/common/shelf/wm_shelf_observer.h',
+ 'wm/common/shelf/wm_shelf_types.h',
'wm/common/window_animation_types.h',
'wm/common/window_parenting_utils.cc',
'wm/common/window_parenting_utils.h',
« no previous file with comments | « ash/app_list/app_list_presenter_delegate.cc ('k') | ash/content/keyboard_overlay/keyboard_overlay_delegate_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698