Index: ash/ash.gyp |
diff --git a/ash/ash.gyp b/ash/ash.gyp |
index 2fb66457ccc9c747531a78ebd4ab89f4af80264c..b7bf88eedb03b7fa3fcea407d341154f11fd1aa0 100644 |
--- a/ash/ash.gyp |
+++ b/ash/ash.gyp |
@@ -119,6 +119,8 @@ |
'common/shelf/shelf_model.cc', |
'common/shelf/shelf_model.h', |
'common/shelf/shelf_model_observer.h', |
+ 'common/shelf/shelf_navigator.cc', |
+ 'common/shelf/shelf_navigator.h', |
'common/shelf/shelf_types.h', |
'common/shelf/wm_shelf.h', |
'common/shelf/wm_shelf_observer.h', |
@@ -621,8 +623,6 @@ |
'shelf/shelf_layout_manager.cc', |
'shelf/shelf_layout_manager.h', |
'shelf/shelf_layout_manager_observer.h', |
- 'shelf/shelf_navigator.cc', |
- 'shelf/shelf_navigator.h', |
'shelf/shelf_tooltip_manager.cc', |
'shelf/shelf_tooltip_manager.h', |
'shelf/shelf_util.cc', |
@@ -910,6 +910,7 @@ |
'common/popup_message_unittest.cc', |
'common/shelf/shelf_locking_manager_unittest.cc', |
'common/shelf/shelf_model_unittest.cc', |
+ 'common/shelf/shelf_navigator_unittest.cc', |
'common/system/chromeos/brightness/tray_brightness_unittest.cc', |
'common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc', |
'common/system/chromeos/media_security/multi_profile_media_tray_item_unittest.cc', |
@@ -969,7 +970,6 @@ |
'shelf/scoped_observer_with_duplicated_sources_unittest.cc', |
'shelf/shelf_button_pressed_metric_tracker_unittest.cc', |
'shelf/shelf_layout_manager_unittest.cc', |
- 'shelf/shelf_navigator_unittest.cc', |
'shelf/shelf_tooltip_manager_unittest.cc', |
'shelf/shelf_unittest.cc', |
'shelf/shelf_view_unittest.cc', |