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

Unified Diff: ash/ash.gyp

Issue 2036353002: mash: Move ash/common/wm/shelf to ash/common/shelf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gyp 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
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index bacbea4bae0cca9d80a25cc55307410f0024b68a..62697d0a81f2610f1a82406e26cf8de44b735fbc 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -51,6 +51,13 @@
'cast_config_delegate.h',
'common/root_window_controller_common.cc',
'common/root_window_controller_common.h',
+ 'common/shelf/shelf_constants.cc',
+ 'common/shelf/shelf_constants.h',
+ 'common/shelf/shelf_types.h',
+ 'common/shelf/wm_shelf.h',
+ 'common/shelf/wm_shelf_observer.h',
+ 'common/shelf/wm_shelf_util.cc',
+ 'common/shelf/wm_shelf_util.h',
'common/shell_window_ids.h',
'common/wm/always_on_top_controller.cc',
'common/wm/always_on_top_controller.h',
@@ -79,13 +86,7 @@
'common/wm/root_window_finder.h',
'common/wm/root_window_layout_manager.cc',
'common/wm/root_window_layout_manager.h',
- 'common/wm/shelf/wm_shelf.h',
- 'common/wm/shelf/wm_shelf_constants.cc',
- 'common/wm/shelf/wm_shelf_constants.h',
- 'common/wm/shelf/wm_shelf_observer.h',
'common/wm/shelf/wm_shelf_types.h',
James Cook 2016/06/03 19:40:57 I'll do this one in a follow-up patch. Doing it in
- 'common/wm/shelf/wm_shelf_util.cc',
- 'common/wm/shelf/wm_shelf_util.h',
'common/wm/switchable_windows.cc',
'common/wm/switchable_windows.h',
'common/wm/window_animation_types.h',
@@ -339,8 +340,6 @@
'shelf/shelf_button.h',
'shelf/shelf_button_pressed_metric_tracker.cc',
'shelf/shelf_button_pressed_metric_tracker.h',
- 'shelf/shelf_constants.cc',
- 'shelf/shelf_constants.h',
'shelf/shelf_delegate.h',
'shelf/shelf_icon_observer.h',
'shelf/shelf_item_delegate.h',
@@ -361,7 +360,6 @@
'shelf/shelf_navigator.h',
'shelf/shelf_tooltip_manager.cc',
'shelf/shelf_tooltip_manager.h',
- 'shelf/shelf_types.h',
'shelf/shelf_util.cc',
'shelf/shelf_util.h',
'shelf/shelf_view.cc',

Powered by Google App Engine
This is Rietveld 408576698