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

Unified Diff: ash/ash.gyp

Issue 12313118: Refactor: Shelf Widget (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 10 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 453716ae6b41e583222c8204f90785e0aa12c63a..9be23248ab803876eed9bdd75c66634bb1d6dce9 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -118,8 +118,6 @@
'keyboard_overlay/keyboard_overlay_view.h',
'launcher/app_list_button.cc',
'launcher/app_list_button.h',
- 'launcher/background_animator.cc',
- 'launcher/background_animator.h',
'launcher/launcher.cc',
'launcher/launcher.h',
'launcher/launcher_alignment_menu.cc',
@@ -161,11 +159,17 @@
'screensaver/screensaver_view.cc',
'screensaver/screensaver_view.h',
'screenshot_delegate.h',
+ 'shelf/background_animator.cc',
+ 'shelf/background_animator.h',
+ 'shelf/shelf_layout_manager.cc',
+ 'shelf/shelf_layout_manager.h',
+ 'shelf/shelf_types.h',
+ 'shelf/shelf_widget.cc',
+ 'shelf/shelf_widget.h',
'shell.cc',
'shell.h',
'shell_delegate.h',
'shell_factory.h',
- 'shelf_types.h',
'shell_window_ids.h',
'system/audio/audio_observer.h',
'system/audio/tray_volume.cc',
@@ -386,8 +390,6 @@
'wm/session_state_controller_impl2.cc',
'wm/session_state_controller_impl2.h',
'wm/session_state_observer.h',
- 'wm/shelf_layout_manager.cc',
- 'wm/shelf_layout_manager.h',
'wm/stacking_controller.cc',
'wm/stacking_controller.h',
'wm/status_area_layout_manager.cc',
@@ -611,6 +613,8 @@
'root_window_controller_unittest.cc',
'screen_ash_unittest.cc',
'screensaver/screensaver_view_unittest.cc',
+ 'shelf/shelf_layout_manager_unittest.cc',
+ 'shelf/shelf_widget_unittest.cc',
'shell_unittest.cc',
'shell/app_list.cc',
'shell/bubble.cc',
@@ -642,7 +646,6 @@
'wm/power_button_controller_unittest.cc',
'wm/screen_dimmer_unittest.cc',
'wm/session_state_controller_impl2_unittest.cc',
- 'wm/shelf_layout_manager_unittest.cc',
'wm/stacking_controller_unittest.cc',
'wm/system_gesture_event_filter_unittest.cc',
'wm/system_modal_container_layout_manager_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698